I get no errors, a few warnings...This code already compiled as an exe for someone else under 2003 .net, but when I convert it to 05 and build it, i get no exe
Edit: The files I get are buildlog.htm, the exe.intermediate.manifest file, the object file, resource script, vc80.idb, and mt.dep
] Creating command line "link.exe @"c:\Documents and Settings\BLaptop\Desktop\loader\Release\RSP00000B31523776.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\BLaptop\Desktop\loader\Release\RSP00000C31523776.rsp" with contents
[ /outputresource:"..\bin\Loader .\Loader.cpp(489) : warning C4996: 'strncpy' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy' Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\Loader.cpp(501) : warning C4996: 'fopen' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen' Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\Loader.cpp(512) : warning C4996: '_snprintf' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf' Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
When I build, I get no exe
RogerDontLikeReports
mh433493
Edit: The files I get are buildlog.htm, the exe.intermediate.manifest file, the object file, resource script, vc80.idb, and mt.dep
webwize
SteveS_MS
Martha Wieczorek
ronnotel