Show whole topic Sep 12, 2008 9:19 am
shaktazuki Offline
Mitglied
Registered since: Apr 30, 2008
Location: -


Subject: Code alterations from unix to win32
What are the necessary changes one needs to make to port a unix application / source code to Win32? Is there an easy way to deal with path delimiters ( automatically changing all #include "header_dir / header" to #include "header_dir \ header" and the like)?