| Thread | Last Post | Replies |
|
| universal binaries | 31 Oct 2007 15:48 GMT | 4 |
do you need both a PPC and an INTEL mac to create a universal binary with xcode, or can i generate one just using my intel mac?
|
| accelerate framework | 30 Oct 2007 19:26 GMT | 1 |
BLAS and LAPACK exist on other platforms i know for sure, but what about vDSP, vBasicOps, vForce and all the others? i'd like to optimize some code to use altivec/SSE, but don't want to re-write it when i port it to linux/windows. unfortunately, the functions i need
|
| What happened to Java 6? | 28 Oct 2007 20:55 GMT | 5 |
It's not in Leopard (I just upgraded). It's not on the ADC any more either. !!??!
|
| Errors when building HID Explorer with XCode | 26 Oct 2007 03:48 GMT | 1 |
I am trying to build HID Explorer First I built HID Utilities (though I don't know whether to use the static or dynamic one) which had no errors. When I build HID Explorer, I get two errors: "Command /Developer/Private/jam failed with exit code 1"
|
| Wanted: Way to play random sounds... | 25 Oct 2007 05:57 GMT | 2 |
I'm looking for a way to play random sounds - in the form of programmatically-generated on-the-fly tones of arbitrary duration and frequency, similar to the old cartoon stereotype of "this is what a computer hard at work sounds like".
|
| performselectoronmainthread | 19 Oct 2007 14:33 GMT | 1 |
can any body know the related task API of "performSelectoronMainThread" in Carbon ? What is the alternate API of "performSelectorOnMainThread" in Carbon ?
|
| Really need tester | 15 Oct 2007 20:54 GMT | 2 |
I have created a new package that does compile on my Mac OS X 10.3.9 box (G4), but I like to hear from someone else that it would compile well. Also I like to get some tips what could be done better :-)
|
| How do I extract keystrokes from a specific USB HID Device (external Keypad) before the OS interprets them as keystrokes? | 15 Oct 2007 19:08 GMT | 2 |
here's what I'd like to do: I want to take a standard issue external USB Keypad (like those sold for laptops that come without one) and use it as programmable function keys. Now what I've figured is that since the Keypad must have a different
|
| what is... | 14 Oct 2007 17:21 GMT | 4 |
the difference between.. #include and #import
|
| http response text | 12 Oct 2007 03:52 GMT | 1 |
i'm trying to get just the response content, not the headers... from an HTTP GET ... but CFReadStreamRead() seems to just give me the whole lot... headers and all.....which probably makes sense, but how to I extract just the content?
|
| NSBorderlessWindowMask and toolbars | 12 Oct 2007 01:30 GMT | 5 |
I need to open a window in fullscreen mode (no menu bar, window shouldn't have a title bar and covers the whole screen) for a kiosk environment. But the window should also have a toolbar (a standard NSToolbar). Unfortunately a window without title bar that is opened with
|
| System menu about | 11 Oct 2007 20:07 GMT | 2 |
I made an wx application with a menu item About, which will display an About dialog. The problem is : under MacOSX, there's a system default "About..." menu item.
|
| Get printer status | 10 Oct 2007 06:35 GMT | 1 |
How can I do to get printer status. I don't want to get spooler status like CUPS but the realy printer status. Example: My app send a print request to my printer but my printer is out of paper.
|
| Programming iTunes | 09 Oct 2007 20:12 GMT | 2 |
Apple has made the iTunes COM SDK so Windows users can access iTunes via code. It uses COM, which is for Windows platform. I had an application made on Microsoft Access using VBA and I would like to do another one in Java, on my Mac. I cannot use this SDK
|
| embedding frameworks | 09 Oct 2007 11:07 GMT | 1 |
is there a way to see if a 3rd party framework has been correctly compiled for embedding... TIA
|