So I have been using this API to run a program. Things have been going very well. Then they came out with a new API, which I downloaded.
So I took my old project, threw in the new .h, and .cpp files, then threw in the new .dll and .lib files.
I compiled successfully.
Then when I get to run the executable I get an error...
"The application failed to initalize properly (0xc0150002) Click on OK to terminate the application."
I know the problem has to deal with linking the .lib and the .dll files, I had this problem before when I upgraded API's, but I can't remember how to do it. Would anyone perhaps be able to help me troubleshoot this?
Question
NotSoSmartGuy
Hi,
So I have been using this API to run a program. Things have been going very well. Then they came out with a new API, which I downloaded.
So I took my old project, threw in the new .h, and .cpp files, then threw in the new .dll and .lib files.
I compiled successfully.
Then when I get to run the executable I get an error...
"The application failed to initalize properly (0xc0150002) Click on OK to terminate the application."
I know the problem has to deal with linking the .lib and the .dll files, I had this problem before when I upgraded API's, but I can't remember how to do it. Would anyone perhaps be able to help me troubleshoot this?
Thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts