Stephanie S
2008-02-15 09:23:56 UTC
I'm so confused. I have to take a CString, turn it into an ASCII value, add 33 to that ASCII value, and then print this new ASCII value in a particular barcode font. On top of that, the virtual print engine I'm using to generate the .pdf report (Ideal Software) expects the value that I print to be a LPCSTR.
Can anyone give me any tips on working with ASCII characters and converting them to and from the various formats that I need?