P
PawelSokolowski
Hi all,
I have a project originaly created in VC++ 6.0 then migrated to VC++ 2003.
Unfortunatelly after compiling in the 2003 version it does not work in
Windows 98.
I am using only MFC, so .NET Framework shoudn't be necessary.
I added in stdafx.h lines:
#define WINVER 0x400
#define _WIN32_WINNT 0x400
but still it crashes on Win98
How to successfuly set target system ???
Without WINVER it is defaulting to XP, but how to set it to Win98 ?
Regards
PawelS
I have a project originaly created in VC++ 6.0 then migrated to VC++ 2003.
Unfortunatelly after compiling in the 2003 version it does not work in
Windows 98.
I am using only MFC, so .NET Framework shoudn't be necessary.
I added in stdafx.h lines:
#define WINVER 0x400
#define _WIN32_WINNT 0x400
but still it crashes on Win98
How to successfuly set target system ???
Without WINVER it is defaulting to XP, but how to set it to Win98 ?
Regards
PawelS