Quote:
Originally Posted by kovidgoyal
Because windows uses PATH to search for dlls. You really should open a ticket with Microsoft 
|
That's not true. Most languages that I have worked with on windows will always look for binaries in the current folder first, then the path. Unless of course it is COM, then it will look for the class id in the registry and load the DLL from there.
BOb