| Thread | Last Post | Replies |
|
| Codewarrior for MacOSX warning msgs | 14 Jul 2004 10:14 GMT | 4 |
even though my code works and everything i keep getting these annoying messages. can anyone help? Path for the user defined root 'CT_INSTALL' cannot be found ''
|
| Resource problem: Wrong dialog | 14 Jul 2004 01:13 GMT | 2 |
I develop XTensions for Quark XPress. Now I have a problem with the resources of the XTensions. I have several XTensions who are loaded from QuarkXPress. Every XTension have its own resource file with the dialogs. The dialogs have ID's who are
|
| .mcp to makefile | 13 Jul 2004 19:40 GMT | 2 |
I am wondering if there is any way to generate a makefile ( which is using the command line tools ) from a MW9 project. Any help will be apreciated. dacian
|
| How long does it take? | 13 Jul 2004 17:30 GMT | 6 |
I have a data acquisition system running on a Mac IIci, I'm working with CodeWarrior version somewhere around 3 or 4. 68K executables, obviously. A calibration square wave that's directed by the software looks asymmetric. I suspect that's because I changed floats to doubles in ...
|
| makefile from MW9 project | 13 Jul 2004 14:04 GMT | 1 |
I am wondering if there is any way to generate a makefile ( which is using the command line tools ) from a MW9 project. Any help will be apreciated. dacian
|
| CFM and getenv | 13 Jul 2004 14:02 GMT | 3 |
Using MW9 I've done a CFM application wich is running under OS X and I am unable to have a valid return from std::getenv("HOME") or any system variable. Any ideas?Any help will be apreciated.
|
| Windows compile error | 13 Jul 2004 04:15 GMT | 2 |
Im in CW 8 for mac and i keep getting this error when compiling for windows: Error : Bad magic signature (expected '!<arch>\n') libpq.lib Is there any way to fix this? What does this mean?
|
| Codewarrior debug problem | 12 Jul 2004 21:13 GMT | 1 |
im using MacOSX 10.3.4 and Codewarrior 9.0 whenever i try to debug, the app just hangs with the multicoloured circular cursor just spinning. the only way out is a force quit. however when i run my code, it works just fine. i just cant debug it.
|
| libjpeg <-> machO project | 12 Jul 2004 12:23 GMT | 2 |
Im trying to build a mach-o project using the libjpeg and i always get linker errors for example: undefined jpeg_destroy_compress(jpeg_compress_struct*)(code) referenced from....
|
| Support for 10.4 Preview SDK? | 11 Jul 2004 22:13 GMT | 2 |
Is there an ETA for a version of CW9 that will compile and link against the Tiger Preview SDK? I was able to hack my way through the 4-5 problems in the headers, but then I ran into a linker error processing ctrl.o. I know Ron has spoken of a forthcoming 9.3 update. When will this ...
|
| Porting 68K app to Carbon | 10 Jul 2004 08:22 GMT | 2 |
I am in the process of porting a THINK-C 68k app to Carbon. My plan is to move the app over to CW 6.3, get it running as a 68k app, then recompile as PPC, then Carbonize it. I have all the initial compile errors worked out in CodeWarrior 6.3 as a 68k app, but it is now crashing at ...
|
| Possible MSL Bug? | 08 Jul 2004 23:00 GMT | 1 |
I am getting compile errors with CW9.2 for this admittedly contrived piece of code. Looks like map MSL optimizations to me. Compiles fine with the following compilers with or without -O* Sun Forte C++ 5.3 Patch 111685.04 2001/12/13
|
| Internal Link Error Compiling Intel IPP Libs | 08 Jul 2004 16:44 GMT | 1 |
When attempting to link the Intel Integrated Performance Primatives (IPP) static library (see http://www.intel.com/software/products/ipp/) into my project, CodeWarrior generates the following error: Link Error : Internal linker error (please report to <cw_bug@metrowerks.com>):
|
| compiling in codewarrior | 08 Jul 2004 13:22 GMT | 6 |
Below are the errors i've got Errors Error : C2450: Expected: ; byte ADC_bReadData(
|
| Calling CFM Shared Lib from Mach-o app | 08 Jul 2004 06:07 GMT | 1 |
I have a legacy CFM Library written in C that I need to call from a Mach-o Carbon app. The only thing I see in searching on apple.com is some code MachOFunctionPointerForCFMFunctionPointer(x). This looks like some sort of glue code....is that what I need to use?
|