[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [APR PATCH] Bootstrapping problem on Mac OS X

From: Greg Marr <gregm_at_alum.wpi.edu>
Date: 2002-06-10 18:57:04 CEST

At 12:22 PM 06/10/2002, Pier Fumagalli wrote:
>My code should better check for errors :) that's for sure, but at
>the same time, they shouldn't be trying to load libraries randomly
>if the files do not exist :) :) :)

On Windows, LoadLibrary will search all directories in PATH, the
current working directory, and the directory where the executable is
located looking for a library if no path is specified, so they don't
necessarily have to be in any given directory to be loaded. This is
the "recommended" way to search for a library on Windows, you ask the
OS to load it. If it fails, it doesn't exist, or just can't be found.

-- 
Greg Marr
gregm@alum.wpi.edu
"We thought you were dead."
"I was, but I'm better now." - Sheridan, "The Summoning"
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 10 19:58:10 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.