| Thread | Last Post | Replies |
|
| Fast interprocess communication on OS X | 08 Nov 2004 16:18 GMT | 13 |
I need to transfer chunks of data from one process to another on Mac OS X, at audio rate (that's at least 44100*4 bytes per second). Since two processes may reside on different processors (say a computer with 2 CPUs), then I don't know how to achieve this. Obviously I cannot just
|
| Trouble with FSMakeFSSpec | 07 Nov 2004 01:12 GMT | 14 |
I'm attempting to get an FSSpec for a given c-style path name. For some reason, I keep getting a -35 error (no such volume). I double-checked, and my volume is called "Untitled". I can't figure this one out. I could use the group's insight on this one. Thanks!
|
| Recommend Carbon Programming Books ? | 05 Nov 2004 22:09 GMT | 8 |
What would you all recommend as a book to learn Carbon API for someone with good (but not excellent) C++ knowledge, who has dabbled in some OS9 API stuff and wants to continue dabbling with Carbon? I really just want a few things: File Navigation, some keyboard event capturing, ...
|
| HTTP 400 bad request when sending photos online | 05 Nov 2004 20:08 GMT | 2 |
I'm trying to send photos over the internet using fotowire software. It worked about 2 months ago, but now I get an HTTP 400 bad request message. I've tried re-installing the software, but with no luck. I'm using MAC OS X and the proprietary fotowire software to send the
|
| Stupid tar() question | 05 Nov 2004 19:41 GMT | 4 |
I am trying to compress a bundle into a tar file. tar -cvvf new.tar old.txt works fine to get a single file. Unfortunately, the bundle may be *very* large, and has to be uploaded over the 'net. We're talking up to 100MB. This can be problematic to
|
| Function call clobbers pointer in dynamic library | 05 Nov 2004 19:29 GMT | 1 |
Hello, I am using a library that has a function call in it that requires me to pass a char* to it. This char* is getting its memory address changed with in this function when another function is called inside
|
| Toggle Special Item to Special Row in DataBrowser | 05 Nov 2004 17:53 GMT | 5 |
I want toggle a special item to a special row,such as Toggle the special item to the first row,when DataBrowser sort any column,there should no effect to the first row,How can I do that? Thanks for your advice!
|
| USB Device Driver for Mac OS X | 05 Nov 2004 15:52 GMT | 1 |
I am trying to write a USB Device Driver for MAC OS X. Is there any sample code or guide to help me start with it. thanks, Amit
|
| NSButtonCell wrong title alignement | 05 Nov 2004 03:31 GMT | 6 |
i use NSButtonCell to draw a lot of button in a window. I don't know what's wrong but the title isn't vertically centered into the button, but lay on the bottom edge. This is a snippet from my code:
|
| iMac no DNS after Palm OS install | 04 Nov 2004 20:01 GMT | 1 |
After installing Palm desktop software aned Hotsync software on my iMac v 10.1.5 I cannot do name resolution. I can ping and browse IP addresses on the internet but not names. ie. http://www.apple.com "Host not found", http:// 17.254.0.91 OK.
|
| Horrendous C dereferencing question | 04 Nov 2004 17:19 GMT | 27 |
I'm still not sure if I'm going to use this structure and way of doing things. Basically, I want to declare a structure that will allow me to put all the information I need to deal with a game sprite. I'm not using an
|
| Is there a service that pre-filters groups like this ? | 03 Nov 2004 12:07 GMT | 2 |
it's getting tiresome to scan past offensive material to find the worthwhile traffic in the csm.x groups these days. Is there a service that somehow will pre-filter a group for you (for a fee of course) ? I'd gladly pay to not have all this noise.
|
| Databrowser custom item dragging | 02 Nov 2004 20:55 GMT | 2 |
I've implemented some custom databrowser items that I would like to drag around. The dragging itself works ok, data is added to the drag and it can be received elsewhere. The only problem is that I can't work out how to actually get the
|
| Flash playback using WebView | 02 Nov 2004 17:56 GMT | 1 |
I'm working on a Cocoa app which includes Flash playback; but using QuickTime to play the Flash content isn't an option as Flash 6 Actionscript isn't yet supported. So, I'm using the WebView component instead; but haven't yet found a
|
| about Function SetDataBrowserTableViewItemRow | 02 Nov 2004 05:50 GMT | 1 |
I want to move selected row on some position programmaticaly (say, cell from row 10 at row number 4), I think I should use : err=GetDataBrowserTableViewItemID
|