I can compile my project and all of my components with no errors. I can
install them properly.
I set a breakpoint at the first usable line in Create of Main.cpp but the
the execution fails before it has reached this line.
A message appears that there is a system exeption (code 0xc0000139) at
0x7c974ed1. How can I figure out what's the reason for this missbehaviour?
The BCB5 projet runs well. I have set the compatibility flag. The compiler
does not show any of important warnings.
> I set a breakpoint at the first usable line in Create of Main.cpp but the
> the execution fails before it has reached this line.
> A message appears that there is a system exeption (code 0xc0000139) at
> 0x7c974ed1. How can I figure out what's the reason for this missbehaviour?
> The BCB5 projet runs well. I have set the compatibility flag. The compiler
> does not show any of important warnings.
Try running the executable outside of the IDE to see if it is having
trouble with finding the required dlls.
--
-David Dean
CodeGear C++ QA Engineer
<http://blogs.codegear.com/ddean/>