| Thread | Last Post | Replies |
|
| Optimization bug | 06 Feb 2004 16:09 GMT | 1 |
Hello all & Ron, this code malfunctions at optimization level 1: /* -----------------------------------------------------------------------------------------------------------------------
|
| why can't I get a GURL (event)? | 06 Feb 2004 14:47 GMT | 3 |
hi all -- i'm on os X, trying to get my macho app to be a scheme handler for Safari & other browsers. I've set up my app in a .app directory structure. I've got my
|
| overlapping libraries | 05 Feb 2004 15:43 GMT | 2 |
Hopefully someone out there has run into, and found a way to solve this problem... I'm trying to get my code I have now developed for OSX to also compile/link under PPC, and I'm finding I'm playing the library game
|
| Problem linking with xerces | 05 Feb 2004 14:57 GMT | 1 |
I have compiled xerces using the gcc command line tools. When I want to link it from a Metrowekrs 8.3 project, I get some link errors with undefined functions. Stranger yet, the number of errors is not always constant. It seems to me that the linker is not able to recognize some
|
| Charting examples code needed | 04 Feb 2004 23:12 GMT | 1 |
I am looking for an example of code of "barchart", "linegraph" charts written natively for Osx. Regards. ALEX
|
| Viewing wchar_t strings in debugger | 04 Feb 2004 22:17 GMT | 2 |
Here's the original posts about this... The more I have to deal with this, the more frustrating it becomes... Any progress on a tech note to help us view wchar_t strings in the debugger? Isaac Wankerl <spam@metrowerks.com> wrote in message news:<spam-92392F.15302003102003@newshost ...
|
| Can't qsort LStr255s | 04 Feb 2004 17:49 GMT | 6 |
(Sorry for the cross-post from c.s.m.o.pp, but this seemed general enough for here too) Hi, I'm trying to sort an array of LStr255 strings:
|
| How to create a dynamic pop up menu | 04 Feb 2004 15:49 GMT | 1 |
i am quite new in Mac coding. so here's a qn from me. Is it possible for me to create a pop up menu without using the resource file e.g STR# etc? I tried but in vain. FYI, I have got a list to be appended to the menu and it is of dynamic type. Can someone enlighten me? ...
|
| Last Codewarrior version that can Compile 68K? | 03 Feb 2004 20:04 GMT | 12 |
What's the last version of CodeWarrior that can compile 68K code? TIA, Mark
|
| CodeWarrior Vs. XCode | 03 Feb 2004 17:54 GMT | 1 |
I'm pretty new mac programmer trying to port my code from visual C++. I made a simple ListView and next, my problem: In XCode when I execute the AddDataBrowserItems, without problems I get entry to my callback function previously setted up by
|
| project using BSD Headers and libs? | 03 Feb 2004 17:27 GMT | 7 |
I have a need to use pthreads in a CW 8.3 bundle I am creating, but I cannot find where the docs are to tell me what headers and libs I need to include. Can someone point me to where I can locate this information?
|
| MachO Cross-Development in CodeWarrior Pro9? | 03 Feb 2004 08:20 GMT | 2 |
Does CodeWarrior Pro9 correctly support the availablity macros MAC_OS_X_VERSION_MIN_REQUIRED and MAC_OS_X_VERSION_MAX_ALLOWED as described in Technote 2064 for MachO targets? (see http://developer.apple.com/technotes/tn2002/tn2064.html)
|
| Migrating from classic to OS X | 03 Feb 2004 02:12 GMT | 1 |
I was running CW 5.3 on an older Mac in classic mode. The computer died and I want to move CW to my new Mac, but it doesn't have classic installed. The 5.3 installation is for classic only. I know I could buy the new version (can I buy an upgrade if it won't recognize the old
|
| .xSym ? | 02 Feb 2004 16:48 GMT | 9 |
when i create an application there is a file called .xSym in the bundle, can i remove it for the release ? what is it used for ? thank you pat.
|
| can't rename executables ?! | 02 Feb 2004 14:25 GMT | 1 |
I noticed something kooky under machO compiling, if i rename my executable , it doesn't work anymore. ( under panther ) test.app works test2.app ( test.app renamed ) crashes.
|