Avery Dennison 6037 Rev.AC 9/03 User Manual
Page 21

Converting Applications
5-3
Alter pclCalibrate Calls
The 6037 and 6037
EX
printers do not use stock length and width
for calibration. If your 6035 printer application calls pclCalibrate
with a specified length and width or an overriding routine to
prompt for them, those parameters will be ignored.
You can reduce the size of your code by removing the
parameters (setting their values to z ero).
For example, change
pclCalibrate(0,0,0xFFFF,StockTypePrompt,StockPrompt);
to
pclCalibrate(0,0,0xFFFF,StockTypePrompt,0);
Change Drive References
6037
EX
Only. Where possible, remove hard-coded references
to drive letters. If you cannot avoid it, s ubstitute drives C: for
A: and D: for B:. Use E: for the memory card.
B u i l d i n g t h e A p p l i c a t i o n
Compile the application. Then, re-link it with the new libraries
as needed.
♦
Use LMS6037.LIB for normal printing and scanning. It
replaces MMSULTRA.LIB, MMSULT2D.LIB, and
MMSULTMX.LIB.
♦
Use LMSSCNEN.LIB for any scanning where you configure
the scanner for a particular bar code. It replaces
SCAN1223.LIB.