[GD-Windows] DLL location
Brought to you by:
vexxed72
From: Pierre T. <pie...@no...> - 2004-01-27 16:09:13
|
Hi, Is there a standard place where third party libraries can store their DLLs ? We want to release a SDK whose DLLs should be accessible by both the demos (exes in their own \demos directory) and the programmers compiling the examples or doing their own. The obvious solution is to copy our DLLs in the System or System32 directory at installation time, but it doesn't sound very nice to pollute that place with extra DLLs (it's messy enough...) Is it better to store the DLLs in some private directory (say Program Files\MyProduct\MyDlls), and add that directory to the path env variable ? If yes, is there a recommended way to do that ? Else, is there an "official" way to do that ? Pierre |