On Wed, 7 Jul 2004, Max Bowsher wrote:

> Igor Pechtchanski wrote:
> > You can then compile the subversion executables to look for DLLs in the
> > above directory.
>
> Um, how? To the best of my knowledge the Windows dynamic loader does not
> have this level of sophistication.
>
> Max.

Well, by default it doesn't.  However, using LoadLibraryEx and the
LOAD_WITH_ALTERED_SEARCH_PATH flag, you can actually specify an exact path
to the module.  It might be more pain than it's worth, though, and I don't
know of easier ways.
        Igor
-- 
                                http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_                [EMAIL PROTECTED]
ZZZzz /,`.-'`'    -.  ;-;;,_            [EMAIL PROTECTED]
     |,4-  ) )-,_. ,\ (  `'-'           Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL     a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

Reply via email to