|
-
November 17th, 1999, 02:12 AM
#1
VC++ DLL v/s VB GUI - Error (Urgent)
Hi,
We have two problem here.
1. Ours is windows 95 environment. when we tried to run the application which uses vc++ dll from vb interface, its working
fine on my system but it doesn't work on any other system. It gives a message "XXX.DLL not found ".
2. When we get out of the application by clicking X on the right top of the window, it gives me a GPF. Is there anything to be done to the dll part before we close the application. Ours is a static DLL. Hene we didn't use "LoadLibrary".
Can u help me out. Can me mail at [email protected]
Dharnidhar
-
November 17th, 1999, 03:08 PM
#2
Re: VC++ DLL v/s VB GUI - Error (Urgent)
Make certain that the VC++ DLL is in the system registry of the other applications. Click start and then run. In the text box type regsvr32 "Path and name of the DLL", for example regsvr32 "C:\AppFolder\MyVC++.DLL", and press enter. As for the GFP error check your VC code for any multithread processes that may still be executing when the X is clicked.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|