| Thread | Last Post | Replies |
|
| CW 9 and Shark issues | 18 Jul 2004 06:35 GMT | 4 |
I wanted to use the latest CW 9 with the latest Shark (3.5), but things do not seem to work correctly. I changed my debug target to full optimization and selected all STAB info. then I run my app and sample it using shark. The problem occurs when I double click a line in shark to ...
|
| CopyMask in Carbon | 17 Jul 2004 18:19 GMT | 6 |
My CopyMask for Offscreen Graphics Worlds doesn't work anymore since I have ported to Carbon. I am using GetPortBitMapForCopyBits to get the dstBits parameter for the call, and UQDGlobals::GetCurrentPort() to get the current port. I am locking the PixMap as usual before calling ...
|
| Metrowerks and Mac | 17 Jul 2004 05:36 GMT | 1 |
Warriors, Now that Freescale has became its own entity Metrowerks is going to be more forthcoming when possible about the future of Metrowerks for the Macintosh. I'm afraid that there still is a short period where we are
|
| Metrowerks::thread in CFM plugin | 16 Jul 2004 19:32 GMT | 8 |
Using CW9 I am doing an Adobe After Effect 6.0 plugin which is an CFM shared library and runs under OS X.I am trying to test the Metrowerks::thread but everythings seems to be executed in main thread.
|
| DebugNew crashes in Carbon | 16 Jul 2004 15:59 GMT | 3 |
I was using DebugNew to check for leaked memory, and it now crashes in my Carbon target when I call DebugNewReportLeaks() to write leaks.log. Is DebugNew supported in Carbon or what changes do I have to make to get this debug utility to work? Thank you.
|
| How to force a class to be linked into the executable? | 15 Jul 2004 22:21 GMT | 4 |
I have a Java application that prepares to use MySQL-Connector/J by: Class.forName("com.mysql.jdbc.Driver").newInstance(); This works fine when I run the app within CW, but when I try to run the app stand-alone (either from the command-line or by double-clicking the Mac
|
| Which of two functions gets linked? | 15 Jul 2004 21:54 GMT | 15 |
When an identical function is defined in a .lib file and in a .c file, is there a way to control which one is linked in by the PowerPC Mach-O linker? It seems to be random and uncontrollable, but perhaps I am missing something?
|
| [ANN] CodeWarrior and 64-bit | 15 Jul 2004 21:36 GMT | 4 |
Recently, Microbizz released GNU Pascal compiler and linker plugins for CodeWarrior, see <http://www.microbizz.nl/gpccw.html>. The plugins are based on GNU/Apple command line tools. Currently, I am working on support for the MW debugger, which is making nice progress.
|
| Browser Controls.. | 15 Jul 2004 19:39 GMT | 2 |
Are there any browser controls which supports common to all the versions of MAC OS ? ie : MAC OS X and 8/9 ?? will Opera support ?!! rG --
|
| Unable to debug CFM code resource | 15 Jul 2004 19:26 GMT | 2 |
I'm using CW9.1 on the Mac OS 10.3.3 to develop VST audio plugin that run under host applications such as Cubase or Nuendo. The plugin is compiled as CFM code resource. gdb is installed (version 5.3-20030128 (Apple version gdb-309)) and
|
| semaphore | 15 Jul 2004 18:54 GMT | 2 |
What is the equivalent to a posix semaphore using MSL C++? Thanks, dacian
|
| Makefile sample using mwpefcc and mwpefld for c++ | 15 Jul 2004 18:50 GMT | 2 |
Can anybody provide me a sample make file which uses the mwpefcc and mwpefld for a c++ library? Thanks, dacian
|
| Resources in Carbon | 15 Jul 2004 13:19 GMT | 2 |
hi, I finally got my PowerPlant code to compile in Carbon. When I run it, I get a dialog that an exception was thrown. The cause is that it can't find the 'MBAR' resource. The MBAR is located in a .ppob file and part of the target build. I opened the application file with ...
|
| Mach-O C++ error question | 14 Jul 2004 23:13 GMT | 3 |
I'm getting the following error (compiles fine w/CFM 9.2, but with Mach-O 9.2, I have problems): Error : ';' expected x.h line 428 for(BPtrVector::iterator i = first; i != last; ++i)
|
| auto update of passed argument | 14 Jul 2004 12:03 GMT | 4 |
how do i update an argument in one method passed by another without using a return value. while (Skip(start, currRec))...... bool Gigs::Skip(char *start, Record *currRec)
|