Reg Dll
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Load the library (for instance, via
LoadLibrary
) and then callDllRegisterServer
. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
-
Use this WinExec("regsvr32 /s path of the dll including the name of dll",SW_SHOW);
Regards, Pankaj Sachdeva There is no future lies in any job but future lies in the person who holds the job
-
Is your DLL a COM DLL or normal DLL ? Regards, Paresh.