We have an app that talks to various printers - some use SCSI, some
use USB, some use other methods. A couple of years ago we wrote
software that uses
#include <IOKit/cdb/IOSCSILib.h>
to talk to the SCSI printers. This file was dropped after 10.2.x -
so in codewarrior, we included the old 10.2.x SDK as well as the
current SDK to build the app. To prepare for Intel, we have moved
our project to XCode and are building against the 10.4u universal
headers. Because of this, we no longer have access to the old SDK,
thus can't include IOSCSILib.h.
What is the recommended way to migrate our code to still be able to
access SCSI printers in Tiger and with the future Intel macs? In the
back of my mind I seem to be remembering that the USB interface was
supposed to eventually "just work" for devices such as a SCSI
printer, but that has not been the case in our testing. It's been a
long time since I worked on this code, so I may be remembering wrong.
Alan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Ata-scsi-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden