CompuServe Archive

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

Search Results (3 messages)

From: Eric Long Mac Developers Forum · C and Pascal March 16, 1994 12:33 AM
Steve, I got it all working. Once I understood that the NMRec was lost once I exited the function, it was all clear. I made the NMRec a global so I could pass it through my event loop. Actually, I restructured everything and I'm much happier with what I've got.…
From: Eric Long Mac Developers Forum · C and Pascal March 14, 1994 12:35 PM
Thanks Steve, I know what I sound like and what my code looks like, but that's what happens when you play around with same thing for several hours and get nowhere! I knew something must be missing. My string is a Pstring. I copied it into temp because I read…
#163565- #Saving window location Message #163768
From: Eric Long Mac Developers Forum · C and Pascal March 13, 1994 10:15 PM
Wayne & Tryg, Thanks for your input. I will definitely use a Prefs file. It would be unusual to have a program that is redistributed among different users that comes up with, say the window way off to the right. Better to let that info be in a prefs file.…