CompuServe Archive

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

Search Results (5 messages)

#1216 Variable Arguments Message #1236
From: LANCE SHORB Amiga Tech Forum · C Programming September 29, 1990 10:47 AM
Thanks for the info Mike, Vsprintf etc. had slipt pass my eyes. It works fine. Thanks, Lance – via Whap!
Variable Arguments Message #1191
From: LANCE SHORB Amiga Tech Forum · C Programming September 27, 1990 10:48 PM
I'm interested in passing variable arguments, and then passing them again onto a routine that accepts variable argument. I would appreciate suggestions regarding a method to this idea. Below is an attempt, which Aztec 5.0b stops on the line marked below. Again, solutions or ideas would be appreciated. /********** Test…
Console use… Message #1178
From: LANCE SHORB Amiga Tech Forum · C Programming September 27, 1990 5:14 PM
A question to the wind. Can one alter the font/color/and placement (via the Windows Rastport struct) of characters being set to window using the Console device. I'd like to change fonts etc. without having to maintain my own scrolling and wordwrap. Lance Shorb – via Whap!
#1168 ActiveWindow? Message #1177
From: LANCE SHORB Amiga Tech Forum · C Programming September 27, 1990 5:14 PM
Vic, Thanks for the info. I've retested, insuring the flags were properly set, and sure enough, in came the messages. I think I may have been improperly initializing the Flags. As far as why I'm interested; I'm designing/experimenting with a generic window handler, and I thought it would be usefull…
#1131- #ActiveWindow? Message #1147
From: LANCE SHORB Amiga Tech Forum · C Programming September 26, 1990 10:18 PM
I'm sorry, I miss-stated. I'm interested in being informed if the window becomes activated, or inactivated. I've set the appropriate IDCMP flag (ACTIVEWINDOW and INACTIVEWINDOW), but don't seem to recieve any messages. What am I missing? Thanks, Lance – via Whap!