U1077 MSVC 4.0 Release Build with NT 4.0 Check Build 1381 
Author Message
 U1077 MSVC 4.0 Release Build with NT 4.0 Check Build 1381

My "hello world" program works fine with MSVC 4.0 Debug build with
NT 4.0 Check Build 1381.

It fails with MSVC 4.0 Release build with NT 4.0 Check Build 1381.
The error message is U1077.

Is it ok to do release MSVC 4.0 builds with the Checked Build of NT
4.0?

The hello.obj is built but the linker complains about a pass 1 error.

#include <iostream.h>
void main (){
  cout << "Hello World";
  return;

Quote:
}



Fri, 20 Aug 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Visual Studio SP1 + NT Workstation 4.0 SP3 SDK = BUILD FAILURE

2. Error building Exports file on Debug NT 4.0

3. Building NT 4.0 apps on Win 2000

4. Visual Studio SP1 + NT Workstation 4.0 SP3 SDK = BUILD FAILURE

5. Error building Exports file on NT 4.0 debug

6. NT 4.0 and VC 4.0 Debug symbols

7. Visual C++ 4.0 ignore breakpoints under NT 4.0

8. VC++ 4.0: Breakpoints don't break on NT 4.0

9. can't get debug to work in nt 4.0 with visual c++ 4.0

10. VC++ 4.0 and NT 4.0 WIN32 SDK

11. VC 4.0 and NT 4.0

12. Does VC 4.0 run under NT 4.0?

 

 
Powered by phpBB® Forum Software