Thanks a lot. This worked. Ken Alabi, Ph.D. Phone: (631) 285-7128 Fax: (631) 285-7129 Cell: (631) 484-0778 -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Sebastian Redl Sent: Tuesday, November 14, 2006 5:29 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Windows Implementation alabi@thaerocomp.com wrote:
#include
The compiler does not find the header.
Note: the Boost directory should be lowercase. Windows may not care, but other systems do. And you should always use forward slashes for includes. They work pretty much everywhere, unlike backslashes. That said, this sounds like you haven't set up the include paths correctly. You need to add the Boost base directory to your Visual Studio include path. (Tools->Options->Directories, I believe.) You should also add the install/stage directory to the library path, or else compiled libraries won't be found during linking.# Sebastian Redl _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users