r6034 runtime error!!!!

Nov 25, 2012 at 6:31pm
Okay I've been trying to learn programming for months and all kinds of setbacks are holding me back. I've been able to fix most of my issues but this seems impossible to fix. Every time I try to run a program on any compiler, I get a runtime error, saying that the application has made an attempt to load the C runtime library incorrectly. Please help. I've searched for answers and no "solutions" help.
Nov 25, 2012 at 6:33pm
Well you need to at least post the errors you are getting and even better the code as well. At the moment no one has a hope in hell of helping you.
Nov 25, 2012 at 6:52pm
It doesnt show any errors when I run the program except for the pop up message box that says there was a runtime error. It says 1 succeeded, 0 failed. its mindboggling.
Nov 25, 2012 at 7:30pm
There's a fundamental difference between a compiler error and a runtime error.
However, the cause is the same in both cases: you made a mistake.
Topic archived. No new replies allowed.