Question
Why is my application crashing, while all the examples are running?
Answer
The application is probably set to compile on a 64-bit system, while the installed version is the 32-bit version. As a test, validate that the project of the application is set for x86 platform. If this solves the issue, either leave it as is, or install the 64-bit version.
Comments
0 comments
Please sign in to leave a comment.