Re: Using malloc/Calloc under metal C

2019-11-06 Thread Joseph Reichman
Thanks regarding debugging I see David Cole Created another niche > On Nov 6, 2019, at 11:25 AM, scott Ford wrote: > > I had to dig around for Metal C info ..so been there > >> On Wed, Nov 6, 2019 at 11:23 AM Joseph Reichman >> wrote: >> >> Thanks BTW the only way to debug this code is

Re: Using malloc/Calloc under metal C

2019-11-06 Thread scott Ford
I had to dig around for Metal C info ..so been there On Wed, Nov 6, 2019 at 11:23 AM Joseph Reichman wrote: > Thanks BTW the only way to debug this code is debug the generated > assembler > > > There is no debug tool support for this which really isn’t a big deal for > me as getting zos

Re: Using malloc/Calloc under metal C

2019-11-06 Thread Joseph Reichman
Thanks BTW the only way to debug this code is debug the generated assembler There is no debug tool support for this which really isn’t a big deal for me as getting zos explorer to work for AMODE 64 C code had proved to be a challenge of its own Thanks > On Nov 6, 2019, at 11:16 AM, scott

Re: Using malloc/Calloc under metal C

2019-11-06 Thread scott Ford
Joe, Did you checkout this url ? https://www.metalc.guru/ On Wed, Nov 6, 2019 at 10:04 AM Joseph Reichman wrote: > Hi > > I am having all sorts of problems with LE in regards to XL C and thinking > of switching to METAL C > > I have a DLL but in practical purposes that can be looked at as a

Using malloc/Calloc under metal C

2019-11-06 Thread Joseph Reichman
Hi I am having all sorts of problems with LE in regards to XL C and thinking of switching to METAL C I have a DLL but in practical purposes that can be looked at as a bunch of C routines The routines work on storage accessed by the first function My question is under METAL C when you do a