| Thread | Last Post | Replies |
|
| dylibs and .o | 30 Sep 2005 15:04 GMT | 1 |
I am new to the specifics of mac programming, and am trying to learn about dynamic/shared libraries. I can compile a .dylib fine, it exports symbols correctly. - How do I load a .dylib, dynamically, so that I can use them as
|
| CustomView & NSImage problem | 30 Sep 2005 01:53 GMT | 2 |
I have a CustomView and am displaying an NSImage. The image is higher than the view but instead of cutting off the bottom of the image it cuts off the top. What am I doing wrong? Any help appreciated.
|
| ER Diagram tool | 29 Sep 2005 20:01 GMT | 7 |
i been looking around and i was wondering if one of you guys know of a tool similar to PowerDesigner : http://www.sybase.com/products/developmentintegration/powerdesigner Anybody know of any alternatives that run on the mac?
|
| Problem Installed CW 8 Under 10.4.2 Tiger | 29 Sep 2005 10:50 GMT | 2 |
I have a project that needs to be compiled under CW8. I already have CW9 installed. When I try to install CW 8 I get an Permissions error on the last couple of files, the file it stops on is CWIB.bundle. How can I install CW 8 under 10.4.2, Tiger?
|
| Darwin malloc()-ing a few large blocks vs. many many small blocks | 29 Sep 2005 04:56 GMT | 13 |
Hi there, I have encountered the following problem. I'm writing a C++ program that possibly exceeds the machine's memory capacity, and I need it to check for memory allocation errors. Normally I'd check for a NULL returned from new or malloc(), and catch bad_alloc exceptions.
|
| creating a resizeable window | 28 Sep 2005 22:09 GMT | 3 |
I'm trying to create a resizeable window but it doesn't want to create as resizeable. it creates as a static sized window. am I doing something wrong or is my system wonky? I'd also like to have a smaller title bar.
|
| exotic charsets | 28 Sep 2005 06:26 GMT | 5 |
a guy recently e-mailed me saying there are messages in certain newsgroups encoded in chinese that he would like to read. they indicate their charset like this: Content-type: text/plain; charset=GB2312
|
| Compiling and Installing Open Source Programs | 27 Sep 2005 00:05 GMT | 1 |
Are there any tutorials for doing the subject stuff? Specifically on a Mac running OS 10.2.8. I do have the Developers' Tools Dec. 2002 version installed. The program that I want to use as a learning example is CDparanoia, and I
|
| how do I get notifications? | 26 Sep 2005 15:45 GMT | 5 |
I need to get notifications for 2 events for a NSwindow. How do I set up the notification manager to get "application became active" and "window was resized"? the source for the window declaration is as follows: -(void)initReqsWindow;
|
| Buiding multi project with XCode? | 26 Sep 2005 09:50 GMT | 3 |
I have just a question. I have bunch of XCode projects. I'd like to build these projects one go. Can I do this?
|
| How can i identify the screen a window is on in cocoa? | 25 Sep 2005 20:03 GMT | 7 |
I need to identify the screen number so I can store that into the prefs file so the window can open up in the proper screen the next time. I'm using obj-c with osx 10.4.2 server. the following the compiler doesn't like.
|
| OpenGL/GLUT problems in Tiger | 24 Sep 2005 02:07 GMT | 1 |
Since switching to OSX 10.4 and Xcode 2, I can't get OpenGL to open from within my application. In Panther, everything worked fine, both with CodeWarrior 8.3 and Xcode 1.5. Previously, I've always used CodeWarrior, but as it's outdated, I am
|
| Cocoa OpenGL accelerated offscreen drawing | 23 Sep 2005 11:05 GMT | 3 |
I'm trying to create an offscreen OpenGL drawing area that can then be treated as an image and composited into an NSView using Quartz drawing operations. If possible, I'd like to get hardware-assisted rendering and minimise copying of data
|
| Navigation services popup menu | 23 Sep 2005 10:48 GMT | 1 |
I want to use NavPutFile in a Carbon port of an old program. I know it's obsolete, but I don't want the hassle of dealing with FsRefs and CFStrings etc, and I don't care about Long/Unicode filenames. The program originally used CustomPutFile, with a popup menu to select
|
| This is working for me, but is there a better/faster way? | 23 Sep 2005 00:19 GMT | 13 |
(Apologies in advance if this multi-posts - I've attempted to post it multiple times without seeing any indication that the attemtps actually did anything.) Commentary, please...
|