Show whole topic Sep 12, 2008 11:32 am
Eiko Offline
Moderator, Developer
Registered since: Aug 03, 2007
Location: -


Subject: Re: Code alterations from unix to win32
The path delimiter in the #include directive should always be a '/' . Although on win32.

In general, to port an application you have to make sure, that the code only uses functions and librarys that are available on the target platform.