V
vc
Hi all,
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:
!include <win32.mak>
..cpp.obj:
$(cc) $(cdebug) $(cflags) $(cvarsmt) -DSTRICT -YX\
/GX\ "_DEBUG" $<
The application should work on Win98/NT even if it is build on
Win2000, but I assume that I have to set a flag in the Makefile to
make it working (actually the exe should run on all Windows OSs:
95/98/ME/NT/2k/XP), but I don't know which flag.
Hope somebody can give me a solution,
Thanks a lot,
Viv
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:
!include <win32.mak>
..cpp.obj:
$(cc) $(cdebug) $(cflags) $(cvarsmt) -DSTRICT -YX\
/GX\ "_DEBUG" $<
The application should work on Win98/NT even if it is build on
Win2000, but I assume that I have to set a flag in the Makefile to
make it working (actually the exe should run on all Windows OSs:
95/98/ME/NT/2k/XP), but I don't know which flag.
Hope somebody can give me a solution,
Thanks a lot,
Viv