Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stream PCL from VC++ 6.0 COM dll to ActiveX Control to Printer

Status
Not open for further replies.

BrianTaxE

Programmer
Jul 26, 2004
1
US
I've written a VC++ 6.0 COM dll that we use for printing MICR lines on checks. This dll has been used very successfully to print check data, a signature and a MICR line to a HP printer using PCL. It sends the PCL codes directly to the printer which produces great results.
My problem is getting this data to go from the COM dll, with the limited COM interface data types, to a .NET Web Service, then to a .NET ActiveX Control that streams the data to the printer.
I seem to lose the Binary properties of my PCL MICR line and signature along the way. I have a PCL reader that tells me my MICR line and signature should be in the same binary format acceptable by the printer but I've yet to get this to work.
My problem/question is has anyone ever done this and if so do you have any suggestions for returning the PCL Stream from the VC++ 6.0 dll? I think this is where the data format is getting changed from binary to a string.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top