Printing with a Generic Text Driver

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to print to a Zebra printer (barcode thermal printer) throught a Generic Text Driver using de PrintDocument object and Print method in C# and I receive an error: "The data area passed to a system call is too small".

I discover de KB 822779 that adress this problem in Windows 2000, Ms says to install a hotfix Win32K.sys but I can't find it.

Can somebody help me?

Pedro
 
* "=?Utf-8?B?cGNhcHQ=?= said:
I'm trying to print to a Zebra printer (barcode thermal printer)
throught a Generic Text Driver using de PrintDocument object and Print
method in C# and I receive an error: "The data area passed to a system
call is too small".

I discover de KB 822779 that adress this problem in Windows 2000, Ms says to install a hotfix Win32K.sys but I can't find it.

HOW TO: Send Raw Data to a Printer by Using Visual C# .NET:
<URL:http://support.microsoft.com/?kbid=322091>
 
I am trying the same thing, but I do not get it printed. Did you have
to enable any services or make changes to the code? Any help will be
great.

--Rythm
 
Back
Top