Re: Delphi DLL / VB app



DanG wrote:
>
> But the real VB app
> cannot do that. It doesn't know anything about my DLL, other than that
> there will be a function called "Process". So I attempted to do a

I am lousy with VB, and how it should be configured etc.
But I quess your Delphi written ActiveX component appeared to the VB
IDE's menu?

If it did appear, then VB should be aware about your DLL and ActiveX
component inside it.

In general, ActiveX components must be registered to Windows. But you
probably have already done it, while you can call your component from
Access and VB.
I use Delphi's TREGSVR.EXE for those registrations.

> Suggestions are welcome.

Sorry, that's all I got.<g>

Markku Nevalainen
.



Relevant Pages

  • Re: Class export by regular DLL (vc++) be used in vb
    ... Use the Declare Function directive to declare them in your VB code, ... Create a typelib for the DLL and reference that in your app. ... ActiveX component. ...
    (microsoft.public.vb.general.discussion)
  • Re: Exception from HRESULT: 0x800AC352
    ... so it's an ActiveX component created in VB. ... "Stan Sainte-Rose" wrote in message ... > update windows 2000 to windows 2003. ... > I have to say also, by using this dll, it adds 2 others dll, vbrun and ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Terminate a called DLL from within the DLL
    ... I want to stop the DLL from executing ... > I can make the executing Thread exit the DLL ... The calling app can trap the error and take action. ... ActiveX Component Standards and Guidelines ...
    (microsoft.public.vb.general.discussion)
  • Re: DLL API Calling Issue
    ... Anyway this forces the exports to be C++ unless a DEF file is used. ... that since the intermediate dll can 'see' xxxxx.dll just ... Create an ActiveX component wrapper around the dll. ...
    (microsoft.public.vb.general.discussion)
  • Re: MSI Installer now pops up when running VB app
    ... or OCX registration. ... that registered the offending DLL or OCX is not longer installed properly ... Where are DLL and OCX registrations saved and how can I remove/change ... Neither the app I'm trying to run or the old app that originally registered ...
    (microsoft.public.vb.controls)