you can't compile the attached dll, because it's missing some code I can't provide....

but it has the main dpr, tlb and one active form declaration in it for a stupid Echo 
Ping test for a server...

anyway, might help you

-----Original Message-----
From: Neven MacEwan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 1 April 2003 1:21 p.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Kick in the right direction


Right

I've created an ActiveX project and added a type library

library mwkLib;

uses
  ComServ,
  mwkLib_TLB in 'mwkLib_TLB.pas';

exports
  DllGetClassObject,
  DllCanUnloadNow,
  DllRegisterServer,
  DllUnregisterServer;

{$R *.TLB}

{$R *.RES}

begin
end.

how/where do i implement the methods I've declared in   mwkLib_TLB?

TIA

Neven

----- Original Message -----
From: "Conor Boyd" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Tuesday, April 01, 2003 11:03 AM
Subject: RE: [DUG]: Kick in the right direction


> Don't know anything about the VB side, but the Delphi side should be
> relatively simple.
>
> Kyley has pointed you in the right direction.
>
> One pitfall to be aware of is that you might have stay on top problems,
i.e.
> your client app may try to show the form, but your form will come up
behind
> the client app.  If this does happen, you can generally pass the HWnd of
the
> client window, and set it as the parent of your DLL form.
>
> More specific questions, drop us a line, and I'm sure we can help.
>
> Cheers,
>
> Conor
>
> -----Original Message-----
> From: Neven MacEwan [mailto:[EMAIL PROTECTED]
>
> A need to create a simple COM based Form application that can be called
from
> VB Script using CreateObject()
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Attachment: MtEchoTest_Mod.zip
Description: MtEchoTest_Mod.zip

Reply via email to