socket api call tutorial

Other open source tools published on ScottKlement.com
Post Reply
cesarjauregui
Posts: 1
Joined: Wed May 11, 2022 12:39 am

socket api call tutorial

Post by cesarjauregui »

I am getting an RNQ0103, The target for a numeric operation is too small to hold the result on the eval s1 = NewListener(port1: errmsg)

D NewListener PR 10I 0
D pePort 5U 0 value
D peError 5000A

C*************************************************
C* Listen on both ports given
C*************************************************
c eval s1 = NewListener(port1: errmsg)
c if s1 < 0
c callp die(errmsg)
c return
c endif

any ideas?
Scott Klement
Site Admin
Posts: 636
Joined: Sun Jul 04, 2021 5:12 am

Re: socket api call tutorial

Post by Scott Klement »

how is S1 defined?
Post Reply