[progress Communities] [progress Openedge Abl] Forum Post: Re: I-gettcpinfo Broken In 11.7

  • Thread starter Thread starter Garry Hall
  • Start date Start date
Status
Not open for further replies.
G

Garry Hall

Guest
This code is 32-bit-centric. WSAStartup's second parameter is a pointer, which is 8 bytes on 64-bit, but is defined as a LONG. I am assuming you are using 64-bit, and you are trying to put an 8 byte pointer into this LONG, hence the message. This code would need to be refactored with PROCESS-ARCHITECTURE to make it portable. If I get a few spare minutes in the next day or so, I might get around to doing it, but others should feel free to chime in. I have not explored .NET options. And it seems Jurjen has been found.

Continue reading...
 
Status
Not open for further replies.
Back
Top