| Thread | Last Post | Replies |
|
| problem with menu ( nib related ) | 22 Sep 2005 08:35 GMT | 3 |
I am trying ( for the first time ) to create a menu I use the setMenuBarFromNib command but then surprise. i get a weird result in the menu bar: [Blue Apple][Black Apple][mymenu1][mymenu2][mymenu3][SimpleAlert][mymenu4]
|
| Port to xcode? | 22 Sep 2005 04:39 GMT | 3 |
When I first try to import my project to xcode, I get errors because TARGET_API_MAC_OSX isn't defined. Is that not defined automatically by Xcode and/or CodeWarrior? Where do I need to add that, if that's what's needed?
|
| timer under carbon | 21 Sep 2005 23:13 GMT | 7 |
I can't find how to create a timer under carbon. What i need is something in milliseconds ( the equivalent of CreateTimer under windows ) Any help appreciated.
|
| CodeWarrior 10 Update | 21 Sep 2005 12:39 GMT | 11 |
At July's AdHoc/MacHack, Metrowerks announced the final version of CodeWarrior, version 10, would be expected out in the fall. It's only mid-September, so it is still a bit early, but I wanted to find out if there has been an update or confirmation to those plans.
|
| Codewarrior 8 for Mac: trouble in installation | 20 Sep 2005 16:51 GMT | 2 |
I am trying to install Codewarrior 8 for Mac OS X (10.3.4) and the program exits abnormally. I read in the instructions that you can do a manual installation by copying certain directories from the CD-ROM to hard disk. Although this works, it is impossible to do the 8.1 (or any ...
|
| ppc asm instruction... | 19 Sep 2005 11:42 GMT | 1 |
Is the fsel instruction available on all PPC macs? ->Jeff RAD Game Tools
|
| How to locate mass storage device? | 17 Sep 2005 19:45 GMT | 3 |
I need to locate a special storage device to retrieve/store files. How would I go find the specific?
|
| drag n drop broken | 17 Sep 2005 19:33 GMT | 1 |
I can't drag n drop files in my project window ( cw8 ) anymore ( for example a .cpp a framework or a nib ) I have to go in the menu and add them via the file manager. ( i think it's due to a post xcode installation that changed some things
|
| Using Shark in code | 17 Sep 2005 18:22 GMT | 4 |
How do I use Shark in my code? I did the following after including the CHUD framework #include "chud.h" ...
|
| cxx suffix and mwcc | 16 Sep 2005 20:17 GMT | 1 |
I'm trying to compile a project using a makefile the and metrowerks compiler "mwcc". The suffixes of my c++ file are ".cxx". I always get this error: mwcc: No file mapping matches
|
| looking for a mac progremmer (paid) | 16 Sep 2005 18:18 GMT | 1 |
I am looking for a programmer who could write a basic library that would enable the use of C/C++ to make mac os x screensavers. misterbanned@hotmail.com thank you
|
| Using the MW Profiler crashes | 16 Sep 2005 03:31 GMT | 1 |
Ok, Now I've switched to trying to use the MW Mach-O profiler. I build just fine. I added code to start/stop profiling. I run my app but while profiling I crash. I get the following error: Thread 0:
|
| Newbie email question | 15 Sep 2005 14:12 GMT | 6 |
In my app I'd like to create an email message with a specified destination, subject and contents using the user's defaul mail app but not to send it - i.e. open the window but allow the user to edit the message before sending it. Just like a mailto: link on a web page. I'm
|
| Cannot lunch application in debug mode | 14 Sep 2005 21:26 GMT | 6 |
I am trying to debug my lib under Photoshop Element 2. When I start the debugger it says that: it cannot lunch the application because of a shared library error <Mathlib>. Needless to say that this mathlib is not mine.
|
| problems with template ( newbie ) | 14 Sep 2005 19:29 GMT | 2 |
I am trying to recompile some code from another person ( using vc6 ) and i can't get cw8 to compile lists i get a bunch of syntax error on: list<CMenuOption*> m_options;
|