VBGamer |
|||||||||||||||||||||||||||
RE: VB DLL - question!! Torsten Damberg (1 reply, 0 views) (2000-May-30) Normally no problem. Have you created the DLL for yourself?
Make sure you have the first compiled version of it.
Go to the project setting of the dll and make it binary compatible to the
first version of the dll.
If it isn't yours, you have to edit the vb project file (*.vbp) of your vb project.
Find out the GUID of the DLL from the registry and replace it in the
project file. Or simply, remove the reference from your project and readd it.
|