| Thread | Last Post | Replies |
|
| cfloat vs float.h (mach-O conversion) | 12 May 2004 02:35 GMT | 1 |
I'm just starting to convert my PowerPlant CFM app to mach-O (still 2.2.1 PowerPlant), using 9.2. I'm using 10.3 and the target OS can be 10.3 for this conversion. I've started from the example MachO bundle example, and have transferred all my files over to that project. My
|
| MSL Prefix file for Mach-O libraries | 11 May 2004 15:17 GMT | 3 |
I have a mach-O project where I have MSL_All_Mach-O_D.lib linked. Some functions (seekp of iostream in my case) work wrong when the same code in Carbon is running fine for years. When checking the preferences in MSL projects, compiled for mach-O I found that they all have ...
|
| abstract methode call from CFM to Mach-O Bundle fail | 11 May 2004 11:05 GMT | 1 |
Is it not possible to use abstract classes between CFM and Mach-O? //Get implementation of abstract class from the bundle via a simple C-Call -> this works mHandler = CreateObject ( ID );
|
| Implementing GO4's Observer pattern for std::stirng and std::vector/std::map | 10 May 2004 20:58 GMT | 1 |
I want to "observe" changes to std::string and std::vector/std::map structures. The idea being that whenever code modifies a string, or adds/deletes a collection element, my code is notified so that I can invalidate view objects, etc.
|
| linking a metrowerks project with an external library | 10 May 2004 18:18 GMT | 1 |
I have a project in Code Warrior for Windows and I want to add to the project a c++ library which should be compiled on Linux. The interface of the library is written in 'c'. The problem is that when linking the library in the codewarrior I get
|
| Class ReadWrite to disk example? | 07 May 2004 21:25 GMT | 1 |
Please forgive me if I don't ask my question correctly. I'm using CW IDE 5.5.1 and am trying to simply trying to write and read a file to/from disk using c++. Does anyone have a very simple example of this using classes?
|
| How to #pragma ushort_wchar_t ? | 07 May 2004 15:37 GMT | 1 |
How can one use "#pragma ushort_wchar_t on" ? I have a MSL Mach-O project composed of several MSL Mach-O compiled static libraries, and I need 2-byte wchar support through them all. If I throw "#pragma ushort_wchar_t on" into my project's prefix text,
|
| Incorrect path when running from IDE | 07 May 2004 00:21 GMT | 2 |
I am using Coedwarrior 9.2 running on Panther 10.3.3. When I run my program from the IDE, the program thinks it is running from /Users/collieml. When I debug from the IDE my program thinks it's running from /
|
| CW 9: should Target Processor be at LEAST "750" for Mac OS X? | 06 May 2004 22:39 GMT | 4 |
If one is compiling for Mac OS X only (Carbon, but only for Mac OS X), would it be a reasonable assumption to set the Target Processor setting (in the PPC Processor Code Generation panel) to "750" (the minimum "G3" processor). After all, a G3 is required for OS X, right?
|
| LATSUITextbox does not reformat text when window is resized | 06 May 2004 00:05 GMT | 5 |
When the window with a LATSUITextBox is resized, the text in the box does not redraw correctly for a Mach-O binary. It works fine for a CFM app. I'm using CW 9.2 and see the same results on Mac OS X 10.2 and 10.3.
|
| comutil.h file is missing | 05 May 2004 20:30 GMT | 1 |
I'm trying to compile some com code on Macintosh (CW 9 with windows support) but compiler can not find <comutil.h> file so _bstr_t can not be resolved
|
| the "unimplemented C++ feature" error | 05 May 2004 19:23 GMT | 16 |
I am currently looking at a library under development and attempting to compile the tests and examples with CW9.2 on OSX (10.2.8). (The library is the big_integer library that is currently being developed as a project at boost.org, for those who might care.)
|
| CW crashes after installing "Security Update 2004-05-03" | 05 May 2004 17:02 GMT | 1 |
I have a problem with CW 9.2 after installing the "Security Update 2004-05-03" for MacOS X 10.3.3. After this update my CW9 crashes when I want to debug my program (in my case a debug a dynamic library from the dynamic library project). Do other
|
| Make files from CW | 05 May 2004 16:47 GMT | 2 |
Is it possible to export a 'make' file from a CW 8 project? I want to make one and haven't ever done it before so it would be really handy if it were automatic! Thanks
|
| File Error 206004 again | 05 May 2004 16:39 GMT | 3 |
Recently I've experienced "File Error 206004" CW alert when trying to open an .mcp that has been taken from the SourceSafe database. Somebody else checked it in on another computer. I couldn't open the project till I haven't removed the OS X Volume entry from my CW preferences.
|