| Thread | Last Post | Replies |
|
| memory corruption detecting ? | 13 Nov 2005 13:45 GMT | 3 |
I have a problem with a structure (linked list), that gets corrupted, if I use a specific shared library. Not using them, all is fine. I tried MallocDebug to detect something about that, but it doesn't
|
| Safari History.plist structure | 12 Nov 2005 20:55 GMT | 3 |
Does anyone know or know where I can find the structure of the new bplist safari History.plist? I would like to convert it to xml and then possibly convert it back. I would also like to just read and write to the same history file.
|
| Any documentation on "choose remote application" (AppleEvent, AppleScript)? | 11 Nov 2005 16:37 GMT | 1 |
I've been trying to find documentation on some of the AppleScript functionality that was added with Tiger (AppleScript 1.10 I believe). In particular the AppleEvent used to communicate with an application running in a specific user context on a remote machine: "choose remote
|
| OSX vertical blanking outside openGL ? | 11 Nov 2005 10:58 GMT | 7 |
I've looked at OpenGL and understand the promise. However I imagine that even OpenGL on Mac OSX must use calls to Core Graphics routines of some sort. One might think that DMA could help to speed things up. This is true with double buffering
|
| Cocoa & GetNextEvent? | 11 Nov 2005 03:45 GMT | 4 |
How do I check for a mouse event while in a loop? In Carbon I used GetNextEvent in something like:- for(short i = 0; i < max; i++) {
|
| upgraded to 10.3.9 now can't compile | 10 Nov 2005 16:31 GMT | 2 |
I have a Carbon application that was building and running fine under 10.3.7. I upgraded by system to 10.3.9 and now I get an error: CarbonSound/CarbonSound.h No such file or directory At first I found that the SDKs were missing from the Developer folder. I
|
| RunTime ErrorWhen using STL in XCode 1.5 in Mac OS X Panther | 09 Nov 2005 13:30 GMT | 1 |
I am working on a Mac OS X(panther) with XCode 1.5. I tried to run the following simple program.It compiles with no errors and warning. This is the simple program #include <iostream>
|
| OSX vertical blanking outside openGL ? | 09 Nov 2005 00:38 GMT | 1 |
I've set up a simple direct display routine using CGDisplayCapture() CGDisplayBaseAddress() CGDisplayBeamPosition()
|
| Bus Error!? | 09 Nov 2005 00:33 GMT | 2 |
I have started coding C since September and am trying to compile a program which works as a very rudimentary code breaker (utilizing english language letter frequencies). I have managed to find the letter frequencies of a document and sort
|
| hide progress from a thread | 08 Nov 2005 20:15 GMT | 3 |
In my application i have thread that does some heavy processing and i want to show progress bar, update it and when the processing is done to hide it. The problem is when i hide control(progress bar) from within a thread (created with pthread), the control wont disappear, but it ...
|
| Thread Viewer question | 08 Nov 2005 14:09 GMT | 1 |
I've been using the Thread Viewer (Developer->Applications->Performance Tools) to analyze the performance of an applicaton. The multithreaded app is running in XCode 2.1 debugger and via the Viewer I can see one thread is running much more
|
| New to Programming... | 08 Nov 2005 10:53 GMT | 25 |
I'm a newbie to programming of ANY KIND (I've done some HTML, but I guess this is not 'true' programming) and I wanted to learn C/C++, Java, or Python, but not sure where to start esp since I'm on a Mac (1G PBG4 w/1G RAM). Again, I've just getting started and have heard that
|
| A StuffIt oddity. Does this ring a bell for anyone? | 08 Nov 2005 00:55 GMT | 2 |
I have a Mac application (a carbon based app, usable on OS9 and X), it's been around for years. I usually distribute it as a SIT file. I merely drag the application icon onto StuffIt Drop Stuff and end up with my SIT file. I've had no complaints from users.
|
| Getting in to C++, too dense to figure things out | 06 Nov 2005 19:12 GMT | 26 |
I decided I want to try learning C++, but so far it's not working out so well.... I'm a total coding n00b (and a bit of a Mac novice as well), so I need some help. Here's my problem--
|
| no menu when compiling with XCode | 06 Nov 2005 01:32 GMT | 6 |
Can anyone remember what the problem is which causes an XCode application to boot up without a menubar - ie the application appears to run, but the menubar is still the XCode one, and there is no application icon in the dock.
|