| Thread | Last Post | Replies |
|
| current directory | 31 Mar 2005 23:16 GMT | 34 |
Can anyone tell me what the current directory (as returned by getcwd) is set to when a user double clicks on an cocoa application bundle in OS X? The obvious answer would be that it is set to the directory containing the bundle, but in my testing I have found that the current ...
|
| Metrowerks has problems with Pi glph | 31 Mar 2005 17:59 GMT | 3 |
Metrowerks 9.x has a problem with using files names with the p (option p, or PI character). To see the problem create a project with the name 'testp', name is 'test' with the PI character at the end).
|
| plugin window resizing | 31 Mar 2005 12:32 GMT | 4 |
I'm working on a plugin, and I'm having trouble with resizing its window. I have followed the plugin API, and called the host's resize window function. As well, I have resized the window (which ought to be ok, by the API) using a call to SizeWindow. The problem is, when my
|
| debugging dylibs... | 29 Mar 2005 23:39 GMT | 2 |
How can I debug a dylib (built using gnumake) along with my code warrior application? [OSX 10.3.7, MachO, CW8.3, - using 10.2.8 SDK] -harry
|
| Seeking PPx sample code for adding a PICT resource to a new file | 29 Mar 2005 20:51 GMT | 1 |
Title says it all. I have a PPx/PPxAux app which used to be PowerPlant and, in the latter, I made a bitmap PICT resource (#256) for an EPS file using CopyBits() so that the EPS had a preview in MSWord, etc.
|
| Bug Tracking Software | 29 Mar 2005 10:30 GMT | 2 |
I'm looking of robust and easy to use software for bug tracking. It needs to have a Mac client or a web browser client. Ideal would be integrated with version control. We use CW and Voodoo. -Danny Swarzman
|
| TextEdit key filtering... | 28 Mar 2005 21:45 GMT | 4 |
I have a simple text box that I am using for numeric input. Per suggestions found elsewhere, I have implemented procs using NewControlKeyFilterUPP() and NewControlEditTextValidationUPP(), and they work just fine.
|
| Use HTMLRendering with PowerPlant | 28 Mar 2005 16:38 GMT | 1 |
Hi. I would like to know how I could possibly display HTML files using PowerPlant. I was able to get the sample application "HTMLSample" and "HTMLUserPane" but both of these files make use of .rsrc and .r files, not ppob files.
|
| is it possible to force CW to use Unix line endings when exporting a project | 26 Mar 2005 01:26 GMT | 3 |
Is it possible to force CW to use Unix line endings when it exports a project to xml? My CVS doens't like Mac line endings :-(
|
| LReentrantMemoryPool problem | 26 Mar 2005 01:11 GMT | 1 |
With multiple threads, each with an LEndPoint receiving data, LReentrantMemoryPool is having problems. Here in LReentrantMemoryPool's NewPtr function: NewPtr:AllocFrom:MakeFreeBlock:mFreeBlocks.Append
|
| .exp file aparently not working??? | 25 Mar 2005 18:22 GMT | 5 |
I have a dynamic library project that has a .exp file to control the exporting of functions. The file appears to be used during linking (if I put garbage in it, the link breaks)
|
| CW9.4 general preferences | 25 Mar 2005 00:16 GMT | 1 |
Can 2 different users on the same OSX 10.3 system have *different* settings in the "General/Source Trees" panel? ( I use the source tree 'macro' to remap some support code. I would like to log in as a different user, then remap this one 'macro' in the
|
| Moving CW to a new machine | 24 Mar 2005 23:24 GMT | 1 |
I'm moving to a new machine (hooray!) but after reinstalling my copy of CW it won't accept my license code as it says it is already in use, which is technically true but not much help. I've emailed MW but have received no reply so far - has anyone else hit this problem and, if so ...
|
| Other CodeWarrior Compilers | 24 Mar 2005 23:21 GMT | 3 |
I know that Metrowerks has opened up their API to allow for other compiler plug-ins to be used with the CodeWarrior IDE, but I was curious if there are any available? I thought I understood that there was one for Perl, but I am not sure if I heard that right or who made
|
| Can't link after updating to CW 9.4 | 24 Mar 2005 23:17 GMT | 5 |
When trying to link my mach-o lib, I now get the error "Error: Invalid Object Code. MSL_Runtime_Mach-O.lib". I have completely rebuilt the standard libraries. Suggestions?
|