Boost logo

Boost Users :

From: Ken Alabi \(Ph.D\) (alabi_at_[hidden])
Date: 2006-11-16 07:16:02


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_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Sebastian Redl
Sent: Tuesday, November 14, 2006 5:29 PM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Windows Implementation

alabi_at_[hidden] wrote:
> #include <BOOST\path_to_header>
>
> 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_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net