| Thread | Last Post | Replies |
|
| Why does this leak memory | 28 Nov 2007 22:04 GMT | 5 |
I have a subclass of NSXMLDocument that I use as an XMLParser. While running my program through MallocDebug, I see that I am leaking large blocks of memory in one of my methods. I'm at a loss to understand why. Here is the function in question:
|
| HIPointConvert missing | 28 Nov 2007 21:17 GMT | 1 |
I'm trying to build a program that uses QuickTime (emacs, with Carbon), and it fails with the following error: ld: Undefined symbols: _HIPointConvert referenced from QuickTime expected to be defined in
|
| where to start openal development ? | 27 Nov 2007 14:06 GMT | 5 |
where to start openal development ? Does anyhing it need to be installed first on mac os x 10 ? What are the first steps ?
|
| Windows on a Mac Question... | 27 Nov 2007 13:04 GMT | 6 |
I just took the plunge and orderd a shiney new iMac 20" 2.4gig with 2gig ram and 550gig hard drive. My question is this: Which of the following is better to use: BootCamp, Parallels, or VMWare's Fusion? I want to run Windows along with OS X. I do shareware development.
|
| How to remove all submenu in hierachical multi-level menu (in menu bar) | 26 Nov 2007 12:00 GMT | 3 |
Something like [NSPopUpButton removeAllItems] (but for menu bar item) ? Or each submenu/item menu must be removed one each at time ? How do this ? Thank you.
|
| adding drives to eMac | 25 Nov 2007 18:28 GMT | 3 |
Is it possible to set up a external drive and switch from and to like on a PC? Please no laughing I am ne to the Mac world.... Tjank you. D Hill
|
| Font check | 25 Nov 2007 18:20 GMT | 1 |
Hallo NG, this morning I have started a new project. In the last few month I had some serios problems with bad fonts on some machines. I you have a crippled font-file in your system it is
|
| NSRunAlertPanelRelativeToWindow deprecation | 21 Nov 2007 14:22 GMT | 6 |
I saw this message on my debug console about NSRunAlertPanelRelativeToWindow is being deprecated. The docs point to me to using a normal beginSheet etc., but two things stick out at me:
|
| cross compiler | 21 Nov 2007 04:51 GMT | 1 |
does anybody tried to build gcc as cross-compiler for windows ? according to this page http://nyctergatis.com/gcc/mingw.html it's possible, but i didn't succeed. it would be great to have such a tool and not to be obliged to install
|
| Looking for technical manuals | 19 Nov 2007 09:24 GMT | 15 |
I am looking for some technical manuals that provides I/O, video, etc.. programming for m68k-based Macintosh family (Mac 128K, Mac 512K, Mac SE, Mac Plus, Mac II, etc...). Thanks!
|
| Xcode merging projects | 18 Nov 2007 20:04 GMT | 2 |
Hello NG For my software I have now three different Xcode projects. One for the main program, one for the mdimporter and one for QuickLook. Is there a way to merge these projects to only one Xcode project? Can I import
|
| Re: Can find my documents only as system files, was: My mdimporter is not work... | 17 Nov 2007 23:13 GMT | 1 |
noreply@mail.invalid (Patrick Machielse) schrieb:
> Michael Ash <mike@mikeash.com> wrote: > >> Patrick Machielse <noreply@mail.invalid> wrote: |
| Can find my documents only as system files, was: My mdimporter is not work... | 17 Nov 2007 20:40 GMT | 18 |
Hello NG In the the thread above I told you about my problems with my mdimporter and that I can't find those documents in spotlight search. Now I found, when I open a search window in finder (command-f) and
|
| Raw Files for built-in Dictionary in Mac OS X | 17 Nov 2007 20:36 GMT | 2 |
Dear friends, First of all, i want to say hello to all of you before I talk about what i am looking for. I am writing from Turkey. Well, the main thing i m looking for is the question that is related to making a localized
|
| Class method and autorelease objects | 15 Nov 2007 19:37 GMT | 2 |
I want to set up some user defaults in an application, but I keep getting an address check when I go to regirster the defaults. This is not the first time I have registered user defaults, but it is the first time I tried to do it using autorelease objects returned from a
|