Hi,
Hope someone can help me this. I have write a C++ program to register the
scrrun.dll into the system.
The command to register this dll is regsvr32 scrrun.dll.
Sometime after i register this dll, it seem fail to properly register it and
it causing my VB program not able to run.
Regard,
sookee.
Douglas J. Steele - 22 Jul 2004 22:11 GMT
Michka has the following advice at
http://www.trigeminal.com/usenet/usenet026.asp with respect to registering
DLLs:
<quote>
Register it (do it via Declare not by shelling regsvr32 so you can check the
return value) or whatever method is needed. If the file is not in a system
directory, you can use the LoadLibrary/FreeLibrary APIs to load the file
prior to calling the DllRegisterServer function. The syntax for the
registration Declaration is:
Declare Function DllRegisterServer Lib "<yourlib.dll>" () As Long
</quote>
Not sure what that would look like in C++, but it might be worth
investigating.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Hi,
>
[quoted text clipped - 7 lines]
>
> sookee.
Larry Daugherty - 23 Jul 2004 19:53 GMT
Hi Yeo,
You'd do better to post this in the applicable VB groups. This group is
about issues in using ActiveX Controls in MS Access.
HTH

Signature
-Larry-
--
> Hi,
>
[quoted text clipped - 7 lines]
>
> sookee.