| Thread | Last Post | Replies |
|
| disassemblers | 16 Oct 2004 20:50 GMT | 3 |
Is anybody aware of any os X native disassemblers? Preferably something free, but I suppose if there's none of that nature I'd still be interested in knowing about any commercial options. I'm aware of the generate assembly code option in XCode, and I've used
|
| How does Xcode treat "Quoted text" in C++ ?? | 16 Oct 2004 19:21 GMT | 12 |
In Codewarrior C++ compiler, in-place quoted text like, foo("This here text."); // Example is treated like this is a function call of the type foo(char *)
|
| where are the Tcl_xxx routines in Jaguar? | 16 Oct 2004 15:55 GMT | 1 |
On Panther, I can link with Tcl.framework to access Tcl_GetErrno and related routines. On Panther, that framework does not seem to exist, yet the routines are in jag's man pages and .h files for the tcl routines exist.
|
| How to use paths in Xcode? | 15 Oct 2004 14:39 GMT | 6 |
I am learning Xcode (coming over from Codewarrior). I mostly do numerical C++ code with very little or no GUI stuff. Carbon apps, tools, and static libraries. So far I have not figured out how to tell Xcode what paths to search for
|
| PPx: Mouse cursor | 14 Oct 2004 22:28 GMT | 1 |
What's the equivalent to PowerPlant's AdjustMouse in PPx? The TextEditor example code doesn't even change the cursor to I beam when the mouse is over the edit text box. Does that mean PPx SystemViews don't have default mouse cursor behavior? Do I have to create and maintain mouse ...
|
| Where to find icon designers? | 14 Oct 2004 18:23 GMT | 18 |
Anyone know where I might find an icon designer for a shareware application? Where do these people hang out? :) All I could pay in exchange is a free copy of the app. Thanks!
|
| Capture audio from QuickTime movie as it plays | 13 Oct 2004 22:54 GMT | 1 |
I found the nice ASCIIMoviePlayerSample code for playing QT video track to an offscreen GWorld. Is there a similar way to get the audio track to play to an offscreen buffer? Ideally, I'd like to get it in 50 msec chunks of PCM data, handed to me at the playout time. I could
|
| Xcode can't locate library | 13 Oct 2004 19:24 GMT | 4 |
In my painful struggle to get simple, vanilla C and C++ running to learn Xcode I am going nuts trying to build a (VERY) simple library and link it into a main.c build. I build the library as a dynamic carbon lib and that goes ok (so it seems, I'm new to this). Then when I try ...
|
| unzip code for OS X | 13 Oct 2004 17:39 GMT | 1 |
I have been looking for code for decompressing .zip files, and have spent some time on the zlib home page. Their FAQ seems to indicate that the contrib/minizip module of the zlib distribution contains such code. However, it doesn't seem to be included in the zlib that is
|
| MACOSX: Determining SMB or AFP | 13 Oct 2004 01:50 GMT | 2 |
Is there any way to determine whether a disk volume is mounted with AFP or SMB? Thank's alot in advance, inoel
|
| Can PPx::BaseView receive Hit Event? | 12 Oct 2004 16:30 GMT | 1 |
HI,All: I have some sample code like follows: CMyView : public PPx::BaseView, public PPx::ControlHitDoer
|
| CFDateFormatterRef Problem | 11 Oct 2004 21:30 GMT | 5 |
I Allways get Error : undefined identifier 'CFDateFormatterRef' YakDate.cp line 28 CFDateFormatterRef dateFormatter = CFDateFormatterCreate(NULL, currentLocale,
|
| XCode: Developer Documentation | 10 Oct 2004 01:31 GMT | 11 |
Hi, I have a strange problem with XCode Developer Documentation. The TOC frame width is just 30-40 pixels and I'm unable to resize it. Is there any way to increase its width? Thanks.
|
| New to Xcode-How to make & use a library? | 09 Oct 2004 13:49 GMT | 2 |
I'm porting C++ mostly numerical (number-crunching) code form CodeWarrior -- no Mac API stuff, yet, maybe later. I am struggling getting my libraries up and running. I've got the code to run in a test program when I just put the code for the whole library in along with the
|
| Need advice creating multi-boot system | 08 Oct 2004 21:59 GMT | 2 |
Hey all, First quick note about my predicament, I'm a Unic/PC sys admin who has been tasked with creating a Mac test machine that will boot into multiple OS's.
|