|
Hi,
If you have access to any compiler that is able to
create Windows 3.1 (or higher) programs (e.g. Borland C++ 3.x , 4.x -
could/should be available as CD for about
10 US-$ in the shops by now ; 25 $ years
ago) and if you know or request the background of the 2 communication functions of your Cobol generated
DLLs
int FAR PASCAL LibMain( HINSTANCE
hInstance, WORD wDataSegment, WORD wHeapSize, LPSTR lpszCmdLine ) //
called to start DLL and pass data
and
int FAR PASCAL WEP ( int bSystemExit
) // the end procedure
then you can write a small .exe program that loads
and calls the DLLs and is itself called and fed with data or a reference to
a data object/file by your
Java environment via
Runtime.getRuntime().exec("yourprogram.exe");
(discussed in the list before)
sincerely,
U. Penski
____________________________________________________ To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm Be respectful! Clean up your posts before replying ____________________________________________________ |
- [jdjlist] How to call a Fujitsu COBOL from JSP/Servlets? Antonio Garcia
- [jdjlist] Re: How to call a Fujitsu COBOL from JSP/Ser... Paul Franz
- [jdjlist] Re: How to call a Fujitsu COBOL from JSP... Andrew Rendle
- U. Penski
