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