| Thread | Last Post | Replies |
|
| CW8.3&Panther: wchar_s Problem | 30 Apr 2004 15:52 GMT | 3 |
I know that this is an old question. But I tried to install the 8.3 on Panther for 5 timesfrom scratch, following the guidelines of Jean-Claude Jesior (pascal mailing list) and the adwice of MWRon to enable the wchat_s-field in every project of the "build all" project.
|
| Codewarrior produces broken ZLIB on Mac? | 30 Apr 2004 13:15 GMT | 17 |
im using compress2 and uncompress from zlib in my tool. when using the CW Version of the tool i can compress a file and decompress it (with the same tool). if i try to decompress the data with the same source
|
| post link shell tool wierdness | 30 Apr 2004 01:39 GMT | 1 |
I'm trying to use the post linker shell tool to execute the unix tool that was just built. I'm using CW 9.2, on Mac OS X 10.3. This seems to work just fine for each individual project. However, what I really want is to have one project with several sub-projects
|
| XCode 1.2 and CW 8.3 problem | 30 Apr 2004 01:04 GMT | 18 |
I just installed XCode 1.2 and now my CW 8.3 projects will not build. I get the following error message: Internal Mach-O Importer Error File "ImportMachO.c" Line 2028 unsupported unknown reloc type 13 (hunk_type = 65535)
|
| Source code repository | 28 Apr 2004 20:36 GMT | 5 |
Is there a repository (or whatever) of available source code (Preferably Mac OS-X and CW-8) to download for learning? Many thanks for any replies. tedd
|
| Expos=?ISO-8859-1?B?6Q==?= and non-document windows? | 28 Apr 2004 17:54 GMT | 7 |
Anyone know how to make a window that is supported by Exposé's shrinking feature that DOESN'T have a titlebar? From what I can tell, of the 15+ window types that can be used with CreateWindow, only the Document type works with shrinking.
|
| compilation error Mach-O | 28 Apr 2004 17:34 GMT | 1 |
Hi I have a library that compile and work fine in PEF format under codewarrior IDE 5.5 but now I have to compile that library in Mach-O format (Linker Mac OS X PowerPC Mach-O). In my project settings, I put these Access Paths:
|
| HTTP connection example | 28 Apr 2004 03:24 GMT | 3 |
Hi, I'm mew to mac programming and trying to solve problem with simple http connection in my app. I use CodeWarrior 8.3 on MAC OS X. Just want to send simpe GET commend with URL and want to get response nubmer. The example applications in CW manual are not very clear to
|
| Language parser in Pro 9.2 unreliable | 28 Apr 2004 03:10 GMT | 13 |
I recently upgraded from Pro 9.1 to 9.2 and much to my dismay found that the language parser loses track of keywords it knew about just a few minutes before. The only way I have found to get back my syntax coloring and contextual popups is to turn on the compiler setting for ...
|
| Private umbrella framework | 27 Apr 2004 15:45 GMT | 1 |
Is this a bug or am I doing something wrong? I have an umbrella framework 'core' and a sub-framework 'sub'. 'sub' has a .lcf file containing '-umbrella core' and builds into 'core.framework/Versions/A/Frameworks'. 'core' has a .lcf file
|
| PPx: Menu Handling using a Correspondent? | 26 Apr 2004 23:15 GMT | 1 |
In my app, I have a base class from which several subclasses are derived. Each subclass i) inherits from the base class, Correspondent and CommandHandler<'XXXX'> ii) is mapped to a single menu item, e.g. 'XXXX'
|
| Mac Panther Terminal programs | 26 Apr 2004 21:56 GMT | 4 |
This is probably going to be the dumbest question ever and I'm a little embarrassed that I can't figure it out for myself. I'm just trying to create a simple terminal program for Mac OS X Panther. My problem is that my project seems to compile fine, but when
|
| GetModuleFileName equivalent under codewarrior mac | 26 Apr 2004 12:02 GMT | 7 |
I would like to know if there's under CodeWarrior for mac a function that retrieves the full path and filename of my program like GetModuleFileName() under windows. Thanks a lot for help.
|
| Problem in communicating with USB from Palm Device | 26 Apr 2004 09:24 GMT | 1 |
How to communicate with usb device through palm device. Can anybody give me the sample code for reading/ writting data from USB port. Thanks in advance
|
| new handles coming up after calling InitializeQTML () | 25 Apr 2004 11:29 GMT | 6 |
I have little problem with QuickTime on windows, when I call InitializeQTML (0) new handles start popping up - it is approximately two new handles per second and it's still counting. I'm using current Qt SDK called from MSVC 6.0, QuickTime version 6.5 on
|