home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / misc / 1687 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  1.2 KB

  1. Xref: sparky comp.os.ms-windows.programmer.misc:1687 comp.os.ms-windows.programmer.tools:873
  2. Path: sparky!uunet!news.claremont.edu!ucivax!gateway
  3. From: chungn@Bonnie.ICS.UCI.EDU (Chung Ng)
  4. Subject: Help! - Writing FilterGraphics function for UniTool driver
  5. Message-ID: <9209042036.aa13688@Bonnie.ics.uci.edu>
  6. Newsgroups: comp.os.ms-windows.programmer.misc,comp.os.ms-windows.programmer.tools
  7. Lines: 18
  8. Date: 5 Sep 92 06:18:46 GMT
  9.  
  10.  
  11. I am developing a printer driver using the DDK UniTool.  To take advantage
  12. of a special printer mode, I need to use the FilterGraphics function.
  13. However, I haven't been able to get the UniTool generated printer driver
  14. to call the function I wrote.
  15.  
  16. First, I am getting a linker error for the BlockOut function I tried to
  17. Export.  Am I supposed to write this function or is it generated by
  18. the UniTool?  What is the BlockOut function anyways?  The DDK manuals do
  19. not mention a single thing about it. (at least not that I am aware of)
  20.  
  21. Second, besides checking the RES_BO_CB_FILTER_GRX box in fBlockOut dialog
  22. box and updating the "Export" and "Import" parts of the module-definition
  23. file, is there anything I need to change?
  24.  
  25. Thanks for your help in advance.
  26.  
  27. Chung Ng
  28.