| Thread | Last Post | Replies |
|
| SIGSEGV after realloc | 31 Mar 2005 23:11 GMT | 3 |
Hello NG Sometimes after I have resized a cString with realloc and accessing the first new allocated byte I get a SIGSEGV signal. What do I have to do to prevent that. Do I have to check for
|
| library to do Matrix math (inverses, multiplications)? | 31 Mar 2005 18:23 GMT | 7 |
Can anyone suggest a library that can do Matrix math? Specifically, I need to do multiplication and inverses of 4x4 matrices. I discovered BLAS, but it looks like it was written in the 1970s. :( Thanks!
|
| Drag & Drop in NSTextView | 31 Mar 2005 14:01 GMT | 3 |
Hello NG If I drag a animated gif from mail.app into my application (NSTextView) the animation stops and also the font is changed to the font that was set in mail.app. If i drag the gif into the finder first
|
| "can't locate lcrt.o" Project Builder | 31 Mar 2005 13:30 GMT | 4 |
I'm new to JAVA and Mac programming (previous experience limited to QBasic on PC and some javascript) so perhaps I've missed a simple instruction somewhere. I installed the Developer Tools Package (OS X 10.3.8 'update') which
|
| Quicktime callback issue (2nd try) | 31 Mar 2005 03:35 GMT | 4 |
Howdy, I'm trying to install a callback in a faceless quicktime app I'm developing in Codewarrior using Carbon. For the life of me I can't get it to work.
|
| All NSStrings appearing "invalid" | 30 Mar 2005 16:17 GMT | 5 |
After making several settings changes to one of my (bigger) projects, all non-null NSStrings appear as "invalid" in the Xcode debugger. They still print their correct values via the console, but invalid in the GUI. "Generate Debug Symbols" is on, and "Level of Debug Symbols" is
|
| Capture audio | 29 Mar 2005 22:50 GMT | 2 |
I'm a Perl programmer and been using MacOS classic since 1998. I don't have spending money so I ain't gonna buy Mac X for the moment. Now, I'd like to code a MacOS9 app that captures audio from an external microphone and convert the audio in MP3 format then finally streams the
|
| Can LaunchApplication launch a "Unix Executable" | 29 Mar 2005 22:48 GMT | 21 |
Can I use the Carbon call to LaunchApplication to launch an application which the Finder calls a Unix Application? Double-clicking on it works OK. However LaunchAplication returns -43, file not found.
|
| is MoviesTask() malarkey? | 29 Mar 2005 21:09 GMT | 2 |
Alright, I've been wrestling with this for some time and I'm thoroughly puzzled. Everything I've ever seen says when you are playing a quicktime movie (I'm actually writing software to play tracks off a CD, and I don't need
|
| Carbon, center text | 29 Mar 2005 06:50 GMT | 10 |
I'm trying to get the pixel length of a string to display it centered in a rect. Can't find anything - help. I suppose there's nothing like Windoze dc->DrawText(s, -1, r, DT_CENTER);
|
| How do I get printf to print? | 28 Mar 2005 19:09 GMT | 5 |
When I send a string to printf, it gets buffered. It won't actually print until I send a \n character. Is there anything else I can do to force it to print its buffer? Also, is there a way to backspace, or to go up a line, on the console?
|
| Conversion to BSD Sockets? | 27 Mar 2005 19:36 GMT | 1 |
Can anyone tell me what would be involved in migrating from LOpenTptTCPEndpoint to BSD sockets in a MachO application? Would it be as simple as creating a new LTCPEndpoint subclass for BSD? I'm not familiar with BSD sockets yet, so any hints, sample code, or
|
| Import library in XCode | 27 Mar 2005 19:33 GMT | 14 |
I'm trying to separate my code into multiple projects in XCode: one library (aka BSD dylib library) with some header files, and another project (like C commandline tool) which needs to reference the header files and link with the dylib.
|
| control Unix program from Mac | 27 Mar 2005 17:37 GMT | 13 |
I want to run a simulation program on a UNIX machine but do post processing and control from the Mac. Anybody have any idea to do this? Thanks in advance.
|
| Get Volume Icon retreives a folder | 27 Mar 2005 03:24 GMT | 3 |
I am currently trying to get the icons of the currently mounted volumes with the code below in my carbon application. It works fine and lists all the drives and correct icons (network, hard disks and cd roms) apart from my startup volume which it displays a the
|