开发者

Adding DLLs to VS2008 IDE

开发者 https://www.devze.com 2022-12-22 19:14 出处:网络
How do I add Prolog DLLs to VS2008 in order to embed Prolo开发者_开发知识库g within C++? Are these three dlls sufficient:

How do I add Prolog DLLs to VS2008 in order to embed Prolo开发者_开发知识库g within C++?

Are these three dlls sufficient:

libpl.lib
plterm.lib
pthreadVC.lib

Thanks,


You can go to the project properties page (can be accessed from the Project pull down menu), going to the references tab, and adding the path to the .dll files you want to use.

After you hit the add reference button, you may want to use the Browse tab and find the .dll files on your machine.

0

精彩评论

暂无评论...
验证码 换一张
取 消