From: Ronald P. R. <ron...@xs...> - 2012-06-18 13:04:57
|
It would be nice to be able to copy and paste graphics between emulator and host, but I would rather see that efforts are directed first to clipboard integration for text. As it is now in SheepShaver on OSX, clipboard integration for text does not work at all in 64-bit mode and only works with severe limitations in 32-bit mode. Ronald P. Regensburg. Op 18 jun. 2012, om 14:00 heeft Alexei Svitkine het volgende geschreven: > On Mon, Jun 18, 2012 at 2:41 AM, Robert Munafo <mr...@gm...> wrote: >> That might help a little bit -- but the main issue is on the host side. >> >> Apple does not provide 64-bit runtime libraries for any of Carbon, >> such as is needed to convert PICT scrap data into another bitmap >> format. In fact, all of QuickDraw is missing, and you can't even view >> a PICT image on your Leopard (or later) Mac if you have it set to boot >> with the 64-bit kernel (except by transferring the PICT data into an >> emulator running an older Mac OS). > > We could always do our own decoding of PICT data and convert it to a different format that is suitable to put on the host clipboard (in which case, the host wouldn't even need to be a Mac!) > > For example, this open source library is able to parse PICTs: > > http://www.paintlib.de/paintlib/ > > -Alexei > |