| Thread | Last Post | Replies |
|
| bundle, C++, CFBundleGetFunctionPointerForName | 27 Aug 2004 12:52 GMT | 2 |
I have a bundle that I built with XCode that has 3 functions that I call using CFBundleGetFunctionPointerForName in a seperate CW8.3 project. xcode settings...
|
| August 2002 dev tools | 27 Aug 2004 09:21 GMT | 8 |
Does anyone know where I can get Apple's Aug 2002 Dev Tools? I have July & Dec, and only Dec & Xcode seem to be at the ADC site. thnx
|
| void main(void)? | 27 Aug 2004 05:17 GMT | 5 |
I've been creating some simple C++ (Carbon) projects to test code I need to add to existing projects. I just noticed that when I create a new "stationary", CodeWarrior writes "void main(void)" as the signature for the main function. Isn't main required (by the standard) to ...
|
| Can I make the debugger jump to a function? | 26 Aug 2004 18:39 GMT | 17 |
I am running my app under the debugger, and it just got an access fault. Crash. I know this is unlikely, but is there any way I can, from the debugger, make it jump to my Emergency_Save function? (I have a function defined to save my data in a temp file if there is a crash, but ...
|
| Internal linker error after updating to 9.3 | 26 Aug 2004 16:53 GMT | 1 |
Using CW 9.3, Mac OS X 10.3.5 and the command line tools I got an internal linker error while rebuilding a project that built fine using CW 9.2: Error : Internal Linker Error File 'MachODylibs.c' Line 593
|
| Seeking old headers | 26 Aug 2004 16:51 GMT | 1 |
Back in 2001, I compiled some free source code entitled GeoIP.c using CW. Today, I updated and tried to recompile this CW project using CW 9.3 and found two missing headers, viz.,
|
| Debugger fails to launch since CW9.3 upgrade | 26 Aug 2004 16:44 GMT | 4 |
I have a console-based Mach-O application, which I can run fine using CW9.3. (The Terminal opens, the app is launched, and I can use it via Terminal until I exit my program) However, if I try to debug the same application, CW just hangs.
|
| Link error: can't find 'alloca' | 26 Aug 2004 15:14 GMT | 2 |
I'm fairly new to CW and Mac development. I'm using CW 8.3, copiling a fairly small test application which makes use of alloca. The linker complains that it can't find alloca, but I can't find which library to link against. I have tried the 'Find library' tool that ships with ...
|
| [ANN] CodeWarrior Development Studio for Mac OS, Version 9.3 Update | 25 Aug 2004 18:26 GMT | 21 |
CodeWarrior Development Studio for Mac OS, Version 9.3 Update Release date: 4/17/2004 The 9.3 update for CodeWarrior Development Studio for Mac OS Version 9 is a maintenance release of the CodeWarrior Development Studio for Mac
|
| BUG: Debugger hangs when "Use Terminal for standard in/out" is set | 25 Aug 2004 15:54 GMT | 1 |
I recently had a problem with debugging a console-based app. The debugger would just hang on startup. Well, after re-installing every single piece of development software, I have finally narrowed it down:
|
| Opinions on wxWidgets? | 25 Aug 2004 09:35 GMT | 3 |
Wondering if any list folks have used wxWidgets and what your opinion on the toolkit is. I'm looking for something that can be used to create a cross platform gui for an application. Since it seems powerplant is up in the air and the method for using powerplant for windows is a ...
|
| CodeWarrior still can't generate proper Mac-O static libraries ? | 24 Aug 2004 20:22 GMT | 2 |
I've just been bitten by a bug that's been in CodeWarrior for several years and which was apparently supposed to be fixed by CW 9. It seems that if you create a static library in CW it has bad "magic numbers" and can't be linked into anything other than another CodeWarrior ...
|
| Strange implicit conversion error | 24 Aug 2004 00:01 GMT | 7 |
Anyone got any thoughts on this? Error : illegal implicit conversion from 'const char *' to 'char *' main.cpp line 421 if( !(p = strrchr( filename, '.' )) )
|
| CodeWarrior's Future | 23 Aug 2004 23:44 GMT | 99 |
Here is part of the outline of the presentation I gave at AdHoc (formerly MacHack) There still isn't much I can say until mid August Ron Why is Metrowerks Still Quiet?
|
| Any way for me to do this without explicitly using the Mac toolbox? | 23 Aug 2004 23:43 GMT | 7 |
Trying to read a directory - basic concept here being that I want the file/subdir entries within the directory in a form I can manipulate programmatically. For example, I've got a drive, named (creatively enough...) "Macintosh HD". On that drive is a folder, "Target Folder".
|