| Thread | Last Post | Replies |
|
| Can anyone help? | 23 Jul 2003 20:39 GMT | 2 |
Ok, so this is the codewarrior mac newsgroup... Does anyone know the address for the windows group? Or does this cover both?
 Signature Z
|
| Linking against BSD libc | 23 Jul 2003 17:05 GMT | 6 |
I have converted my projects to build against the BSD C headers but cannot link. I am getting the following error: dyld_stub_binding_helper is undefined used by '_strlen' Codewarrior 8.3 using the Metrowerks Mach-O linker. I do not have any MSL
|
| Problems compiling a Quark XTension with Codewarrior 8 | 23 Jul 2003 16:53 GMT | 1 |
OS: Macintosh OS X QXP Version: 4.11 Codewarrior: 8 Until now, I have built my XTension for QuarkXPress Passport 4.11 with
|
| Forcing static data for being linked | 23 Jul 2003 08:40 GMT | 2 |
I have a static C++ variable whose constructor register himself in other C++ structure. I have made this member static, because it's never referenced anywhere in the code. But, it appears that this variable is removed by the linker because it's never referenced in source ...
|
| CW and gZip | 23 Jul 2003 05:12 GMT | 1 |
I was playing around with the sources for gZip the other day. On Windows I quickly got it to compile with VC++ 7.1 and Intel C++ 7.1. I had more problems with CW 8. I ran into a bug in setupargs.c.
|
| Newbie styled text question | 23 Jul 2003 04:07 GMT | 1 |
In my app I have some text and some associated font details, and I'd like to copy them to the scrap/clipboard. Do I need to create an off-window styled Text Edit field to do this (with ::TESTyleNew()) - I can't find any more information about constructing a 'styl' scrap entry
|
| Copy To Package question | 23 Jul 2003 00:11 GMT | 1 |
I have a CW8 project where I want to copy a .kext bundle (created by PB) to my application package (it should go into the Resources folder). How can I do this? I've tried setting the mapping so that .kext type files do a Copy to Package, but the .kext isn't a file, it's a folder.
|
| Where is the newsgroup codewarrior.symbian? | 22 Jul 2003 21:43 GMT | 2 |
Metrowerks (http://www.metrowerks.com/MW/Support/Newsgroups/default.htm) claims that this newsgroup exists, but I can't find it. I am using MS Outlook, and getting news from the server: netnews.comcast.net. It can find codewarrior.windows, but it can't find codewarrior.symbian. ...
|
| [OT Sort of] Help Viewer and CW files | 22 Jul 2003 18:45 GMT | 5 |
I am trying to use Apple's Help Viewer to view CW help files and it seems to be broken. Any link I click on brings up the relevant page for a microsecond or two and then dislplays the very first page. I haven't been able to find a fix and I thought someone here may have come up ...
|
| How can the OSX Thread Mgr disappear! | 21 Jul 2003 19:23 GMT | 5 |
I'm making steady progress quashing problems with a newly Carbonized app, but when it quits DebugNew reports a problem with delete[] (as called from ~LThread). To hunt this down I cloned a new Target;
|
| Debugger Hangs Forever - redux | 21 Jul 2003 19:17 GMT | 2 |
Programming can be torture and I need some help: Using CodeWarrior Development Studio Mac OS X Edtion, on an iMac, I've ported a big application from OS 9 to OS X, using Carbon. Finally, it works pretty well.
|
| Creating Disk Image that works on OS 9 & OS X | 21 Jul 2003 08:20 GMT | 7 |
My Carbon application has a Mach-O Framework embedded in its bundle. I created the framework to get at one Mach-O only function and it works well. But, the problem comes when distributing this app. Originally, I just
|
| CodeWarrior IDE version confusion (Development Studio OS X) | 21 Jul 2003 04:06 GMT | 5 |
I keep hearing about CodeWarrior v8.3,but concerning Code Warrior Development Studio, Mac OS X Edition: The IDE is version 5.1.1 (Build 1108), (C)1993-2002, and according to Finder's Info, it claims to be v8.0.
|
| Cannot see source while debugging | 21 Jul 2003 03:59 GMT | 1 |
I'm trying to run my program in a group development environment and I am now unable to view the source code in our debug view. It was working fine, and now it is not. All I am seeing is the stack crawl. I do not know what changed.
|
| plugin for java app-problem debugging under CW 7 | 21 Jul 2003 03:52 GMT | 3 |
(Can't find this issue in the archives) I have written a plugin for a java app (running under OS10.2.6) that supports such through a plugin folder. When I make the app the target in the debugger settings and
|