Loadlibrary fails to load dll

前端 未结 7 2079
梦谈多话
梦谈多话 2021-02-10 01:18
    *******************UseDll1.cpp*********************

        #include 

typedef int (*function1_ptr) ();

function1_ptr function1=NULL;

int APIENTR         


        
7条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-10 01:28

    Have you verify that you have all external dependencies for "DLL1.dll" ?

    LoadLibrary will fail even if any of the indirect linked-library is not available.

提交回复
热议问题