home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4627 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!menudo.uh.edu!ccsvax.sfasu.edu!z_kupkams
  2. From: z_kupkams@ccsvax.sfasu.edu
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: writing device drivers with MASM 5.1dir
  5. Message-ID: <1992Sep1.022605.763@ccsvax.sfasu.edu>
  6. Date: 1 Sep 92 02:26:05 CST
  7. References: <1992Aug30.233223.23333@CS.ORST.EDU>
  8. Organization: Stephen F. Austin State University
  9. Lines: 29
  10.  
  11. In article <1992Aug30.233223.23333@CS.ORST.EDU>, murrayk@prism.CS.ORST.EDU (the Dodger) writes:
  12. > I am trying to determine if I have enough to write a device driver for OS/2.
  13. > I have MASM 5.1 and it will assemble the sample hrtimer.asm with no problems.
  14. > Although I can find no OS/2 libraries to link it with so I get an unresolved
  15. > reference to DosWrite. I have heard that MSC 5.1 will compile OS/2 1.x code,
  16. > but my MSC is only 5.0. Do I need to get at least 5.1 to make this work? Or
  17. > will I need to get the Toolkit. (I will be getting that pretty soon, but I
  18. > am impatient.)
  19. > Thanks for the help.
  20. > Keith
  21. > -- 
  22. >                               ____          _____  ____
  23. > Keith Murray                 /     /___/ /\ \    \ \____    P.O. Box 1889
  24. > murrayk@prism.cs.orst.edu   /___  /   / /__\ \____\ ____\   Corvallis OR 97339
  25. >    the Dodger                  s  o  f  t  w\ a  r  e
  26.  
  27.     MASM 5.1 comes with os2.lib, you may not have installed the OS/2
  28. Libraries when you installed MASM. Re-install it, and make sure you install
  29. the OS/2 libraries, and headers.  The Doc's should have a chapter on OS/2
  30. if I remember correctly.
  31.  
  32.     Hope this helps.
  33.  
  34.         Michael Kupka
  35.  
  36.  
  37.