| Thread | Last Post | Replies |
|
| no draw events using Carbon Events | 27 Feb 2006 09:53 GMT | 1 |
My first attempt at using Carbon Events has not been entirely successful. I have a class which will put up its activity monitor when it is invoked;
|
| having trouble with PPxViewConverter | 26 Feb 2006 22:49 GMT | 3 |
Has anyone used PPxViewConverter recently to make a .nib file readable for CW9's version of PPx? After converting my PPob to a .nib using Migrator, I drop the resulant file on PPxViewConverter...the app launches, and then
|
| How to restrict character length in Edit Box control with Carbon programming | 24 Feb 2006 10:16 GMT | 4 |
I just want to restrict the user for not entering more than 31 characters. How should I achieve this. I have trapped keboard input and restricted upto 31 but for Pasting more than 31 characters cannot be restricted with same.
|
| CW 5.1.1 and CW 5.8 | 21 Feb 2006 08:31 GMT | 5 |
I am using CodeWarrior with Version 5.1.1 build 1108 to create a bundle initially. My application can call the bundle successfully. Now, I downloaded CodeWarrior Version 5.8 build 1919 to compile my old program. After I compile my old project and create a new bundle, my
|
| lazy symbol binding | 19 Feb 2006 15:51 GMT | 9 |
In running a java program that calls a JNI library (libXXX.jnilib) and after the execution of System.loadlibrary() I get the following error dyld: lazy symbol binding failed: Symbol not found: _FSMakeFSSPec Referenced from: .....libXXX.jnilib
|
| Freescale's copy protection sucks. | 15 Feb 2006 08:27 GMT | 3 |
So last week we bought another seat of CodeWarrior. I installed it on my PowerBook and licensed it, and it worked great for the rest of the week. Today it says I'm not licensed. This is patently ridiculous. I've already got an email in to Freescale,
|
| MW Ron has left the building | 15 Feb 2006 07:57 GMT | 31 |
Friday, January the 13th is my last day with Metrowerks/Freescale I am leaving with many regrets not the least of which is meeting so many Mac developrs and being able to call them friends. I want to apologize for not being around for the past month. I got
|
| Using signal | 14 Feb 2006 09:19 GMT | 3 |
I can't find a declaration in signal.h for the signal function. Is signal not available in MSL? Larry
|
| shared library project: __start link error | 13 Feb 2006 06:26 GMT | 1 |
I've got a mixed C/C++ project I'm trying to compile with Codewarrior IDE 5.5 on osx 10.4.4. The target is a shared library. Everything compiles fine, but at the end, I get a linker error: Link Error : undefined: '__start' (descriptor).
|
| ExitToShell and NewPtr link error | 13 Feb 2006 06:19 GMT | 1 |
Hi, I'm gettting the following errors from the linker: Link Error : undefined: 'ExitToShell' (code) Referenced from '__exit' in MSL_All_Carbon.Lib Link Error : undefined: 'NewPtr' (code)
|
| DateTime Control in Carbon | 13 Feb 2006 06:13 GMT | 1 |
is there a CDateTimeCtrl (win32) equivalent availabe in carbon or cocoa? Regards Chimanrao
|
| ifstream fails to construct | 13 Feb 2006 00:00 GMT | 3 |
I'm trying to use std::ifstream class to read a binary file from disk. int jitterEntry(const char* file) { if(theSettings) Cleanup(); const char* filename = (!strrchr(file, '/')) ? file : strrchr(file,
|
| Bring an application into the foreground? | 09 Feb 2006 19:32 GMT | 2 |
I have an application (CW8.3, Mac OS X), which should come independently into the foreground. How can I do that? Thanks
|
| link warning: isdigit() multiply-defined | 09 Feb 2006 08:53 GMT | 6 |
Pretty quiet in here...shame really. Anyway, I'm getting this link warning: ============================ Link Warning : ignored 'isdigit' (code) in MSL_C_Mach-O_D.lib
|
| About 9.2 -> Tiger | 07 Feb 2006 21:50 GMT | 4 |
It is not a joke. Since a long time, we developp an application on Mac OS 9.2.2. What is the best solution to transfer it to the new system Tiger : Carbon or Cocoa ? Is there any tutorial about this old problem ?
|