| Thread | Last Post | Replies |
|
| CodeWarrior 10 is releaed | 31 Oct 2005 16:37 GMT | 3 |
CodeWarrior 10 is released for downloading. This is a download only release and the cost is $99 for the professional version and FREE for the student hobbyist version. (The free version has limited features). This is an excellent product that should allow all CodeWarrior users ...
|
| std library link errors | 31 Oct 2005 15:34 GMT | 3 |
CW 9.6 XCode 2.2 (Seed) MacOSX 10.4.2 I just created a Mach-O C++ target in a project. Settings for the target
|
| Where is the error? | 28 Oct 2005 15:15 GMT | 5 |
I have a class containing a simple pointer. I have a vector containing several of the aforementioned classes. Because of the pointer, this class contains its own copy and assignment operators. The constructor for this class sets the initial pointer value to 0. The copy and
|
| Which Project to choose? and/or how to configure it properly? | 27 Oct 2005 15:58 GMT | 3 |
I am having difficulties in terms of project configuration: I am making a bundle as a twain ds. The problem is in the doc from twain or Apple it does not tell precisely how to configure your project in CW.
|
| weak linking to framework and dylib | 27 Oct 2005 15:18 GMT | 1 |
I was already using he -weak_framework and -weak_dylib option in my .lcf file in CodeWarrior 8.0 but when I changed to Codewarrrior 9.6 I find that the same file is not working. Until CW 8.0 I was getting call in my main() and I was able to handle and provide information to
|
| Callbacks and globals | 25 Oct 2005 02:22 GMT | 1 |
I have some code in CW that has two routines that get called from an outside source. When the first one is called it crashes. I tracked it down to the fact that the RTOC register is not set up to access the globals. When I look at the asm at the top of the callback routine I
|
| Building it right? | 24 Oct 2005 23:31 GMT | 2 |
I have made a TWAIN Data Source. Which I followed directive from Twain and based on their demo package (In Xcode only). The thing is : - It does not get recognized by the Image Capture software available on X.
|
| We are looking for a friendly developer | 23 Oct 2005 21:48 GMT | 2 |
We are looking for a friendly developer who wants to digg into streaming and some knowledge in rtp and c++/objective c or java would be perfect. http://www.let.de
|
| Setting applications tools | 19 Oct 2005 18:26 GMT | 4 |
Is there a way to configure which application get started for : .rsrc .plist and .string files.
|
| CW8, SDK 10.2.8 and Panther Functions? | 19 Oct 2005 14:19 GMT | 5 |
With the kind help of this forum I managed to compile a Carbon project with CW 8.3 under Tiger. Unfortunately there are some functions that I need and that are available not before Panther. Is there a chance to import or bind these functions (some Core Graphics
|
| What is with the context menu | 18 Oct 2005 21:07 GMT | 2 |
IN CW Recently the context keep showing up all the time everywhere I click. Is there a setting for that? I have tried to change DBCLICK speed in the control panel (no effect).
|
| Latest News on CodeWarrior 10? | 18 Oct 2005 20:29 GMT | 3 |
At MacHack, Metrowerks announced their plans for the final release for their Mac compiler, expected to be released in the Fall. Being mid-October, I figured that we must be getting closer. Are things still on schedule for this release in the next several weeks, or has
|
| How do you define a UniChar constant? | 15 Oct 2005 18:07 GMT | 29 |
I was wondering since wchar_t is long and so is L"the string". How do we make a constant string in UniChar shorts? Denis
|
| CW9.3 debugging mach-o app which includes a framework with BSD_Runtime lib | 14 Oct 2005 17:47 GMT | 3 |
I have an MACH-O application in CW9.3 which includes a framework that interfaces to BSD Unix. The framework is a collection of previous unix routines grouped together as a framework project. It includes the standard BSD libs such as BSD_Runtime_Mach and others. The application
|
| _MSL_CWMAP_ACCESS | 14 Oct 2005 17:43 GMT | 1 |
_MSL_CWMAP_ACCESS is a macro used during copile of MSL_C libraries. It is undefined and I can't find a define for it in any file with all of code warrior
|