$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Korban (alex.korban_at_[hidden])
Date: 2006-04-04 19:16:53
Hi
Just a note about Vinzenz's advice: make sure you don't put the
trailing slash into the include path, otherwise Visual Studio might
produce weird and seemingly unrelated errors. E.g. put
c:\Boost\include\boost-1_33_1 into the include paths, not
c:\Boost\include\boost-1_33_1\
Hope this helps.
Regards
Alex Korban.