views:

28

answers:

1

I have a code in VC++ for developing windows through API which runs on Windows NT can this code be edited to run on windows XP.

Every program show only one message Program needs Windows NT to be installed, to run.

+1  A: 

If I understand your problem correctly, the code you're working on most likely checks the version of Windows it's running on. If that's the case, change the version check to include Windows versions later than NT.

Timo Geusch
Thanks for your valuable suggestion.
Ravi shankar