...when you know exactly what you do.Which I don't, so Multithreaded DLL it is. ;) Thanks Laurent!
LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc100-mt-gd-1_51.lib'I looked at the documentation and searched the net, and there was some mention of setting the Path environment variable. I did tick the box in the installer to do so automatically, though.
1>------ Rebuild All started: Project: boost test, Configuration: Debug Win32 ------
1>Build started 8/28/2012 11:08:54 AM.
1>InitializeBuildStatus:
1> Touching "Debug\boost test.unsuccessfulbuild".
1>ClCompile:
1> main.cpp
1>LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc100-mt-gd-1_51.lib'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:03.12
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
What do you include then?
If you setup an empty project and include only the header files needed for the library then there should not be any pragma comment calls or similar. And you'll have to add things on your own to the project settings to get everything working...I don't think I understand what you mean exactly, but what I am doing here is pretty much similar to what I do when including SFML into a project. Except with SFML I don't add anything to the Path.
It's essentially the same as with SFML with the only difference in the library itself. ;)
Except with SFML I don't add anything to the Path.Well I didn't add boost to the PATH since I can add all of the needed info in the project settings.
Also, SFML works out of the box, has a nice build system, plus a forum with actual support, and a responsible developer. I guess those are the main differences to boost. ;)