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)

#163922 AppleScript basics Message #163971
From: John Baxter Mac Developers Forum · APDA March 14, 1994 9:54 PM
Joe, In the recorded script, you get a comment (a full line comment). For example (helping CIS along with the left chevron, as usual: on JoeS () with objectModel, ToyStore bringToFront ()
#7173 Stream.h Error? Message #7185
Dennis, One way or another, you are compiling C++ code using the C compiler. Make sure you name your file with an extension which is being mapped to the C++ translator. [See the extensions page of the TPM preferences to see which translator the .cp extension is going to, or…
#7132 Failure to incline Message #7140
David, >> Symantec C++ fails to inline the "max" calls in the following example Hmmm…so it does. That is triggered by the declaration long max(long,long); // Necessary for argument covnversion for max(long,int) (which of course you need unless you elect to explicitly cast the int to a long). It would…