View Single Post
Old 06-08-2005, 12:16 AM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,726
redhead is on a distinguished road
Like I posted in your other thread, you need to show the actual code you want ported to your windows platform, that is the only crucial code which needs to be moved, the header files your "old" compiler is dependant on can't be moved directly to your "new" compiler, since they are just header files telling the program what the compiler is making available, but this is compiler specific, and thus can't easely be moved from one to the other.
So show us the actual code for the program you want moved, and we'll give info on how to shape it, so that it will compile and run under your "new" environment.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote