0xc000007b when trying to debug my project

-1

I created a C++ project in VS2017. I have to use additional libraries for my project because I work with a microcontroller/oscilloscope (BitScope Micro)

Everytime I try to debug my project it stops and an error-message pops up which says: “The application was unable to start correctly”

In the output-window theres this message:

The thread 0x3030 has exited with code -1073741701 (0xc000007b).

I looked it up on google and found out that it could be the case that I use an .dll which is designed for an 32-bit environment. For the properties, I included the path to the .h and the .lib file. I also included the .dll file in the property window.

I'm new to programming and need this for a school project. Can anyone please help me.

  • what do I need to change in the property settings?
  • where can I look it up for what environment (32/64 bit) this library is desigend?
  • In the library folder I downloaded there is also a *.pas and a *.def file. Do I need to include them anywhere as well?
  • Could something other be the case for this error?

Thank you in advance, and hope that somebody could help me.

c++
visual-studio
dll
linker-errors
libraries
asked on Stack Overflow Feb 9, 2019 by David9472 • edited Feb 9, 2019 by David9472

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0