Loadlibrary fails to load dll

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

        #include 

typedef int (*function1_ptr) ();

function1_ptr function1=NULL;

int APIENTR         


        
7条回答
  •  孤街浪徒
    2021-02-10 01:48

    I think you have already checked existence of dll.

    Now Try this ::

    Try to change "Any CPU" to 86 or 64.

    Try to run your application as administrator.

提交回复
热议问题