Re: XL C\C++ COMPILE PRELINK and LINK

2019-07-07 Thread Joseph Reichman
Thanks > On Jul 7, 2019, at 5:42 PM, Don Poitras wrote: > > LP64 requires XPLINK. XPLINK cannot run from a PDS. I've never used the > Debug Tool, so I can't address that. For 64-bit DLL (and main), set the > entry point to be CELQSTRT. > > In article

Re: XL C\C++ COMPILE PRELINK and LINK

2019-07-07 Thread Don Poitras
LP64 requires XPLINK. XPLINK cannot run from a PDS. I've never used the Debug Tool, so I can't address that. For 64-bit DLL (and main), set the entry point to be CELQSTRT. In article <006401d53506$febc0af0$fc3420d0$@gmail.com> you wrote: > HI > > I am getting the following message my source

XL C\C++ COMPILE PRELINK and LINK

2019-07-07 Thread Joseph Reichman
HI I am getting the following message my source is a simple program that just open a dataset. In addition since I would like to debug this from TSO I was wondering if I could use __ceetest() in the code to invoke Debug tool Here is my source #include