|
From: Roger H. <rog...@mi...> - 2007-04-16 09:47:20
|
On 15 Apr, 2007, at 00:31, James W. Walker wrote: > > On Apr 14, 2007, at 4:11 PM, James W. Walker wrote: > >> What exactly does "will not print" mean? Did it crash, or spit out a >> blank piece of paper, or what? > > Another thought: when you print, I suppose you are using a bitmap > draw context, yes? Yes, though the draw contexts are a bit different on Cocoa, but I think the bitmap ones are the same as the Carbon ones, its only the on screen one that are different. I will look into this, I need to look at it anyway before I ask you to check in the Microspot changes for it, and I had better be sure I don't give you some rubbish code to check in. > Apple's OpenGL software renderer is a newer > version on Intel than on PowerPC, not just a recompiled version of > the same thing, so it's conceivable that you ran into a bug in the > Apple software renderer. Could be. |