home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1630 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.8 KB

  1. Path: sparky!uunet!usc!rpi!uwm.edu!ogicse!orstcs!news.orst.edu!ucs.orst.edu!herzogs
  2. From: herzogs@ucs.orst.edu (Stephen Herzog)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Novell IPX calls
  5. Summary: How do you do it?
  6. Message-ID: <Btx35M.Crr@news.orst.edu>
  7. Date: 1 Sep 92 20:48:56 GMT
  8. Article-I.D.: news.Btx35M.Crr
  9. Sender: herzogs@ucs.orst.edu
  10. Organization: University Computing Services - OSU
  11. Lines: 37
  12. Nntp-Posting-Host: ucs.orst.edu
  13.  
  14.  
  15. Greetings,
  16.  
  17. I am currently working on a windows application that will run under
  18. Novell.  I have a few calls in it to make use of IPX, and I am having a
  19. bit of a problem.  I have written my own toolkit for pascal that
  20. seems to work well under DOS, but only some of the functions work for
  21. windows.  An example of this is the GetLocalTarget function that 
  22. is supposed to return the network address of an intermediate network ect.
  23.  
  24. To do this I set up a register with 
  25.      BX = 02h 
  26.      ES:SI = pointer -->DestinationAddr
  27.      ES:DI = pointer -->ImmediateAddr
  28.      
  29.      Do interrupt 7A
  30.  
  31.      TransportTime = CX 
  32.      result_code = AL 
  33.  
  34. under dos, this works fine.  Windows takes about a minute to return 
  35. a result of 250, or network unreachable.  
  36.  
  37. I am guessing that there is something about windows that messes this up,
  38. but I don't know what.  The Open and Close sockett functions seem to be 
  39. ok, but this, and Send Packet seem to be crashing.
  40.  
  41. Could some kind soul tell me what I need to do to make this work, and/or
  42. point me to information that will assist me.  I would rather FTP some
  43. documentation, however I will buy a book if necessary.   All of the
  44. above stuff for DOS I worked out of Charles G. Rose's book but I am 
  45. beginning to see that this book is quickly becomming outdated.  
  46.  
  47. Any information would be greatly appreciated.
  48.  
  49. Stephen Herzog
  50. Herzogs@ucs.orst.edu
  51.