CompuServe Archive

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

Search Results (6 messages)

#164054 CodeWarrior Message #164182
From: Dan Podwall Mac Developers Forum · Dev. Environments March 16, 1994 7:43 AM
>Is there a Metrowerks forum (similar to Symantec's forum) on CompuServe? No, not on CompuServe. There is one on America Online, but who would want to use that :). Dan Podwall Metrowerks, Inc.
#164021 CodeWarrior problem Message #164032
From: Dan Podwall Mac Developers Forum · C and Pascal March 15, 1994 8:22 AM
"I choose Make menu, and nothing appends: no error message, nothing…" There's a known bug where this happens if MWCRuntime.lib is not in the project. Add it if it is not already there, and please let me know if the problem continues. Dan Podwall Metrowerks, Inc.
#163874 #CodeWarrior problem Message #163917
From: Dan Podwall Mac Developers Forum · C and Pascal March 14, 1994 4:32 PM
Here's a short assembler example. It has a parameter, a register local variable, a stack local variable, and returns a result: static short f(short n) { register short a; // a in a data register short b; // b on a stack fralloc + // allocate space on stack //…
#163854 CodeWarrior problem Message #163916
From: Dan Podwall Mac Developers Forum · C and Pascal March 14, 1994 4:32 PM
Todd, The destructor takes a short because there is a hidden argument telling it whether it needs to free the object or not. The stuff at the start of the resource is the runtime support for multi-segment resources. main() doesn't have to be at the start, as long as the…
#163595- Using CW to create INITs Message #163692
From: Dan Podwall Mac Developers Forum · Dev. Environments March 13, 1994 1:16 PM
You can create multi-segment code resources that use A4-based globals. The DR1 CD was unfortunately missing a needed header file, as well as documentation and examples. There is an upload in this forum's library that contains all that. I don't call the exact name, but searching for METROWERKS will definitely…
#163616- CodeWarrior problem Message #163676
From: Dan Podwall Mac Developers Forum · C and Pascal March 13, 1994 1:10 PM
"Could somebody upload here the CodeWarrior 68k debugger patch for version d4 or d5?" No debugger patch has been released. There will be an updated debugger on the upcoming DR2 CD. "P.S. Is the asm complete? Does it recognize 68020 addressing mode? Why do I have this error : "Stack…