Re: HLASM calling C DLL

2019-07-03 Thread Joseph Reichman
I think I’ll compile the code on visual studio with #ifdef  
Then upload it 

Thanks 




> On Jul 3, 2019, at 2:46 AM, Mike Hochee  wrote:
> 
> Excellent presentation!
> 
> Thank you Charles
> 
> 
> From: IBM Mainframe Assembler List  on 
> behalf of Joseph Reichman 
> Sent: Tuesday, July 2, 2019 9:38 PM
> To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
> Subject: Re: HLASM calling C DLL
> 
> Thanks
> 
> -Original Message-
> From: IBM Mainframe Assembler List  On 
> Behalf Of Jon Perryman
> Sent: Tuesday, July 2, 2019 9:38 PM
> To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
> Subject: Re: HLASM calling C DLL
> 
> You can get quickly up to speed on IBM's DLL implementation with the older 
> share presentation at ftp://ftp.software.ibm.com/s390/zos/le/an8130.pdf which 
> shows both sides with examples in several languages (including HLA). For me, 
> it's been several years but it don't remember it being difficult.
>On Tuesday, July 2, 2019, 02:51:38 PM PDT, Joseph Reichman 
>  wrote:
> 
> I got a bounce back trying to reply too many lines
> 
> 
> 
> Charles
> 
> 
> 
> Thanks for the Hyperlink example but I am looking for HLASM doing the 
> LoadLibrary and GetProcAddress


Re: HLASM calling C DLL

2019-07-03 Thread Mike Hochee
Excellent presentation!

Thank you Charles


From: IBM Mainframe Assembler List  on behalf 
of Joseph Reichman 
Sent: Tuesday, July 2, 2019 9:38 PM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Re: HLASM calling C DLL

Thanks

-Original Message-
From: IBM Mainframe Assembler List  On Behalf 
Of Jon Perryman
Sent: Tuesday, July 2, 2019 9:38 PM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Re: HLASM calling C DLL

 You can get quickly up to speed on IBM's DLL implementation with the older 
share presentation at ftp://ftp.software.ibm.com/s390/zos/le/an8130.pdf which 
shows both sides with examples in several languages (including HLA). For me, 
it's been several years but it don't remember it being difficult.
On Tuesday, July 2, 2019, 02:51:38 PM PDT, Joseph Reichman 
 wrote:

 I got a bounce back trying to reply too many lines



Charles



Thanks for the Hyperlink example but I am looking for HLASM doing the 
LoadLibrary and GetProcAddress


Re: HLASM calling C DLL

2019-07-02 Thread Joseph Reichman
Thanks

-Original Message-
From: IBM Mainframe Assembler List  On Behalf 
Of Jon Perryman
Sent: Tuesday, July 2, 2019 9:38 PM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Re: HLASM calling C DLL

 You can get quickly up to speed on IBM's DLL implementation with the older 
share presentation at ftp://ftp.software.ibm.com/s390/zos/le/an8130.pdf which 
shows both sides with examples in several languages (including HLA). For me, 
it's been several years but it don't remember it being difficult.
On Tuesday, July 2, 2019, 02:51:38 PM PDT, Joseph Reichman 
 wrote:  
 
 I got a bounce back trying to reply too many lines

 

Charles

 

Thanks for the Hyperlink example but I am looking for HLASM doing the 
LoadLibrary and GetProcAddress

 

 

 
  


Re: HLASM calling C DLL

2019-07-02 Thread Jon Perryman
 You can get quickly up to speed on IBM's DLL implementation with the older 
share presentation at ftp://ftp.software.ibm.com/s390/zos/le/an8130.pdf which 
shows both sides with examples in several languages (including HLA). For me, 
it's been several years but it don't remember it being difficult.
On Tuesday, July 2, 2019, 02:51:38 PM PDT, Joseph Reichman 
 wrote:  
 
 I got a bounce back trying to reply too many lines

 

Charles

 

Thanks for the Hyperlink example but I am looking for HLASM doing the
LoadLibrary and GetProcAddress

 

 

 
  


Re: HLASM calling C DLL

2019-07-02 Thread Charles Mills
Oh! How to call a Z DLL from HLASM? Sorry, no idea, but surely others know.

I have done it but they were IBM DLL's and I just blindly followed the
specific doc so I did not learn much, and it is code I no longer have access
to.

This is the IBM DLL functionality that I have used:
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.gs
ka100/sssl2wri1000960.htm 

Charles


-Original Message-
From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU]
On Behalf Of Joseph Reichman
Sent: Tuesday, July 2, 2019 2:52 PM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: HLASM calling C DLL

I got a bounce back trying to reply too many lines

 

Charles

 

Thanks for the Hyperlink example but I am looking for HLASM doing the
LoadLibrary and GetProcAddress