home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / programm / 7511 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.7 KB  |  37 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!caen!destroyer!cs.ubc.ca!newsserver.sfu.ca!sfu.ca!weinkam
  3. From: weinkam@fraser.sfu.ca (James Lawrence Weinkam)
  4. Subject: Re: ACCESS VIOLATION in IBMDEV32.DLL
  5. Message-ID: <weinkam.726798385@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. References: <weinkam.726789764@sfu.ca> <1993Jan11.232908.2291@njitgw.njit.edu>
  9. Date: Tue, 12 Jan 1993 00:26:25 GMT
  10. Lines: 25
  11.  
  12. dic5340@hertz.njit.edu (David Charlap) writes:
  13.  
  14. >In article <weinkam.726789764@sfu.ca> weinkam@fraser.sfu.ca (James Lawrence Weinkam) writes:
  15. >>I wrote a program to display each character of the selected font in
  16. >>sequence.  The font is selected by means of the WinFontDlg procedure.
  17. >>Once the font is selected, I do a GpiCreateLogFont using the fAttrs 
  18. >>returned from WinFontDlg.  Then I do a GpiSetCharSet, GpiSetCharBox,
  19. >>GpiQueryFontMetrics, GpiQueryCharStringPos to set the current font set,
  20. >>size and to determine the height and width of the String to be displayed.
  21. >>All these functions work perfectly.  I then do a GpiCharString using the
  22. >>same string as was used in the GpiQueryCharStringPos.  
  23. >>
  24. >>If the selected font is the Symbol Set font, and the size is greater 
  25. >>than 100 points I get an ACCESS VIOLATION AT LOCATION 1ADC791D in
  26. >>IBMDEV32.DLL 
  27.  
  28. >What display driver are you using?  IBMDEV32.DLL is your display
  29. >driver, much like DISPLAY.DLL was under the 16-bit graphics engine.
  30. >If it's not an IBM driver, you must contact the vendor that supplied
  31. >the driver.
  32. >
  33. I am currently using the standard VGA display driver that was installed
  34. by the service pack, thus it is an IBM driver.
  35.  
  36. James Weinkam 
  37.