Vincent Povirk wrote: > On Mon, Feb 23, 2009 at 6:15 AM, Paul Vriens <[email protected]> > wrote: >> The reason you see this is because next to a normal LoadLibrary we also use >> the >> .NET variant. On some boxes gdiplus.dll cannot be found through LoadLibrary >> but >> will trough LoadLibraryShim. As winetest now thinks the library is there it >> will >> try to launch "gdiplus_test.exe --list" and that of course fails. >> >> Not sure how to approach this. > > Silly question: > > Could we, if LoadLibraryShim returns a library that isn't in the PATH, > add it to the PATH in the environment used to call the test exe? Then > we would be able to run tests on some "new" versions of dll's we can't > cover currently. > I've been thinking along those same lines. I don't have much time this week but I'll see what I can do. If somebody wants to beat me to it, be my guest ;)
-- Cheers, Paul.
