Home > Back-end >  DLL using multithreading
DLL using multithreading

Time:09-22

I use threads can run in a console program, an error in the DLL, is this why?

#include
using namespace std;
Thread name1 (CEZrgb24: : test_thread);

(test_thread function in the definition of CEZrgb24 class declaration void static test_thread () {})


CodePudding user response:

You are not ah this is link, there is no link in the lib files?

CodePudding user response:

Put error message identifier in baidu search inside, see its in which. Lib, and then search the local hard disk. The lib, if not, the online search related library or module download and install, and then fill in their directory to "additional dependent libraries directory", add the name to the "additional dependent libraries", reconnect,
  • Related