| Thread | Last Post | Replies |
|
| Tiger+CW 9.4 = Andale Mono 9 display glitch | 01 May 2005 00:54 GMT | 1 |
As this screen shot shows: http://www.uiwithstyle.org/glitches/andale_mono_9_cw9.4_glitch.png Xcode 2.0 and TextEdit correctly display the same text using Andale Mono 9 whereas CW 9.4 editor somehow "expands" each individual glyph more than
|
| Databrowser scroll wheel support in PP application | 30 Apr 2005 04:10 GMT | 4 |
I'm seing that the databrowsers in my PowerPlant windows are not responding to the scroll wheel on the mouse. The databrowser in the BasicDataBrowser sample from Apple does automatically respond to the scroll wheel.
|
| Poor support for CodeWarrior | 30 Apr 2005 03:17 GMT | 2 |
>You just *recently* found out Symantec is no longer supporting Think C >5.0? I can't even remember how many years it's been since Symantec >dropped Think C as a product. |
| Poor support for CodeWarrior | 29 Apr 2005 21:13 GMT | 6 |
I do not know what is going on at Metrowerks, but I had to reinstall CodeWarrior Version 9.3, because it keeps crashing. I asked several times for an authorization code to no avail. Is there a limit to the number of times it can be reinstalled, anybody knows?
|
| rez compiler and MachO | 29 Apr 2005 15:11 GMT | 3 |
Dang. It would appear that the rez compiler knows nothing about __MACH__ I have a shared resource that I would like to use with both a PEF and a MachO target, but it seems that I cannot share a common prefix file
|
| Serious bug related to "caching" bug | 29 Apr 2005 00:15 GMT | 4 |
This is with CW 9.4. Sometimes, for reasons I don't know, CW goes into a mode where it activates extended "Caching..." sessions every time I save a change to a file. When this happens, CW is unresponsive until it completes the
|
| how do I turn off the SIOUX window ? | 28 Apr 2005 23:34 GMT | 1 |
I am using a public library that has printf's in it and it keeps popping up the SIOUX window. IS there a way for me to make sure this window does not pop up when a printf is fired.
|
| how do I turn off the SIOUX window ? | 28 Apr 2005 23:30 GMT | 5 |
I am using a public library that has printf's in it and it keeps popping up the SIOUX window. IS there a way for me to make sure this window does not pop up when a printf is fired.
|
| Codewarrior IDE problem | 28 Apr 2005 14:25 GMT | 2 |
I have a problem with my Codewarrior IDE. I use the context menu to locate function declaration/definition all the time. The editor usually have different color text for user-defined functions and let you navigate to the function/method declaration or definition from the
|
| Compiler Bug | 28 Apr 2005 09:54 GMT | 14 |
I came across the following bug in the CodeWarrior PPC compiler, took a long time to isolate... I've submitted it to Metrowerks, but heard only silence, which is unsettling. (Ron, what's going on over there?) Try compiling/disassembling the following:
|
| PowerPlant Discontinued | 28 Apr 2005 04:58 GMT | 19 |
Listed on Metrowerks' Discontinued Products web page http://www.metrowerks.com/Discontinued/default.htm (in addition to the Windows compiler) is: PowerPlant Framework for Mac
|
| dylibs loading | 27 Apr 2005 15:53 GMT | 2 |
I am developing a plug-in. Now I need to recompile it with Mach-O (create a Mach-O bundle package). The plugin itself uses numerous dylibs which come from other developers and they couldn't be changed to frameworks and etc. The dylibs were compiled with install path
|
| CodeWarrior CW 9[.3 or .3] on Tiger? | 27 Apr 2005 13:28 GMT | 2 |
I know it's a pre-release OS but is anyone else having difficulties debugging Mach-O apps. on Tiger [8A425?] w/ CW9.3 or 9.4? Everytime I am stepping through a function and go to step out to the previous function in the call stack CW seems to just drift away. Occasionally I can ...
|
| Dumb open file problem | 25 Apr 2005 08:35 GMT | 1 |
I'm working on a test app that needs to be able to open any text file, regardless of creator, as it's a prototype for a cross-platform program. I'm using Nav Services (via Power Plant) and have set up the creator code as '????' and the file type as 'TEXT', and this seems to work ...
|
| custom compile step | 25 Apr 2005 03:06 GMT | 2 |
How, pray tell, can I perform a custom compile step using CW9.4? I have a .cvs (comma delimited) file that I want to pass thru a script to create a .cpp file that the project will then compile. So I expected to be able to add the .cpp file to the project, make it
|