Hi,
I got a project created in make file. When I get into Project--> Setting, under "general" tab there is a MAKE command. I want to know how if it is possible to change project type to console application(this is a simple console application) since I was not allowed to compile the edited *.c file. The error message is:
REM !!! CVTOBJ is no longer necessary - please remove !!! *.obj
link /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:windows,4.0 -out
aintext.exe paintext.obj libc.lib oldnames.lib kernel32.lib ws2_32.lib mswsock.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib
LINK : fatal error LNK1104: cannot open file "paintext.exe"
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\BIN\link.exe"' : return code '0x450'
Stop.
Error executing NMAKE.
I am using VC++ 6.0. Is there anything wrong?
I got a project created in make file. When I get into Project--> Setting, under "general" tab there is a MAKE command. I want to know how if it is possible to change project type to console application(this is a simple console application) since I was not allowed to compile the edited *.c file. The error message is:
REM !!! CVTOBJ is no longer necessary - please remove !!! *.obj
link /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:windows,4.0 -out
LINK : fatal error LNK1104: cannot open file "paintext.exe"
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\BIN\link.exe"' : return code '0x450'
Stop.
Error executing NMAKE.
I am using VC++ 6.0. Is there anything wrong?