MINI - Sample Print Mini-Drivers

SUMMARY

GPD files are used for creating Unidrv minidrivers. A Unidrv minidriver consists of a text-based generic printer description (GPD), which can be contained in one or more GPD files.

BUILDING THE SAMPLE

To build the samples simply run "build" from this directory. This will compile the GPD resource DLLs.

CODE TOUR

File Manifest

 
 
Root:
 
Files          Description
DIRS           The file that lists the subdirectories to build.
README.HTM     The Sample Tour documentation for this sample (this file).
GPD            Sample GPD files.
GPDRES         Sample GPD resource files.
 
GPD\CANON\JPN directory:
 
Files          Description
CN15VJ.GPD     GPD file for Canon BJ-15v.
CNLB46DJ.GPD   GPD file for Canon LBP-B406D LIPS2.
 
GPD\CANON\USA directory:
 
Files          Description
CN4100.GPD     GPD file for Canon Bubble-Jet BJC-4100.
CNLBP4.GPD     GPD file for Canon LBP-4.
 
GPD\EPSON\JPN directory:
 
Files          Description
EPAP1KJ.GPD    GPD file for EPSON AP-1000.
 
GPD\EPSON\USA directory:
 
Files          Description
EPFX800.GPD    GPD file for Epson FX-800.
EPLQ1070.GPD   GPD file for Epson LQ-1070 ESC/P 2.
EPLQ2550.GPD   GPD file for Epson LQ-2550.
EPLX300.GPD    GPD file for Epson LX-300.
 
GPD\HP\JPN directory:
 
Files          Description
HP4LJPJ.GPD    GPD file for HP LasetJet 4LJ Pro.
HPD560J.GPD    GPD file for HP DeskJet 560J.
 
GPD\HP\USA directory:
 
Files          Description
HPCLJ5.GPD     GPD file for HPCLJ5.GPD.
HPLJ2.GPD      GPD file for HP LaserJet Series II.
HPLJ3SI.GPD    GPD file for HP LaserJet IIISi.
HPLJ4SI.GPD    GPD file for HP LaserJet 4Si.
HPPJXL.GPD     GPD file for HP PaintJet XL.
 
GPD\NEC\JPN directory:
 
Files          Description
NC218LAJ.GPD   GPD file for NEC PC-PR201/80LA.
 
GPDRES directory:
 
Files          Description
CN10VRES       GPD resources for Canon Bubble Jet BJ-10/15 series printers.
CNBJCRES       GPD resources for Canon Bubble-Jet printers.
CNL2JRES       GPD resources for Canon LIPS II/II+ printers.
CNLBPRES       GPD resources for Canon CapSL printers.
DIRS           The file that lists the subdirectories to build.
EP24RES        GPD resources for Epson 24-pin printers.
EP9RES         GPD resources for Epson 9-pin printers.
EPSNJRES       GPD resources for Epson printers.
ESCP2RES       GPD resources for Epson Stylus(TM) printers.
HP4LJRES       GPD resources for HP Kanji PCL5e printers.
HPDJJRES       GPD resources for HP DeskJet-J printers.
HPPJRES        GPD resources for HP PaintJet printers.
NC21JRES       GPD resources for NEC PC-PR201 printers.
PCL4RES        GPD resources for PJL4 printers.
PCL5ERES       GPD resources for PCL5e printers.
 
GPDRES\CN10VRES directory:
 
Files          Description
PFM            The printer font metrics files directory.
CN10VRES.CMD   PFM to UFM conversion batch file.
CN10VRES.DEF   The file that lists the DLL definitions.
CN10VRES.RC    The resource file. 
CN10VRES.RCV   The resource version file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\CNBJCRES directory:
 
Files          Description
CNBJCRES.DEF   The file that lists the DLL definitions.
CNBJCRES.RC    The resource file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\CNL2JRES directory:
 
Files          Description
CNL2JRES.DEF   The file that lists the DLL definitions.
CNL2JRES.RC    The resource file. 
CNL2JRES.RCV   The resource version file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\CNLBPRES directory:
 
Files          Description
CTT            The character translation table files directory.
IFI            The printer font files directory.
PFM            The printer font metrics files directory.
RLE            The translation table files directory.
CNLBPRES.DEF   The file that lists the DLL definitions.
CNLBPRES.RC    The resource file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\EP24RES directory:
 
Files          Description
CTT            The character translation table files directory.
IFI            The printer font files directory.
PFM            The printer font metrics files directory.
RLE            The translation table files directory.
EP24RES.DEF    The file that lists the DLL definitions.
EP24RES.RC     The resource file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\EP9RES directory:
 
Files          Description
CTT            The character translation table files directory.
IFI            The printer font files directory.
PFM            The printer font metrics files directory.
RLE            The translation table files directory.
EP9RES.DEF     The file that lists the DLL definitions.
EP9RES.RC      The resource file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\EPSNJRES directory:
 
Files          Description
PFM            The printer font metrics files directory.
EPSNJRES.CMD   PFM to UFM conversion batch file.
EPSNJRES.DEF   The file that lists the DLL definitions.
EPSNJRES.RC    The resource file. 
EPSNJRES.RCV   The resource version file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\ESCP2RES directory:
 
Files          Description
ESCP2RES.DEF   The file that lists the DLL definitions.
ESCP2RES.RC    The resource file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\HP4LJRES directory:
 
Files          Description
CTT            The character translation table files directory.
PFM            The printer font metrics files directory.
HP4LJRES.CMD   CTT to GTT conversion batch file.
HP4LJRES.DEF   The file that lists the DLL definitions.
HP4LJRES.RC    The resource file. 
HP4LJRES.RCV   The resource version file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\HPDJJRES directory:
 
Files          Description
HPDJJRES.DEF   The file that lists the DLL definitions.
HPDJJRES.RC    The resource file. 
HPDJJRES.RCV   The resource version file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\HPPJRES directory:
 
Files          Description
CTT            The character translation table files directory.
IFI            The printer font files directory.
PFM            The printer font metrics files directory.
RLE            The translation table files directory.
HPPJRES.DEF    The file that lists the DLL definitions.
HPPJRES.RC     The resource file. 
MAKEFILE       The generic file for building the code sample.
SOURCES        The generic file for building the code sample.
 
GPDRES\NC21JRES directory:
 
Files          Description
PFM            The printer font metrics files directory.
MAKEFILE       The generic file for building the code sample.
NC21JRES.CMD   PFM to UFM conversion batch file.
NC21JRES.DEF   The file that lists the DLL definitions.
NC21JRES.RC    The resource file. 
NC21JRES.RCV   The resource version file. 
SOURCES        The generic file for building the code sample.
 
GPDRES\PCL4RES directory:
 
Files          Description
CTT            The character translation table files directory.
IFI            The printer font files directory.
PFM            The printer font metrics files directory.
RLE            The translation table files directory.
MAKEFILE       The generic file for building the code sample.
PCL4RES.DEF    The file that lists the DLL definitions.
PCL4RES.RC     The resource file. 
SOURCES        The generic file for building the code sample.
 
GPDRES\PCL4RES directory:
 
Files          Description
CTT            The character translation table files directory.
IFI            The printer font files directory.
PFM            The printer font metrics files directory.
RLE            The translation table files directory.
MAKEFILE       The generic file for building the code sample.
PCL5ERES.DEF   The file that lists the DLL definitions.
PCL5ERES.RC    The resource file. 
SOURCES        The generic file for building the code sample.

Top of page

 

© 1998-2003 Microsoft Corporation