PDA

View Full Version : Adding DLLs to VS2008 IDE


HJoshy
03-08-2010, 07:29 PM
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,

oracleguy
03-08-2010, 08:10 PM
You can just specify them in your project settings under the Linker. The exactly property is called "Input". There is another option under the Linker to specify additional search directories for libraries which you may want to use as well.