12-17-2007 10:06 PM
12-21-2007 09:31 AM
You can register your dll using Regsvr32.exe.
You can also put the dll anywhere. It does not need to be in the system32 folder.
I create an exe to register my dlls. This exe is delivered as a support file with my application. I then run the executable to register my dlls one time during installation.
12-24-2007 07:38 PM
12-24-2007 07:45 PM
12-24-2007 09:27 PM
12-24-2007 09:40 PM
12-26-2007 06:08 AM - edited 12-26-2007 06:15 AM
12-26-2007 08:34 PM
12-26-2007 09:29 PM
Sorry, I have made a mistake in the above thread.
I error free dlls are 32bit which are put at directory "e:\tmp\". If I put them at "c:\windows\system32\", same error "can't find mydll1.dll" happens.
If I put the 64bit dlls at "e:\tmp\", and a different error message occurs "the file is not a valid library".
12-26-2007 10:44 PM