Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / ActiveX Controls / July 2004

Tip: Looking for answers? Try searching our database.

Register scrrun.dll problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Yeo - 22 Jul 2004 08:09 GMT
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.