Samples

You can modify or include the samples in your products fully or partly without any limitations.
All samples are included in Inesoft PrintCE SDK archive. Please see Sample directory.

C++ (eVC 3.0/4.0)

Sample_PDC Example of PDC_ functions set (graphic mode)
Browse
Sample_Prn
Example of 'prn' functions set (graphic mode)
Browse
Sample_Ascii
Example of ASCII_ functions set (text mode)
Browse

C++ (MS Visual Studio 2005)

Sample_PDC Example of PDC_ functions set (graphic mode)
Browse
Sample_Prn
Example of 'prn' functions set (graphic mode)
Browse
Sample_Ascii
Example of ASCII_ functions set (text mode)
Browse

C++ (MS Visual Studio 2008)

Sample_PDC Example of PDC_ functions set (graphic mode)
Browse
Sample_Prn
Example of 'prn' functions set (graphic mode)
Browse
Sample_Ascii
Example of ASCII_ functions set (text mode)
Browse

C# (MS Visual Studio 2005)

Sample_PrintCE Example of PrintCE SDK printing function usage (graphic mode)
Browse
Sample_PrintASCII
Example of PrintCE SDK printing function usage (text mode)
Browse

C# (MS Visual Studio 2008)

Sample_PrintCE Example of PrintCE SDK printing function usage (graphic mode)
Browse
Sample_PrintASCII
Example of PrintCE SDK printing function usage (text mode)
Browse

Visual Basic (eVB 3.0)

Sample_PrintCE Example of PrintCE SDK printing function usage (graphic mode)
Browse

Visual Basic (MS Visual Studio 2005)

Sample_PrintCE Example of PrintCE SDK printing function usage (graphic mode)
Browse
Sample_ASCII
Example of PrintCE SDK printing function usage (text mode)
Browse

Visual Basic (MS Visual Studio 2008)

Sample_PrintCE Example of PrintCE SDK printing function usage (graphic mode)
Browse
Sample_ASCII
Example of PrintCE SDK printing function usage (text mode)
Browse

 

Sample CAB file

If you distribute PrintCE.dll with your program, you need to add registration of PrintCE.dll in .inf file for CabWizard
VC help: "Creating an .inf File for the CAB Wizard" -> [DefaultInstall] section -> CESelfRegister

Example of PrintCE.Dll inclusion into installment package of CAB format:

[DefaultInstall.SH3]
Copyfiles=Files.SH3
CESelfRegister = PrintCE.dll

[DefaultInstall.MIPS]
Copyfiles=Files.MIPS
CESelfRegister = PrintCE.dll

[DefaultInstall.ARM]
Copyfiles=Files.ARM
CESelfRegister = PrintCE.dll

[SourceDisksNames.SH3]
1 = ,"SH3 files",,C:\PrintCE\SH3Rel

[SourceDisksNames.MIPS]
1 = ,"MIPS files",,C:\PrintCE\MIPSRel

[SourceDisksNames.ARM]
1 = ,"ARM files",,C:\PrintCE\ARMRel

[SourceDisksFiles.SH3]
PrintCE.dll = 1

[SourceDisksFiles.MIPS]
PrintCE.dll = 1

[SourceDisksFiles.ARM]
PrintCE.dll = 1

[DestinationDirs]
Files.SH3 = 0, %CE2%
Files.MIPS = 0, %CE2%
Files.ARM = 0, %CE2%

[Files.SH3]
PrintCE.dll,,,CE_COPYFLG_NO_DATE_DIALOG

[Files.MIPS]
PrintCE.dll,,,CE_COPYFLG_NO_DATE_DIALOG

[Files.ARM]
PrintCE.dll,,,CE_COPYFLG_NO_DATE_DIALOG


More Information:


Copyright 1998-2009 Inesoft