|
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.
|