| Thread | Last Post | Replies |
|
| lazy symbol binding failed | 31 Oct 2005 21:40 GMT | 4 |
While running a precompiled app, I get the following message: XXZZ create context.. XXZZ make current 1.. dyld: lazy symbol binding failed: Symbol not found: _gluPerspective
|
| A simple clock | 31 Oct 2005 20:02 GMT | 5 |
I'm trying to create a simple clock and have this code so far: - (void)awakeFromNib { scheduler = [NSTimer scheduledTimreWithInterval:1.0 target:self
|
| sizeof(long long) = 4. Why? | 31 Oct 2005 19:34 GMT | 1 |
I have a little question. I want to use 64 bit integer math (both G4/G5). I thought the C++ defined 'long long' for 64-bit math, but if I print sizeof(long long), returned value is 4. How to get this working? My related questions are:
|
| NSSavePanel not localized?? | 31 Oct 2005 11:52 GMT | 2 |
I've got a project where I use NSSavePanel for a Japanese GUI. Unfortuneately, the text on the NSSavePanel is always in English even running on OS X/Japanese ("Save", "Save as:", "New Folder", "Cancel", "Save").
|
| gprof bug? | 30 Oct 2005 17:39 GMT | 1 |
With Mac OS X, I gcc and gprof. But the result is as follows. % cumulative self self total time seconds seconds calls ms/call ms/call name
|
| Generating tones - coreAudio? | 29 Oct 2005 18:12 GMT | 8 |
I'm having a bash at learning Objective C, and seem to be doing OK so far in general. However, the project I have decided to learn on (have to do something "real" or I lose interest) is to create a tone generator for a friend who is a sound engineer. I need to play tones at ...
|
| volume serial number | 29 Oct 2005 15:54 GMT | 2 |
is there an equivalent for the windows "GetVolumeInformation" API that I could use to get the volume serial number for Mac OS 9 (or earlier)?
|
| When is a window first fully drawn? | 28 Oct 2005 11:23 GMT | 3 |
I have an application that starts up and as displays its main window on the screen (this is all automatic as part of loading the nib file, I'm not doing anything to get this first window on the screen). Once this main window is fully drawn, I would like to bring up a panel.
|
| iTunes SDK COM Interfaces | 27 Oct 2005 23:03 GMT | 1 |
Hey all, I wrote a simple program that syncs my iTunes playlists with folders on my machine. Because I download a lot of music (mixes/techno) I organize by creating folders based on a month's downloads. I sometimes find a
|
| CVS | 27 Oct 2005 11:57 GMT | 3 |
is there a gui front end for cvs that supports ssh? I have recently recieved cvs access and need to access a specific directory in the current branch of a cvs repository. the problem the directory is at /cvsroot/b1/b2/b3/b4/b5 for
|
| MacJordomo on OS9 | 26 Oct 2005 20:36 GMT | 7 |
Anyone running MacJordomo listware on OS 9? Any quirks to be considered. I may have to bring my lists in house because my service provider is no longer offering lists to customers and is phasing out those of us that have them.
|
| xcode Hello World error | 26 Oct 2005 13:46 GMT | 1 |
I just loaded xcode from the cd (xcode 1.0). i was going through the documentation - ADC Home > Documentation > Tools > A Quick Tour of Xcode. i found the hello world example. it's a carbon app. when i try to build i get an error:
|
| Kicking bindings to refresh a NSTableView | 26 Oct 2005 09:42 GMT | 1 |
Hoping one of you might have come across this before and can provide some suggestions: I have a minimal app with an NSTableView whose NSTableColumns have "value" bindings to an NSArrayController's arrangedObjects. The
|
| Networking 2 older Macs (G3 and 7500) | 26 Oct 2005 04:30 GMT | 7 |
I may have a need to resurrect an older 7500 to run some idling applications that will monitor the net and e-mail for a while. The G3 runs os 9.2.2 and the 7500 was retired on OS 8.6. The software I need to run will do OK on 8.6.
|
| Undefined symbols bug in Xcode 2.1 linker | 25 Oct 2005 23:35 GMT | 1 |
I have been developing a complex application in C++ on XCode 2.1 on 10.4.2 and getting occasional undefined symbol errors in surprising places. This has become a problem, so I have managed to distill this down to a very simple program in a clean project:
|