| Thread | Last Post | Replies |
|
| popup menu ( nib?) | 02 Oct 2005 12:32 GMT | 2 |
I'm tyring to have some sort of contextual menu in my application. I've been browsing the apple docs for a couple of hours but i still haven't found what calls i need to use ( carbon) If it's possible i'd like to create the menu in a nib and then have it
|
| wcsrtombs returns 0 length on CW 8.3 Mach-o target | 01 Oct 2005 09:16 GMT | 4 |
My application uses Mach-o runtime & I am working on codewarrior 8.3. I am using wcsrtombs in the following way const wchar_t* ptrWcr = L"192.168.10.92"; mbstate_t mbstate;
|
| resource copying failure and link warning | 01 Oct 2005 02:18 GMT | 11 |
About every 2nd or 3rd link of my Mach-O bundled app, I get 2000 link warnings like this, which seeme likely to include every resource in my app: Link Warning : ignored duplicate resource 'ALRT'(128) in 'GStyler.¼.rsrc' Link Warning : ignored duplicate resource 'ALRT'(150) in ...
|
| very slow to start building | 01 Oct 2005 02:08 GMT | 6 |
Lately the build of my Mach-O target has started taking a minute or two when you select Make, before the Make window starts to show any status. Meanwhile the hard disk thrashes like crazy. This is only on the Mach-O target. I think it got bad when I added a 2nd
|