How do I add Prolog DLLs to VS2008 in order to embed Prolog within C++?
Are these three dlls sufficient:
libpl.lib
plterm.lib
pthreadVC.lib
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.