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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,3a9508704cc2431c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-27 18:14:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!hub1.nntpserver.com!peer1-sjc1.usenetserver.com!usenetserver.com!newsfeeds-atl1.usenetserver.com!cox.net!news1.east.cox.net.POSTED!53ab2750!not-for-mail From: "R. Srinivasan" Newsgroups: comp.lang.ada References: Subject: Re: win32 api using X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: Date: Thu, 28 Feb 2002 02:14:16 GMT NNTP-Posting-Host: 68.10.37.142 X-Complaints-To: abuse@cox.net X-Trace: news1.east.cox.net 1014862456 68.10.37.142 (Wed, 27 Feb 2002 21:14:16 EST) NNTP-Posting-Date: Wed, 27 Feb 2002 21:14:16 EST Organization: Cox Communications Xref: archiver1.google.com comp.lang.ada:20543 Date: 2002-02-28T02:14:16+00:00 List-Id: if i were you, i will go to msdn.microsoft.com or some such source and figure out the calls and techniques necessary to perform the function. Eg How to do deal with a Serial Connection, how to deal with a Parallel connection and so on. Once i have an idea about the type of calls etc, then i'd go figure which package enables the use of those calls. then perhaps you may decide there are better (and easier) ways than to use Win32 API "Fran�ois LAUGIER" wrote in message news:a5j54l$5he$1@wanadoo.fr... > hi > i have to do a project which have to enable 2 computers to transfer files > with serial or parallel connection. > I 'm ennoyed by win32ada package. > What is the best way to use it? > I know my question isn't sharp but I don't really know what i am talking > about for the moment and also i don't want to ask u to make my work. > Thanks for answers > fran�ois > >