pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling on Windows: fixes


From: Neil Mitchell
Subject: Re: Compiling on Windows: fixes
Date: Sun, 16 Mar 2003 11:48:25 -0000

> Can all files be give a unique name, are both these files required, there
> is already gui_surface_button.cxx and surface_button.cxx * 2 now.
| is there a way to make VC++ accept multiple files with the same
| name? I consider this a stupid restriction since they are in different
| directories.
No, it compiles all .obj files to one directory, so it doesn't cluter up
your source code directory - which is handy, but this is the downside.

> C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\system.cxx(449) :
> error C2661: 'stat::stat' : no overloaded function takes 2 parameters
| That's Linux specific code so I added an #ifndef WIN32 around it. If you
know
| the right code to get the modification time of  a file in Windows we could
| add that to the #else branch.
Will do

Ginge





reply via email to

[Prev in Thread] Current Thread [Next in Thread]