Registering DLL and OCX
COM
3
Posts
2
Posters
0
Views
1
Watching
-
Is there some way on which I could register a dll or ocx not using Regsvr32.exe? I want to register dlls programatically, knowing only the path and dll name. I also want to know if it has been registered or not. Is there an API that does this? Please help. Thanks. SDE
-
Is there some way on which I could register a dll or ocx not using Regsvr32.exe? I want to register dlls programatically, knowing only the path and dll name. I also want to know if it has been registered or not. Is there an API that does this? Please help. Thanks. SDE
Load dynamically the DLL and call the function DllRegisterServer, for registration a server
-
Load dynamically the DLL and call the function DllRegisterServer, for registration a server