How do I reference a DLL in a VC++ project

后端 未结 6 2054
野性不改
野性不改 2021-02-03 13:42

I have a C++ driver I\'m trying to compile, and it has this line in the code:

#import \"msado15.dll\" no_namespace rename(\"EOF\", \"EndOfFile\")
6条回答
  •  长发绾君心
    2021-02-03 13:48

    OK, found it by reading the documentation. I just had to put it in the same folder as the referenced file (which was in a different location to the project source code).

提交回复
热议问题