T
Tommy Vercetti
I've been trying to convert a Standard C++/MFC application to Managed
C++/Forms (the application is pretty complex but the GUI is just a
simple status dialog).
I created a new project shell and have been slowly adding in new code.
The code compiles perfectly but now when I try to run or debug I get the
error:
"The application failed to initialize properly (0xc000007b). Click on OK
to terminate the application."
I can't find any information on this error; I don't know what to try.
I've tried to backtrack to find the exact point that this problem arose
but I that approach isn't producing results. This is very frustrating.
I'd like to figure out why this error is happening?
Managed C++ is far more buggy and problem prone than I would have
thought. Anyone seen issues like this or have advice to offer?
C++/Forms (the application is pretty complex but the GUI is just a
simple status dialog).
I created a new project shell and have been slowly adding in new code.
The code compiles perfectly but now when I try to run or debug I get the
error:
"The application failed to initialize properly (0xc000007b). Click on OK
to terminate the application."
I can't find any information on this error; I don't know what to try.
I've tried to backtrack to find the exact point that this problem arose
but I that approach isn't producing results. This is very frustrating.
I'd like to figure out why this error is happening?
Managed C++ is far more buggy and problem prone than I would have
thought. Anyone seen issues like this or have advice to offer?