| Thread | Last Post | Replies |
|
| Building project on a NFS mounted drive | 22 Jan 2004 21:54 GMT | 2 |
I have an an NFS mount point which contains a project. This is MAC OS X 10.2.6 and the NFS server in a linux machine. When I try to double-click a source file in the project it tells me it cannot find it. All paths are project relative. The project build fine when local but when ...
|
| no throw syntax | 22 Jan 2004 20:58 GMT | 1 |
Hmmm... I thought that I could specify new foo() to return nil by going: theFoo = new (nothrow) foo(); but that seems to not work. How do I get new to not throw? Thanks,
|
| 9.1 message about debugger | 21 Jan 2004 23:35 GMT | 2 |
I just installed the 9.1 update and got a message "Newer Version of Apple Developer Tools Needed" and to upgrade to at least at the December 2002 version or later or the debugger won't work. However, I have XCode 1.1, so should that not be suffficient? Why did this
|
| Building Windows DLL from CW Dev Studio 9 | 21 Jan 2004 19:59 GMT | 3 |
Just a quick note to maybe save someone else some time... I needed to build a Windows DLL to implement a Java JNI function. I used the latest version of CW Dev Studio on my Mac. When I tested on a Windows XP box it was crashing like crazy.
|
| Compiling for Mach-O | 21 Jan 2004 18:34 GMT | 5 |
Do I need to do something particular to compile an application for Mach-O ? For now my program compiles and works very well when I compile for 'Macintosh ProwerPC target' but I would like to compile it with 'Apple Mach-O PowerPC' without any success ...
|
| Looking at system headers 'touches' them. | 21 Jan 2004 06:17 GMT | 9 |
Whenever I open up a system header for some reason CW thinks I have changed it somehow and wants to recompile everything in my project. I have noticed this particularly with the C++ headers: string, locale, etc. I am not using precompiled headers.
|
| libcurl and carbon | 21 Jan 2004 01:10 GMT | 7 |
I'm trying to use libcurl on mac, target carbon, but I can't link it in my application. Does anyone use libcurl, and could send me a CodeWarrior (v 8.3) sample project using libcurl ? Or isn't libcurl carbonised ??? This is the kind of link error:
|
| Using boost with Carbon | 20 Jan 2004 20:58 GMT | 3 |
Has anyone figured out how to include <Carbon/Carbon.h> and any of the boost headers with CodeWarrior 9.1? I can get boost headers to compile as long as I don't include Carbon/Carbon.h. Here are the errors I'm getting:
|
| Can I add or delete or change Tab buttons to a LTabsControl at runtime? and how? | 20 Jan 2004 14:18 GMT | 1 |
I want to add tabs to a tabscontrol at runtime, and delete tabs to a tabscontrol at runtime, and change the name of a tabscontrol at runtime. I searched the class LTabsControl and it's parent classes and Implementation classes , but didn't find any method that looks like
|
| PowerPlant & Interface Builder | 19 Jan 2004 20:41 GMT | 2 |
I haven't kept up with the PowerPlant side of things, so I figure I'd ask here... Will PowerPlant be updated so that it interfaces with Interface Builder's .nib files? I know Metrowerks always had their own GUI
|
| "bool" is declaration syntax error? | 19 Jan 2004 20:14 GMT | 5 |
Pardon my newness, I'm back with CodeWarrior after ten years. It's good to be back... at least, I think it will be. I'm porting a C++ library from (ahem) Visual C++ to CW on OS X. I created a project from the Library template /Applications/.../Mac OS
|
| Mach-O/PP update to CW9 fails to build | 19 Jan 2004 19:36 GMT | 1 |
After updating a mach-o carbon PowerPlant (legacy) project from CodeWarrior 8.3 to CodeWarrior 9, the app fails to build. I'm hoping the symptoms will be common enough that someone knows a fix. The particular build error is in a reference to the header <fp.h>:
|
| Menu item in NIB... | 19 Jan 2004 19:14 GMT | 1 |
I got some progress in the NIB dialog box, I managed to create all the elements, my last questions ( well i hope ) is how to know which item is selected in the popup menu ( impossible to find this... )
|
| Pb debugging C++ app | 19 Jan 2004 18:34 GMT | 2 |
When I m debugging my application I can see the source code of most of my code except for one library. From what I can see this library is not different than the others. So there must be something I can not see. This library is not a shared one, just a static .Lib and is compiled ...
|
| Porting To Carbon Questions | 19 Jan 2004 18:11 GMT | 3 |
The reason I wanted to get my classic application to build in CodeWarrior was so I could run the Carbon Dater on it. Now that I did that, I have several unsupported functions. I was wondering which compiler flags or defines I need to check for so I can add conditionally compiled ...
|