FBA DLL\COM

  • Thread starter Thread starter Mir
  • Start date Start date
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
 
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.
 
Back
Top