[C++-sig] Can boost_python dll be delay loaded?

Niall Douglas s_sourceforge at nedprod.com
Fri Jul 30 21:37:55 CEST 2010


On 30 Jul 2010 at 11:38, Ralf W. Grosse-Kunstleve wrote:

> > Your best bet it would seem now is to have PATH
> > modified on app install, but that is a very lazy way out and is
> > indeed banned in lots of corporate environments. 
> 
> I solved this problem via a small launcher executable. It is just like
> a small .bat file which sets PATH and PYTHONPATH before launching the
> actual application. Only cmd.exe makes a mess passing through command-line
> arguments with spaces, therefore I resorted to this:

Also, now you make me think about it, Microsoft Detours can inject an 
arbitrary DLL at any given location into a process.

HTH,
Niall

-- 
Technology & Consulting Services - ned Productions Limited.
http://www.nedproductions.biz/. VAT reg: IE 9708311Q. Company no: 
472909.





More information about the Cplusplus-sig mailing list