Boost logo

Boost Users :

Subject: Re: [Boost-users] Linking with dynamic boost thread library
From: Green, Jason M NSWCDL, W33 (jason.m.green3_at_[hidden])
Date: 2009-04-09 10:16:43


I find it odd then, that I could still run my program with no dlls. I had
moved them all to the recycle bin. All this stuff isn't worth it. I will
just stick w/ the static link libs.

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of John Wilkinson
Sent: Thursday, April 09, 2009 8:55 AM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Linking with dynamic boost thread library

> If the program compiles and runs the same only based on whether
boost*.lib
> is there, what function does the boost*.dll serve

The boost*.lib files, as I think someone said earlier, are the import
libraries for the boost*.dll run-time libraries. These are what you
link to, in order to use boost*.dll at run time. The DLL files do not
need to be in the link path, only in the executable path when your
program is run. The boost*.lib files need to be in the link path when
you build your program.

John

_______________________________________________
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