InterviewSolution
Saved Bookmarks
| 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 . 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. |
|