| Thread | Last Post | Replies |
|
| What causes Error -47 from FSDelete????? | 31 Aug 2003 16:15 GMT | 1 |
I am getting -47 errors from FSDelete and I can't figure out how to get rid of them!!! I have make a movie from the file but I dispose of it before doing the delete operation. Any Ideas???
|
| Using debugger crashes CW Pro 8 | 29 Aug 2003 20:36 GMT | 3 |
Hello. I've searched and can't find any help with this bug. I'm using OS X 10.2.6 on a PB Titanium and recently upgraded from CW Pro 7 to CW Pro 8. When I enable the debugger and bring it up it crashes CW. I thought it might be my app (although it crashes even before
|
| JPEG to PICT | 29 Aug 2003 17:38 GMT | 1 |
I have the code written ...to import PICT files, to alter the images and to save them as PICT resources. Now I want to know how to open a JPEG file and turn it into a PICT file. Rick T.
|
| LString to clipboard? | 29 Aug 2003 16:36 GMT | 1 |
What is the correct way to concatinate more then 255 chars ( aloop that keeps adding chars ...) and then copy them onto the clipboard? Rick T.
|
| [ANN] New Compiler Features for CWDS Mac OS 9 | 28 Aug 2003 19:18 GMT | 8 |
Some Compiler Features: * The compiler now has an Instance Manager that tracks templates & doesn't recompile them (improves compile speed). * This option reduces compile time by telling the compiler to generate
|
| help stepping in to dynamic library | 28 Aug 2003 18:55 GMT | 2 |
I've finally built a dynamic library... actually a framework...Yippeee
:-) Now if it just worked correctly :-( So how do I get the debugger to show me the source code inside the
|
| Backslash in the string | 28 Aug 2003 17:42 GMT | 2 |
I cannot compile this: unsigned char myChars[]= "?|\+*"; The compiler (CW8.3) complanis about illegar character constant. OK I understand this. So I changed it to:
|
| RezWack Plug-In? | 28 Aug 2003 10:33 GMT | 2 |
After struggling with RezWack on both OS X and Windows, I was delighted to find a RezWack Plug-In for CW tucked away in Apple's QT for Windows SDK. But does anyone know how it works? I've not found anything resembling
|
| framework bundle magic?? | 27 Aug 2003 22:36 GMT | 1 |
I have a framework that has an optimized and a debug target. At this point I have them going to two separate framework bundles. Is there a way to have CW build one framework bundle that has the optimized and debug versions of my framework?
|
| Renewal Question... RE: Carbon for OS 9 | 27 Aug 2003 15:42 GMT | 1 |
Hi, two questions: Maybe this is totally clear to others, but I just want to be sure before I order: I need the PEF (Classic) target if I intend to compile a _Carbon_ program that will run on OS 9? Right? (I.e., I don't intend to
|
| They need to fix CW 8 before selling us 9 / no Academic | 26 Aug 2003 17:40 GMT | 7 |
Does no Academic CW9 mean that this global variables bug is going to go unfixed for a year or more, until CW10, for users of the Academic version of CodeWarrior? Bob
|
| PP MACH-O limits.h vs. climits - many multiple defined symbols | 26 Aug 2003 16:40 GMT | 6 |
I have a large PowerPlant application that is using the PP network classes. I want to finally put those classes out to pasture and use socket based code instead. Some sample code I found includes <arpa/inet.h> but this is causing a
|
| which CW 9? - advice please | 26 Aug 2003 16:39 GMT | 3 |
In the past I've bought two academic licenses for both the Mac and Windows versions, and I've encouraged Windows-bound students and collaborators to use CW because of its excellent support for Standard C++. I've been able to create/maintain multi-target console projects
|
| How to copy an pane's imaage to a PicHandle? | 25 Aug 2003 17:20 GMT | 4 |
I want to copy what's in a pane's image to a PicHandle 9for later export to the scrap). I seem to be copying the dest rect correctly, but the data isn't showing up. I've tried both copying srcRect to srcRect && (what's shown) srcRect to a 0,0 based rect. Neither seems to help. ...
|
| framework creation | 25 Aug 2003 15:07 GMT | 1 |
I would need a tutorial to help me setting up a framework library project . the lib i want to make as a frame work is in C++ ( mostly encapsulated C , it's very simple.) I just don't even manage to modify the default codewarrior example ( even
|