Re: interacting with an ACUCOBOL application
From: JJ (jj_at_nospam.com)
Date: 06/30/04
- Next message: Warren Simmons: "Re: Method to force keeping of source"
- Previous message: Robert Wagner: "Re: Cobol Opportunity Available"
- In reply to: Mark_R: "interacting with an ACUCOBOL application"
- Next in thread: Mark_R: "Re: interacting with an ACUCOBOL application"
- Reply: Mark_R: "Re: interacting with an ACUCOBOL application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jun 2004 22:00:48 -0400
By "DLL messages", you mean sending messages to the Acucobol window - you
could do that, but it's not the easiest or best way. (If I recall, Acucobol
provides hooks where you can subclass the main window so you can intercept
messages, but this requires writing some C code and relinking the runtime.)
They can just pass you additional variables in their CALL of your DLL and
your DLL can just put the values you want to pass back using the pointers to
those variables. Or if they want, you can overwrite the values in the
variables they are passing to you. Have them take a look at the docs on the
CALL verb.
"Mark_R" <mrissmann@yahoo.com> wrote in message
news:7a1f4dab.0406291440.170f3425@posting.google.com...
> Good day,
>
> I am writing an application in Delphi. I want it to interact with
> another application. The ACUCOBOL application is successfully calling
> a DLL passing my application a string and a number. I want to be able
> to send him the same. Can ACUCOBOL "listen" for DLL messages? Anybody
> have any code on that. The ACUCOBOL team that I am working with is
> relatively new to windows programming.
>
> Thanks for any info.
>
> -Markus
- Next message: Warren Simmons: "Re: Method to force keeping of source"
- Previous message: Robert Wagner: "Re: Cobol Opportunity Available"
- In reply to: Mark_R: "interacting with an ACUCOBOL application"
- Next in thread: Mark_R: "Re: interacting with an ACUCOBOL application"
- Reply: Mark_R: "Re: interacting with an ACUCOBOL application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|