1.

Solve : Debugger looking for CRT0.C?

Answer»

I debug the simple file through mcvc6 or msvc2005 but as SOON as i click on RUN it asked me for crt0.c .

Can any one tell me how crtc0.c works?
thanks for help .I found everything from spyware to an ACCESS violation. In this context you may have an access violation in your code.

Is your code handling exceptions? If you're using Visual STUDIO or one of the Express Editions, this fix may help:

Quote

Did you try handling exceptions as they are thrown? (Under Debug | Exceptions ... and then pick access violation under WIN32 Exceptions).
Source: Access Violation

Good luck.


Discussion

No Comment Found