| Thread | Last Post | Replies |
|
| Cocoa window sizing | 25 Aug 2003 01:00 GMT | 3 |
I'm working on a document-view type app, the view is a drawing of a model and it's set in an NSScrollView subclass. The window has a number of controls that change the attributes of the model, set above the scrollview. When I frob the controls to change the size of the model, I want ...
|
| filename convertion | 24 Aug 2003 14:01 GMT | 3 |
CopyCStringToPascal ( param_filename , pascalString ); // Convert to Pascal string //convert the video file name to a mac FSSpec like structure FSMakeFSSpec (0, 0L,pascalString, &fsSpec) ;
|
| image manipulation | 22 Aug 2003 23:37 GMT | 1 |
Given this code... SetRect(&r, 0, 0, 640, 480); err = NewGWorld(&offscreen, 8, &r, NULL, NULL, 0); if ( !err ){
|
| getting error if using __stdcall | 21 Aug 2003 19:12 GMT | 1 |
I am trying to export a function in a dylib using only _declspec(dllexport) is working fine but if I am using a __stdcall I am getting compile time error. Code warrior recognises it as a key word making it blue but the compile time error is encountered while
|
| generation of random numbers | 21 Aug 2003 11:05 GMT | 1 |
i have a project in which i want to generate random numbers with normal distribution.here is the source and header file.i would like you to tell me what mistakes i have done as when i execute the programm, compiler declares that i have 3 errors.
|
| link problem ( machO ) | 20 Aug 2003 18:22 GMT | 1 |
I don't find what i need to link for that problem. ( I tried all versions of Sioux but no luck, is it a Framework ? ) Mac OS X Macho thank you
|
| how to debug malloc/free bugs | 20 Aug 2003 17:06 GMT | 4 |
During debugging I can see appearing messages in the logfile "*** malloc[479]: Deallocation of a pointer not malloced ..." I wonder If I could make CW stop when this happens as so it is a bit hard to find out where exactly this happens.
|
| CW8.3: breakpoint/source mismatches | 20 Aug 2003 17:01 GMT | 2 |
I've been struggling with a problem were CodeWarrior misplaces the potential breakpoints in the debugger. In many cases, CW just stops showing potential breakpoints about half way through the file. The only way I've found to resolve this is to trash the XSYM file, and do a remove ...
|
| CodeWarrior, Carbon and Quartz | 19 Aug 2003 19:17 GMT | 4 |
I want to use Quartz in a Carbon project. I am using CodeWarrior 8.3. From what I have read I need to link to ApplicationServices.framework. To be honest,, I have no idea how to do this. I am somewhat of a part-time programmer for my own research purposes and always got by
|
| remote debugging on the LOCAL machine (MacOSX -> Classic) | 19 Aug 2003 15:05 GMT | 3 |
i tried to do what will be necessary when CW9 will be shipped. We have to support a shared lib for a classic application. CW9 will no longer launch in classic and as a result i have to use remote debugging with
|
| Link problem with Mac OS classic target | 19 Aug 2003 15:00 GMT | 4 |
I think that other people should already got the same problem as I: With CodeWarrior 9: - I create a new Mac OS C++ project, compile it with classic and carbon target without any problem. - I replace the demo file with pure ansi C++ code (non graphic, only well known libraries stdio ...
|
| Compiling ImageMagick (libMagick) with CW 8.3 | 19 Aug 2003 07:36 GMT | 1 |
I am wondering if anyone out there has had success comipling ImageMagick 5.5.7 using CW 8.3. I have a need to build it under Carbon as I need the application I am building to run under both OS9 and OS X I have been successful in comipling:
|
| Link Error: invalid object error | 19 Aug 2003 04:28 GMT | 1 |
Hi, I tried to build my project on MAC OS X 10.3 (7B39) compilation was fine but linker complains: Invalid object code /usr/lib/libiconv.2.dylib
|
| Offscreen drawing and saving... | 18 Aug 2003 23:45 GMT | 1 |
I want to open an offscreen PixelMap, draw into it and make the drawing a PICT resource. I have a LWindow open that contains this resource and the resource will then appear in the open window. I can not use the debugger but to test the drawing portion I have used
|
| MW Compatible Shared Libs with Project Builder? | 18 Aug 2003 18:38 GMT | 2 |
Can someone confirm the following: It is impossible to be build PEF Shared Libs with Project Builder that are compatible with MW PEF Shared Libs -- if only because Project Builder only builds Mach-O and Frameworks.
|