Link to home
Start Free TrialLog in
Avatar of sleepyrea
sleepyrea

asked on

The error message I'd never met.

Hi,
 I am taking part in the project that make a chart-draw application. For a reason, I had changed my development machine and I installed Windows95, Visual C++ 5.0 on the new machine. But when I run it on debug mode, the following message appears:

Microsoft Developer Studio
    Could not execute: Unknown error(Win32 error 4294967295)

So, I set a break point at the constructor of the project application class(it was derived from CWinApp), and run it, but the message appears with no difference. I think the problem occurs before the break point.
I have no idea how I can resolve this problem.
I will expect your brilliant answer.
Thanks.
Avatar of bernfarr
bernfarr

It's interesting that 4294967295 is the maximum value of an unsigned long. Not that this helps.
ASKER CERTIFIED SOLUTION
Avatar of jstolan
jstolan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial