home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11442 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.2 KB

  1. Path: sparky!uunet!munnari.oz.au!uniwa!ernie
  2. From: ernie@tartarus.uwa.edu.au (Ernest Ong)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Background Network Loading??? Probs....
  5. Date: 16 Dec 1992 13:25:35 GMT
  6. Organization: The University of Western Australia
  7. Lines: 22
  8. Message-ID: <1gnaofINN9nm@uniwa.uwa.edu.au>
  9. NNTP-Posting-Host: tartarus.uwa.edu.au
  10. X-Newsreader: Tin 1.1 PL5
  11.  
  12. Ive written a TSR that does, besides other things, background
  13. Network loading.  It does it under int 08. I do all the documented
  14. context saving/swapping & i am able to do local disk access, but as
  15. soon as it gets to the bit of code that does network access it hangs.
  16.  
  17. the setup is DOS 5.0, Lantastic 4.1, Western digital Ethernet, & Borland
  18. C 3.0.  Other setup  emm386, smartdrv, western digital driver loaded
  19. high as also redirector but not the server.
  20.  
  21. All tests are done before entry in-dos flag(should i do a dos swap??),
  22. critical error flag, & recursion flag.
  23.  
  24. I treat int 08 the same as int 09 as ive yet to read anywhere that int
  25. 08 has to be treated any different. Or is there a 'Network
  26. busy-or-something flag' ???
  27.  
  28. PLEASE any guru out there that can help i would be much app. as ive
  29. tried to locate this thing for 3 weeks now.
  30.  
  31. yours wasted,
  32. Alfred
  33.  
  34.