开发者

Adding DLLs to VS2008 IDE

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜