Loadlibrary fails to load dll

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

        #include 

typedef int (*function1_ptr) ();

function1_ptr function1=NULL;

int APIENTR         


        
7条回答
  •  终归单人心
    2021-02-10 01:47

    I had the same issue. This link resolved it. The issue was that I was not using _T macro.

提交回复
热议问题