Re: Open XL C++ debugging

2023-02-05 Thread Joseph Reichman
David Thank you for all your help The more I get into this I see it’s not that simple of a port I saw stl library in xl c++ book shelf and that the compiler was at c11 I probably go back to assembler to do what I want > On Feb 3, 2023, at 8:04 PM, David Crayford wrote: > > On 4/2/23

Re: Open XL C++ debugging

2023-02-03 Thread David Crayford
On 4/2/23 02:57, Joseph Reichman wrote: You are attempting to insert a record using an rvalue-reference with an initializer list. That's not supported by the XL C++ standard library which does not support C++11. I already told you that two posts back. The function prototype is like so:

Re: Open XL C++ debugging

2023-02-03 Thread Joseph Reichman
-Original Message- From: IBM Mainframe Discussion List On Behalf Of David Crayford Sent: Friday, February 3, 2023 3:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Open XL C++ debugging On 2/2/23 21:25, Joseph Reichman wrote: > Thanks > > First off, I am assembler programmer b

Re: Open XL C++ debugging

2023-02-03 Thread David Crayford
On 2/2/23 21:25, Joseph Reichman wrote: Thanks First off, I am assembler programmer by trade I did learn C/C++ doing some TCP/IP stuff from an Assembler Server Started task. There's a skill to reading documentation. For XL C++ C++11 compatability see

Re: Open XL C++ debugging

2023-02-02 Thread Joseph Reichman
ier. I hope I don’t open a pandoras box if I change to clang and re-compile all my windows code. Thanks for your help. -Original Message- From: IBM Mainframe Discussion List On Behalf Of David Crayford Sent: Thursday, February 2, 2023 2:46 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: Open XL C++ debugging

2023-02-01 Thread David Crayford
On 2/2/23 02:42, Joseph Reichman wrote: Was looking at the compiler reference kind of small handful of options compared to pages and pages for XL C\C++ compiler option Haha! You're joking right? There's significantly more compiler options as it's a port of clang

Open XL C++ debugging

2023-02-01 Thread Joseph Reichman
Was looking at the compiler reference kind of small handful of options compared to pages and pages for XL C\C++ compiler option One very important question when I looked at the Manuel doesn’t specify how to debug it -- For