c++ - Visual Studio 15: 0xc000007b after adding existing files to Project -


this question has answer here:

i trying make application opengl , gstreamer. have couple of files linking gstreamer-libraries, now, not included main source file in way. program compiles fine, upon running, error message

the application unable start correctly (0xc000007b).

i got no more information error.

but when excluding gstreamer-related files project, while leaving include- , library-directories in property page untouched, code compiles , runs without problems.

i building win32 platform , have checked link correct versions of gstreamer libraries.

furhermore, when trying run build x64 (also linking properly, believe), exact same error, when files excluded project.

could tell what's wrong sparse information, or @ least explain why application won't run when add files not used?

i may give more information on demand, right now, don't know relevant.

as suggested paulmckenzie, turned out windows searched through directories in path , took first dll's fit, though built 64-bit platform.

the cause of error when run x64 turns out have been other dll's, had downloaded public github repository, built 32-bit software.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -