FBA DLL\COM

M

Mir

I'm trying to make a component from a VB application.
In the Component Designer on the Files node I add the files that my
applications needs... it's correct to add here the dll and ocx files?
But then should I add the same files on the FBA DLL\COM registration?
Thank you in advance
 
K

KM

Mir,

You should register the ocx and dll files from your app that require
registration. If you develop the app you should know what dlls require the
COM registration. If not, you may explore the binary exports to see known
COM object exports - (DllCanUnloadNow, DllGetClassObject, DllRegisterServer,
DllUnregisterServer).
Use "FBA DLL\COM registration" (Regsvr32.exe) for the bits to register them
on your runtime.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top