Home > Software engineering >  MFC using dynamic libraries in a function after the application of abnormal error
MFC using dynamic libraries in a function after the application of abnormal error

Time:10-09


In the MFC with a dynamic library function, compile, runtime error shown above,
Wrong positioning in the calling function of dynamic link library statement here
But other project also use the dynamic library, have no problem
Is it add dynamic library way wrong? I am in configuration properties - linker - input - added additional dependencies in Atm. Lib, added in the source program header file Atm. H, or what other mistakes?

CodePudding user response:

CodePudding user response:

Need to initialize the DLL?

CodePudding user response:

The different methods of link library? MDd? MTd, MT, MD?
  • Related