From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6801dcade61f9499,start X-Google-Attributes: gid103376,public From: James Subject: Aonix Objectada and Sockets/ Telnet like program Date: 2000/01/25 Message-ID: <388D9463.2911DFAC@alphalink.com.au>#1/1 X-Deja-AN: 577356275 Content-Transfer-Encoding: 7bit X-Trace: 25 Jan 2000 23:18:34 GMT, d18-as21-mel.alphalink.com.au Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-01-25T00:00:00+00:00 List-Id: I am currently trying to create a program using "sockets " to communicate over an intranet which takes advatnage of the packages made available through the Win32 API provided with Aonix objectada (95). I am having difficulties achieveing my goal particularly with all the type conversion involved. A sample program to create a client and / or server program to run on an NT server would be greatly appreciated. I am only trying to achieve the level of complexity that is required to provide a "telnet" type program i.e open , read, write, close a socket. Nothing fancy but I am still have some initial difficulties. I have been able to find similar types of programs available for other environments eg Unix , BSD but I am still struggling. A working example for my particular environment would be magnicificent. Thanking you in advance Ozebloke