I'm writing application that connects to the server using HTTP protocol. In order to do that I've used great example at https://github.com/ericb59/Fusion-C-v1.2/blob/master/Working... and everything works fine if size of executable com file stays below 22Kb. If com file becomes larger a=tcpip_tcp_open(&tcp_conn_parms,&conn_number); call starts randomly return 2 or 4 or anything else. And that's the only thing that doesn't work in the whole application. Is UNAPI implementation for GR8NET takes particular space in memory?
Or may be it's just MSX-DOS limitation?
Login or 등록 to post comments