I’ve been programming a program, in visual c++, on windows 98 with ease. I decided to try it on windows 95, it still ran with ease. I had to put it on a windows NT system and it doesn’t run properly. The program runs but I don’t get the proper results. When I run the program through debug mode or just design mode I get an error that says something wrong with my (winhand.cpp line 127). I have no idea what this means or how to fix it. This is a file in the MFC (I think), it is not one of mine. If anyone has any idea why my program isn’t running the same on windows NT as it does on windows 95 and 98 please let me know, or pointing me in the right direction will work as well.
p.s.
I'm trying to carry a string of numbers from one module to the next and then have the program read them and let the user view certain things according to their string. This is what is not working properly. It ignores my string completely and displays everything.
Thanks in advance
stefee
p.s.
I'm trying to carry a string of numbers from one module to the next and then have the program read them and let the user view certain things according to their string. This is what is not working properly. It ignores my string completely and displays everything.
Thanks in advance
stefee