on 3/5/06 6:29 PM, James Mullins at [EMAIL PROTECTED] wrote: > Hi guys, > > Not sure where to ask this one so I will ask it here. Please let me > know if there are better alternatives ;) > I have an application written in RB that makes use of several > declares to a 3rd party framework (which in turn calls a custom driver). > > My question is: will the above still work on intel imacs? Does > Rosetta translate drivers and frameworks as well or are new drivers > required for intel hardware. The device I wish to control is from > www.sensable.com and is connected via firewire. > > I have asked the company involved but they are very slow at answering > OSX related support tickets.
By driver do you mean a kernel extension? If so the answer is no. Kernel extensions need to be native. A Rosetta application can talk to a native kernel extension if the kernel extension is written to be Rosetta aware. We had to do this with the kernel extensions for our two USB devices. Chris _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
