Hi ,
I have been facing an error when i try to compile an application source code for debugging in Visual Studio 2010. Everything used to work fine in Visual Studio .NET 2003. But now when i try to compile using the NMAKE file i get an error stating:
LINK : fatal error LNK1117: syntax error in option 'DEBUG:FULL'
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 10.0\VC\BI
N\link.EXE"' : return code '0x45d'
Stop.
I have tried removing the DEBUG:FULL command from the file as it creates compatibility issues with VS2010, but it still shows the same error
Could you please suggest as to how could this be resolved?
Thanks in advance,