Board index » delphi » !!HELP!! Novell Netware Api in pascal

!!HELP!! Novell Netware Api in pascal

Hello,

I'm Student in computer sciences and I'm working on
a novell based network.
So i'm looking for the netware Api(s) and/or sources
in pascal to program with Api(s)
(in turbo pascal 7 or other...). :-)

I'd like to know how to program the Api(s) :
NDS, Connection service, queues, bindery,...

Thanks for help !

e-mail : guill...@iu-vannes.fr

******************************************************************************

 XXXXXXX    XXXXXXXX   XX        XX   XXXXXXXX    XXXXXXXX    XXXX   XXXXXXXXX
 XXXXXX     XXXXXXX    XX X      XX   XXXXXXX    XXXXXX        XX   XXXXXX      
 XX         XX         XX  X     XX   XX          XXXX         XX    XXXX
 XX   XX    XXXXX      XX   X    XX   XXXXX         XXXX       XX      XXXX
 XX    X    XXXXX      XX    X   XX   XXXXX            XXX     XX         XXX
 XX     X   XX         XX     X  XX   XX               XXXX    XX         XXXX
 XXXXXXXX   XXXXXXX    XX      X XX   XXXXXXX       XXXXXX     XX      XXXXXX
 XXXXXXXXX  XXXXXXXX   XX        XX   XXXXXXXX    XXXXXXX     XXXX   XXXXXXX

******************************************************************************

 

Re:!!HELP!! Novell Netware Api in pascal


Oops, forgot something,  (tack this on to my last msg.)
  It's all in interrupt format, so hopefully you know how to call int.
from pascal.
  I used them,  but I always wrote them in Assembly.  

Quote
> Hello,

> I'm Student in computer sciences and I'm working on
> a novell based network.
> So i'm looking for the netware Api(s) and/or sources
> in pascal to program with Api(s)
> (in turbo pascal 7 or other...). :-)

> I'd like to know how to program the Api(s) :
> NDS, Connection service, queues, bindery,...

> Thanks for help !

> e-mail : guill...@iu-vannes.fr

> ******************************************************************************

>  XXXXXXX    XXXXXXXX   XX        XX   XXXXXXXX    XXXXXXXX    XXXX   XXXXXXXXX
>  XXXXXX     XXXXXXX    XX X      XX   XXXXXXX    XXXXXX        XX   XXXXXX
>  XX         XX         XX  X     XX   XX          XXXX            XX    XXXX
>  XX   XX    XXXXX      XX   X    XX   XXXXX         XXXX       XX      XXXX
>  XX    X    XXXXX      XX    X   XX   XXXXX            XXX     XX         XXX
>  XX     X   XX         XX     X  XX   XX               XXXX    XX         XXXX
>  XXXXXXXX   XXXXXXX    XX      X XX   XXXXXXX       XXXXXX     XX      XXXXXX
>  XXXXXXXXX  XXXXXXXX   XX        XX   XXXXXXXX       XXXXXXX     XXXX   XXXXXXX

> ******************************************************************************

***************************************************************************
* Matt Dew                  |        it's only fun            |            *
* ECEN                      |              if                 |            *
* d...@ucsu.colorado.edu     |     there's more to learn       |            *
*                                                                          *
*               With Assembly, the argument of which language              *
*                     is fastest and tightest is futile.                   *
*                        Assembly always and forever..                     *
***************************************************************************

Re:!!HELP!! Novell Netware Api in pascal


Quote
> Date:          Tue, 23 Jan 1996 18:51:54 -0700 (MST)
> From:          Matt Dew <d...@ucsu.Colorado.EDU>
> To:            --- Genesis --- <guill...@iu-vannes.fr>
> Cc:            info-pas...@ARL.MIL
> Subject:       Re: !!HELP!! Novell Netware Api in pascal
> There is a book called Network Interrupts.  It lists a lot of the
> functions for Novell (among other networks).
> It is a book of interrupts and how to use them.
> it gives quite a few functions.  Bindery,  queues, server downing,
> connection info, etc.  very handy book.
> I can't remember the author though.  If anyone else knows of this
book,
> please offer up so info.  Thanks,
> Matt

-------------------------------------------------

The book you are speaking about is (I think) "Netware programmer's
guide" by Charles Roses (ISBN  ????).
Well, I know it's a good book ! (I read its reference in a program
for netware in pascal swag) but I have not it.
I wanted to by a traduction in france but I can't find it. :-(
But it's perhaps not the book you are thinking about.
If it's the case, please tell me !
Or if you have any other suggestion(s)...

I have already the DOS interrupt list by Ralph Brown (available on
his server on the web (can't remenber the address), there's in few
informations about Novell Netware interrupts but it's not very
"readable".

I wrote a program (like the Novell's Session) but I want to do more,
so I need more information about Novell Netware functions...

Thanks for your help !

If you have more information or http or ftp address please tell me !

Thanks!

e-mail : guill...@iu-vannes.fr

Re:!!HELP!! Novell Netware Api in pascal


There is a book called Network Interrupts.  It lists a lot of the
functions for Novell (among other networks).
It is a book of interrupts and how to use them.
it gives quite a few functions.  Bindery,  queues, server downing,
connection info, etc.  very handy book.
I can't remember the author though.  If anyone else knows of this book,
please offer up so info.  Thanks,
Matt

Quote
> I'm Student in computer sciences and I'm working on
> a novell based network.
> So i'm looking for the netware Api(s) and/or sources
> in pascal to program with Api(s)
> (in turbo pascal 7 or other...). :-)

> I'd like to know how to program the Api(s) :
> NDS, Connection service, queues, bindery,...

> Thanks for help !

> e-mail : guill...@iu-vannes.fr

> ******************************************************************************

>  XXXXXXX    XXXXXXXX   XX        XX   XXXXXXXX    XXXXXXXX    XXXX   XXXXXXXXX
>  XXXXXX     XXXXXXX    XX X      XX   XXXXXXX    XXXXXX        XX   XXXXXX
>  XX         XX         XX  X     XX   XX          XXXX            XX    XXXX
>  XX   XX    XXXXX      XX   X    XX   XXXXX         XXXX       XX      XXXX
>  XX    X    XXXXX      XX    X   XX   XXXXX            XXX     XX         XXX
>  XX     X   XX         XX     X  XX   XX               XXXX    XX         XXXX
>  XXXXXXXX   XXXXXXX    XX      X XX   XXXXXXX       XXXXXX     XX      XXXXXX
>  XXXXXXXXX  XXXXXXXX   XX        XX   XXXXXXXX       XXXXXXX     XXXX   XXXXXXX

> ******************************************************************************

***************************************************************************
* Matt Dew                  |        it's only fun            |            *
* ECEN                      |              if                 |            *
* d...@ucsu.colorado.edu     |     there's more to learn       |            *
*                                                                          *
*               With Assembly, the argument of which language              *
*                     is fastest and tightest is futile.                   *
*                        Assembly always and forever..                     *
***************************************************************************

Re:!!HELP!! Novell Netware Api in pascal


check out

http://www.cit.ac.nz/smac/nm210

The pascal api for netware is on this site.

In article <4e5mm3$...@alcedo.iu-vannes.fr> guill...@iu-vannes.fr (--- Genesis

Quote
---) writes:>From: guill...@iu-vannes.fr (--- Genesis ---)
>Subject: !!HELP!! Novell Netware Api in pascal
>Date: Wed, 24 Jan 96 18:39:41 GMT
>> Date:          Tue, 23 Jan 1996 18:51:54 -0700 (MST)
>> From:          Matt Dew <d...@ucsu.Colorado.EDU>
>> To:            --- Genesis --- <guill...@iu-vannes.fr>
>> Cc:            info-pas...@ARL.MIL
>> Subject:       Re: !!HELP!! Novell Netware Api in pascal
>> There is a book called Network Interrupts.  It lists a lot of the
>> functions for Novell (among other networks).
>> It is a book of interrupts and how to use them.
>> it gives quite a few functions.  Bindery,  queues, server downing,
>> connection info, etc.  very handy book.
>> I can't remember the author though.  If anyone else knows of this
>book,
>> please offer up so info.  Thanks,
>> Matt

>-------------------------------------------------
>The book you are speaking about is (I think) "Netware programmer's
>guide" by Charles Roses (ISBN  ????).
>Well, I know it's a good book ! (I read its reference in a program
>for netware in pascal swag) but I have not it.
>I wanted to by a traduction in france but I can't find it. :-(
>But it's perhaps not the book you are thinking about.
>If it's the case, please tell me !
>Or if you have any other suggestion(s)...
>I have already the DOS interrupt list by Ralph Brown (available on
>his server on the web (can't remenber the address), there's in few
>informations about Novell Netware interrupts but it's not very
>"readable".
>I wrote a program (like the Novell's Session) but I want to do more,
>so I need more information about Novell Netware functions...
>Thanks for your help !
>If you have more information or http or ftp address please tell me !
>Thanks!
>e-mail : guill...@iu-vannes.fr

Brian Brown
Principal Lecturer,
Department of Information Technology
Central Institute of Technology
Box 30740 Upper-Hutt, New Zealand
http://www.cit.ac.nz/smac/

Re:!!HELP!! Novell Netware Api in pascal


Quote
>http://www.cit.ac.nz/smac/nm210
>The pascal api for netware is on this site.

  I haven't checked out this URL, but it is probably Mark Bramwel's.  I REALLY
liked his library and found it extremely useful.  It seemed to be relatively
bug-less.
  BTW:  The Network Interrupts book is by Ralph Brown and Jim Kyle, just like
the PC interrupts book (both highly recommended for NetWare programming).
As for Charles Rose's book, *shudder*.  It scared me.  
  If anyone needs an IPX unit, I have one.  Though it is not guaranteed, it
has worked for me in the past.

Jason Lewis

Other Threads