Fujitsu COBOL andDelphi

From: Lueko Willms (l.willms_at_jpberlin.de)
Date: 07/29/04


Date: 29 Jul 2004 11:46:00 GMT


   I'm thinking about combining programs built with Fujitsu COBOL 3.0
and others built with Delphi and CALL in either the one or the other
direction. Since its Delphi, the platform will be Win32.

   Fujitsu COBOL offers an extension to Standard COBOL with a phrase

   "WITH { C | PASCAL | STDCALL } LINKAGE"

   on the PROCEDURE DIVISION header, CALL statement, and -- another
extension -- ENTRY statement.

   Would I have to specify PASCAL or STDCALL LINKAGE for links with
Delphi compiled programs?

   Also, how about statically linking OBJ-modules vs. CALLing DLLs?

   I have searched the Google Netnews archive for these keywords,
found that, well, Fujitsu COBOL and Delphi can go together, but no
clear hint regarding my question.

Yours,
Lüko Willms http://www.mlwerke.de
/--------- L.WILLMS@jpberlin.de -- Alle Rechte vorbehalten --

"Ohne Pressefreiheit, Vereins- und Versammlungsrecht ist keine
Arbeiterbewegung möglich" - Friedrich Engels (Februar 1865)



Relevant Pages

  • Re: Fujitsu COBOL andDelphi
    ... PASCAL linkage is a requirement, since Turbo Pascal at least requires ... don't know how Delphi handles it, ... Fujitsu COBOL, so I really don't know how to get around this message. ... Personally I'd probably go with the DLL route. ...
    (comp.lang.cobol)
  • Re: Fujitsu COBOL andDelphi
    ... wondering is if Delphi still requires Pascal-style linkage (a.k.a. ... I'm thinking creating a DLL with Fujitsu COBOL is going to be the only ...
    (comp.lang.cobol)
  • Re: Fujitsu COBOL andDelphi
    ... wondering is if Delphi still requires Pascal-style linkage (a.k.a. ... I'm thinking creating a DLL with Fujitsu COBOL is going to be the only ...
    (comp.lang.pascal.delphi.misc)