I am new to the forums and a newbie to Microsoft Visual C++. I am working on three apps upgrading them for a third party software upgrade. All three apps share a lot of code. All three build with no errors. One app will no longer run under Windows 2000, but does run under NT and XP. The other two run with no problems. Under 2000 the app immediatly stops. Run in debug mode the following error is reported -
The thread 0x4EC has exited with code 3 (0x3).
The thread 0x4B4 has exited with code 3 (0x3).
The program 'E:...\app.exe' has exited with code 3 (0x3).
If anyone could help with suggestions of the problem or even an explanation of the error or where to find more info on the error, it would be appreciated.
The thread 0x4EC has exited with code 3 (0x3).
The thread 0x4B4 has exited with code 3 (0x3).
The program 'E:...\app.exe' has exited with code 3 (0x3).
If anyone could help with suggestions of the problem or even an explanation of the error or where to find more info on the error, it would be appreciated.