Click to See Complete Forum and Search --> : VC++ DLL v/s VB GUI - Error (Urgent)


dharnidhar
November 17th, 1999, 01:12 AM
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 dhar@infotech.stph.net
Dharnidhar

November 17th, 1999, 02:08 PM
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.