30 Jan
2006
30 Jan
'06
6:53 p.m.
Hi,
All # include calls have a unix like path description and not a common windows path like : c:\boost\include\algorith\string.hpp.
Normally I use *nix-like paths in VC and it works as it should.
That seems to be a general problem with all #include calls in all boost *.hpp files.
I have included the the path[c:\boost] and [c:\boost\include] to my VC++ INCLUDE Path.
I guess the problem is that it should be like
"c:\boost\include\boost_133" or something in order paths like
#include