fatal error U1023: syntax error in expression while using NMAKE
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
hi all
i am having the following line of code in my mak file.
!IF "$(CFG)" == ""
CFG=DesktopCommon - Win32 Release
!MESSAGE No configuration specified. Defaulting to DesktopCommon -
Win32 Release.
!ENDIF
but while making it using NMAKE it giving me
fatal error U1023: syntax error in expression
message.
Any help is appreciated.
Thanks
.
Relevant Pages
- Writing to parallel port
... I use windows XP and .NET, ... is Win32 Application. ... I tried inpout32.dll but without success. ... inpout32.dll: fatal error LNK1136: invalid or corrupt file ... (microsoft.public.vc.language) - inpout32.dll
... I want to write something to paraller port. ... I use windows XP and .NET, but my program is Win32 Application. ... inpout32.dll: fatal error LNK1136: invalid or corrupt file ... (microsoft.public.dotnet.languages.vc) - Re: Tricky cout with 0x0A value
... "Cout" involves an OS dependent IO operation. ... On the Win32 ... plateform it has the side effect I've described in my previous post. ... (comp.lang.cpp) - STANDARDSDK_500(X86) To Win32
... We have made an application for Windows CE and we would like to compile it ... First thing I tried is to change the platform to Win32 in Visual Studio 2005 ... fatal error C1083: 'ceconfig.h': No such file or directory ... (microsoft.public.windowsce.embedded.vc) - A newbie problem with gdiplus.h...
... I started a new Win32 application in the VS 2005 C++ with precompiled ... #ifndef WINVER ... reference additional headers your program requires here ... (microsoft.public.dotnet.framework.drawing) |
|