Russia
  • News
  • Products
  • Download
  • Buy now
  • Support
  • Forum
  • About
Inesoft PrintCE SDK for Windows 10 IoT Core, Windows CE/.NET, Windows Mobile

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.

C++ (eVC 3.0/4.0)

Example of PDC_ functions set (graphic mode)
Example of 'prn' functions set (graphic mode)
Example of ASCII_ functions set (text mode)

C++ (MS Visual Studio 2005)

Example of PDC_ functions set (graphic mode)
Example of 'prn' functions set (graphic mode)
Example of ASCII_ functions set (text mode)

C++ (MS Visual Studio 2008)

Example of PDC_ functions set (graphic mode)
Example of 'prn' functions set (graphic mode)
Example of ASCII_ functions set (text mode)

C# (MS Visual Studio 2005)

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

C# (MS Visual Studio 2008)

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

Visual Basic (eVB 3.0)

Example of PrintCE SDK printing function usage (graphic mode)

Visual Basic (MS Visual Studio 2005)

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

Visual Basic (MS Visual Studio 2008)

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

 

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