Serious bug discovered in VC .NET (2002) compiler. Example below should work if I understand the Microsoft documentation correctly. Hopfelly there is some compiler upgrade that fixes this bug?
I'm having an application (.exe) that I'm building on Win 2000. When running the .exe on a Windows 98/NT I get the following error: "Expects a newer version of Windows. Upgrade your Windows version" I'm building the application using a makefile that looks like:
In the VS 7.0 implementation of VC++ the datatype INT_PTR has cropped up in (amongst others?) the MFC library. Can someone tell me what this is and where it's defined? Thanks