Compiler errors on Win32
Status: Beta
Brought to you by:
greenwire
I am trying to compile wGui using Visual Studio 2005
Express Edition. It is freely available from
Microsoft. When I compile the wGUI portion I get a
ton of warnings and errors about your usage of the
std list class. I suspect that you are no longer
compliant with the latest language changes.
Any help or ideas on how to get this to compile would
be appreciated. I have attached a log file of the
compiler output.
- Ken Rogoway
Ken@Rogoway.com
Bad VC8 Build
Logged In: YES
user_id=65937
I haven't yet tried compiling with VS 2005 Express. This
week is going to be pretty busy for me, but hopefully I'll
get a chance to look at it soon.
Logged In: YES
user_id=65937
Actually, looking at the output you attached, you should
just be able to turn off the "Treat Warnings as Errors"
option. This should get things compiling, and from the
looks of it shouldn't cause any problems. It would be nice
to get rid of the warnings though, so I'm still definitely
going to look into it.