home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!torn!utzoo!dciem!r-node!bville!greg.vigneault
- From: greg.vigneault@bville.gts.org (Greg Vigneault)
- Newsgroups: comp.lang.pascal
- Subject: NETBIOS AND NETWARE LIBRA
- Message-ID: <528.495.uupcb@bville.gts.org>
- Date: 18 Aug 92 13:26:00 GMT
- Reply-To: greg.vigneault@bville.gts.org (Greg Vigneault)
- Organization: Baudeville BBS - Toronto, Canada 416-283-0114/6059* *v32bis/HST
- Lines: 28
-
-
- In message <11AUG199217443797@gergi.tamu.edu>
- Subj: Netbios and Netware Libraries (easy)
- chris@gergi.tamu.edu (Chris King) wrote...
-
- CK>I'm trying to write libraries for both Novell and NetBios. My
- >problem is that I only have examples written in C. I can program
- >in C, but I have alittle trouble converting to pascal, I have a
- >routine in C that works fine for Netbios the following.
- >
- >void NetBios(NCB far *ncb_ptr)
- > {
- > ncb_ptr->ncb_cmd_cplt = 0xFF;
- > _ES = FP_seg(ncb_ptr);
- > _BX = FP_off(ncb_ptr);
- > _AX = 0x0100;
- > geninterrupt(0x5c);
- > }
-
- Please post the complete structure of the Turbo Pascal RECORD that
- is being accessed.
-
- Greg_
-
- Aug.18.1992.Toronto.Canada.
- greg.vigneault@bville.gts.org
- gregsv@eastern.com
-
-