| Thread | Last Post | Replies |
|
| Unable to read data correctly via USB and ReadPipeTO | 19 May 2008 19:34 GMT | 1 |
I am reading data for a USB device using the following principle algorithms: algorithm (1) for (;;)
|
| memory (de)allocation in a command line Cocoa application | 18 May 2008 01:21 GMT | 4 |
I am trying to learn to program in Objective-C and Cocoa, still getting the basics though. What I want to know about is memory management. If I have the following program :-
|
| NSDatePickerCell not supported in NSTable/OutlineView? | 17 May 2008 18:01 GMT | 9 |
This cell provides just what I need, seems to function perfectly, but IB shows a warning diagnostic about it being an illegal configuration. But why not supported [as if there's a better way]?
|
| Debugging framework with Xcode | 15 May 2008 17:03 GMT | 1 |
I am X-Code application developer. I had created one simple framework in X-code. I am using this framework from other application. I want to debug framework code from my application. How i can debug framework code?
|
| What are the arguments of SYS_read in PPC assembly? | 14 May 2008 14:31 GMT | 4 |
I'd like to know what the arguments of the system call SYS_read are, in PPC assembly, to read in some typed characters from the terminal. r0=3 to call sys_read r3=1 for stdin
|
| respond to cmd+w | 12 May 2008 13:27 GMT | 13 |
I am creating window without menubar. The controller class is derived from NSWindowController. How can i respond cmd+w command to close the window? If menubar is there then default cmd+w is there in file menu. So
|
| Newbie | 12 May 2008 08:25 GMT | 21 |
New to Mac programming, and am looking for a good book on Xcode, and suggestions for Objective C programming... TIA!!
|
| Mac Basic Development Environments Reviewed | 09 May 2008 23:27 GMT | 5 |
This month's MacCompanion has a comparison of several Macintosh-based BASIC development environments, including REALbasic, FutureBASIC, KBasic, Objective-Basic, PureBasic, Chipmunk Basic and True BASIC: http://www.maccompanion.com/macc/archives/April2008/Columns/AccordingtoHoyle.htm
|
| adding commands to Unix (um, modifying Darwin?) | 09 May 2008 20:55 GMT | 6 |
Back in December, when I bought my Mac 'mini,' I discovered a handy little icon on the right side of the bottom tool bar - I think that Mac users call that kind of a toolbar a 'Dock' - and it lets you try out Unix, and learn as you go. I don't have any real experience with Unix,
|
| Strange fopen error | 08 May 2008 11:33 GMT | 3 |
I have a Carbon application and am experiencing a strange error with fopen. First time I open the file with fopen, it succeeds. I then close the file with fclose.
|
| (Obj-C) One of these things is not like the other... | 07 May 2008 07:38 GMT | 5 |
One of these things consistently pukes... Forgive blown line ends in the code that follows... It's cut-n-pasted directly from the project, and the newsreader isn't too good at wrapping Objective-C!
|
| PackageMaker not installing my app | 05 May 2008 20:53 GMT | 1 |
I have an application, it's actually a customized Mozilla browser. It's nothing special, it runs when you double-click it. I can manually drag it to the Applications folder just fine and it will run from there. I've tried creating a package
|
| Tiger bug in NSXMLParser? | 02 May 2008 05:49 GMT | 13 |
I'm using NSXMLParser to read an XML document from a server via initiWithContentsOfURL. This works just fine under Leopard. I can read and parse the data just fine, but under Tiger, I get an empty document error: NSXMLParserErrorDomain = 4 (Empty document). There are several
|
| strange build error with Project Builder | 01 May 2008 19:00 GMT | 1 |
My thanks to those who helped me before. I am new to Project Builder. I tried to build a simple app, and got an error I don't understand: /Developer/Tools/pbxcp -exclude .DS_Store -exclude CVS
|
| XNU sys_fork syscall (0x02). Differences between linux and XNU | 01 May 2008 16:55 GMT | 5 |
I've actually put this out to the kernel mailing list, but I thought I might try here as well. I am fairly new to OS X having just got a penryn/leopard. I'm trying to port some IA-32 asm code over to the XNU kernel from linux, and I'm
|