As most of you probably know I'm working on a variant of my own (more accurately, working on emulating someone else's variant).
For some reason I am now getting lots of "unresolved external symbol" errors that only show up when compiling in VC++, not when using Dev-C++. The 'problem' revision is 112, it compiled correctly in 111.
Full details of the settings I use to compile can be found here:
(Except that I have configuration as 'debug' and don't use /DNDEBUG).
I would be grateful if anyone would try downloading revision 112 and seeing if they can work out what's causing the trouble (obviously I will also be trying to do that ...).
For some reason I am now getting lots of "unresolved external symbol" errors that only show up when compiling in VC++, not when using Dev-C++. The 'problem' revision is 112, it compiled correctly in 111.
Full details of the settings I use to compile can be found here:
(Except that I have configuration as 'debug' and don't use /DNDEBUG).
I would be grateful if anyone would try downloading revision 112 and seeing if they can work out what's causing the trouble (obviously I will also be trying to do that ...).
Comment