Set the /Wp64 switch for testing the 64 bit compatibility.
/Wp64 detects 64-bit portability problems on types that are also marked with the __w64 keyword. /Wp64 is off by default in the Visual C++ 32-bit compiler and on by default in the Visual C++ 64-bit compiler.
Variables of the following types are tested on a 32-bit operating system as if they were 64 bits:
int
long
pointer
To set this compiler option in the Visual Studio development environment
Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
Click the C/C++ folder.
Click the General property page.
Modify the Detect 64-bit Portability Issues property
Main Topics
Browse All Topics





by: AlexFMPosted on 2005-08-22 at 01:04:14ID: 14722426
VC++ 6.0 doesn't support 64 bits. 64-bits OS must run 32-bits application creating 32-bits environment for it. Possibly this is some target OS problem. Can you run other 32-bits applications on it?