This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (6 messages)
>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.
"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.
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 //…
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
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
"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…