PDA

View Full Version : error while compiling VC6


morlajb
03-14-2007, 03:27 AM
Hi

I got the following error " Theinsruction at "0x5005570a" referenced at "0x000000014" , The mwmory could not be "read"
Click on OK to terminate the program"

after clicking OK the program continue ..

Any ideas ????

Thanks , Mor

kevina
03-14-2007, 09:38 PM
While you don't provide enough info to know for sure, it sure sounds like this error is being generated by vc6 / devenv.

If you check the Show command-line ... option on the Options tab of the Make VC6 step, then rerun the step, the command-line that Visual Build Pro uses to invoke the vc6 compiler will be logged.

Execute this command-line directly from a Command Prompt and see if the same error is generated.

morlajb
03-15-2007, 04:15 AM
Hi

Thanks for the fast reply , I am sure that this error is a VC error , my question is if you have any workaroud for this one ???

I will log the command line next time as well.

Thanks , Mor