home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / novell / 7002 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.9 KB  |  54 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!munnari.oz.au!mel.dit.csiro.au!mineng.dmpe.CSIRO.AU!dmssyd.syd.dms.CSIRO.AU!metro!cs.uow.edu.au!cc.uow.edu.au!la
  3. From: la@cc.uow.edu.au (Louie Athanasiadis)
  4. Subject: Re: Programming IPX with Windows
  5. Message-ID: <1992Sep3.234942.7823@cc.uow.edu.au>
  6. Organization: University Of Wollongong
  7. References: <Btx3vv.Cy5@news.orst.edu>
  8. Date: Thu, 3 Sep 92 23:49:42 GMT
  9. Lines: 43
  10.  
  11. herzogs@ucs.orst.edu (Stephen Herzog) writes:
  12.  
  13.  
  14. >Greetings,
  15.  
  16. >I am currently working on a windows application that will run under
  17. >Novell.  I have a few calls in it to make use of IPX, and I am having a
  18. >bit of a problem.  I have written my own toolkit for pascal that
  19. >seems to work well under DOS, but only some of the functions work for
  20. >windows.  An example of this is the GetLocalTarget function that 
  21. >is supposed to return the network address of an intermediate network ect.
  22.  
  23. >To do this I set up a register with 
  24. >     BX = 02h 
  25. >     ES:SI = pointer -->DestinationAddr
  26. >     ES:DI = pointer -->ImmediateAddr
  27. >     
  28. >     Do interrupt 7A
  29.  
  30. >     TransportTime = CX 
  31. >     result_code = AL 
  32.  
  33. >under dos, this works fine.  Windows takes about a minute to return 
  34. >a result of 250, or network unreachable.  
  35.  
  36. >I am guessing that there is something about windows that messes this up,
  37. >but I don't know what.  The Open and Close sockett functions seem to be 
  38. >ok, but this, and Send Packet seem to be crashing.
  39.  
  40. >Could some kind soul tell me what I need to do to make this work, and/or
  41. >point me to information that will assist me.  I would rather FTP some
  42. >documentation, however I will buy a book if necessary.   All of the
  43. >above stuff for DOS I worked out of Charles G. Rose's book but I am 
  44. >beginning to see that this book is quickly becomming outdated.  
  45.  
  46. >Any information would be greatly appreciated.
  47.  
  48. >Stephen Herzog
  49. >Herzogs@ucs.orst.edu
  50.  
  51.  
  52. Use the Netware for windows DLL's
  53.  
  54.