ramesh_v_s Beginner
Joined: 14 Oct 2004 Posts: 6 Topics: 3
|
Posted: Wed Oct 03, 2007 6:15 pm Post subject: Using DLL in a call from rexx to C |
|
|
Hi All,
I have a question for which am sure I am missing something. I have a C++ module which I am calling from REXX using LINKMVS and passing parameters. It works fine if I dont inlcude any external functions from C++. I mean if I include an external function from a DLL (of c programs) the program is not able to identify and dumping at run time. On the other hand if I execute a program directly from a JOB it works very well. Please suggest me as to what could be the missing link. I mean is it the way I am binding the DLL or something else wrong.
I tried the above C++ routine with TSO CALL command also but am having the same issue. So I think TSO is not able to identify the DLL.
Can you please help me out with this.
Thanks
Ramesh. |
|