I have a vs project that will not compile after I upgraded to visual studio 2012. This is a win32 dll project and it complains about the def file. This is a def file,
LIBRARY test.dll VERSION 3.1.4.1 EXPORTS addNumbers @1
and this is the error that I get when I compile the project in visual studio 2012 final.
Source.def(2): fatal error LNK1118: syntax error in 'VERSION' statement
What bothers me is that it works great with visual studio 2008 and 2010.
Any idea what is going wrong here?
Thanks Sunil
source share