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.
精彩评论