Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LD_LIBRARY_PATH equivalent for windows?

17,140 views
Skip to first unread message

Mel

unread,
Mar 29, 2002, 3:31:27 PM3/29/02
to
is there a way of setting library load path in windows using env variables?


stephane padovani

unread,
Mar 29, 2002, 3:53:40 PM3/29/02
to
Mel wrote:
> is there a way of setting library load path in windows using env variables?
>
>

Hi,
If you are thinking about dll libraries, add the directory in the PATH
variable .
The finding rule for dll libs is the following :
look in the directory of the program
if not found
look in the directories of the PATH

Stephane.

Bryan Oakley

unread,
Mar 29, 2002, 4:09:56 PM3/29/02
to
"Mel" <m...@redolive.com> wrote in message
news:a82iuv$g...@dispatch.concentric.net...

> is there a way of setting library load path in windows using env
variables?

I use the environment variable TCLLIBPATH.


0 new messages