CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (7 messages)

#163996 #Programming Magazine Message #164080
From: Jody Threet Mac Developers Forum · Dev. Environments March 15, 1994 3:05 PM
I suspect I'll get both. Too much information hasn't hurt me YET… In case you missed my earlier message to Al; the CopyBits problem was an odd number of rowBytes in my bitmap. thanks, Jody
#163960 #CopyBits on SE Message #164079
From: Jody Threet Mac Developers Forum · Inside Macintosh March 15, 1994 3:01 PM
>> yeah, I'm really looking forward to seeing the *ss end of my >> current bug waddling away. How has yours been misbehaving? I'll offer my two bits of information (sometimes two bits can be the beginning of a lot). Jody
#163866 #CopyBits on SE Message #163918
From: Jody Threet Mac Developers Forum · Inside Macintosh March 14, 1994 4:38 PM
I fingered it out just a little while ago. 🙂 🙂 Its one of those where you wanna hit yourself, but never considered masicism very fun. I had read a few days ago that you must have an even number of bytes in the bitmap.rowBytes field. So I took care…
#163821 #CopyBits on SE Message #163851
From: Jody Threet Mac Developers Forum · Inside Macintosh March 14, 1994 8:58 AM
Looks like I must have trashed something important earlier. By the way..If you use TCL, I found out that using SetApplSize() isn't enough because the TCL will get confused on stack and heap size. Not sure why, but it cause the heap and stack to collide immediately when I used…
#163424- IBM/Mac Database Message #163667
From: Jody Threet Mac Developers Forum · Dev. Environments March 13, 1994 12:53 PM
Sounds interesting and someday I anticipate using (possibly developing) a MOOP (Meta-OOP) database (where one could change what it means to be a class, object, etc.). But I'm not yet to that stage in software development and do not currently have a need for it. But I think your on…
#163385- IBM/Mac Database Message #163666
From: Jody Threet Mac Developers Forum · Dev. Environments March 13, 1994 12:45 PM
>> Do you know if Poet is accessible from Smalltalk? No I don't think so (but I'm far from an expert on POET since I got flyer and just read it in passing). If I remember correctly all they talked about was C++, but then they may have another version…
#163303- CopyBits on SE Message #163664
From: Jody Threet Mac Developers Forum · Inside Macintosh March 13, 1994 12:37 PM
I was wondering about how to set the stack size!! Much appreciated, I'll let you know if it works. By the way, is it really important that the number of bytes per row be even (i.e. word aligned) ? Because it didn't complain on most machines I tried when I…