| Thread | Last Post | Replies |
|
| File Map | 09 Aug 2007 16:47 GMT | 6 |
How can i use file mapping in MAC ? Is there any way to create name file mapping ...so i can share data between processes ? p2
|
| NSBrowser and latest selected? | 08 Aug 2007 13:34 GMT | 1 |
Hello group I am in the process of writing my first cocoa application, so I am a newbi. I have made a small file browser using an NSBrowser much like the simple browser example. I have a problem with selections. I am
|
| Exception safety in Objective-C | 08 Aug 2007 03:46 GMT | 4 |
Exceptions in Objective C are implemented using the C primitive: longjmp(). Objective-C is not C++. You may have many layers of method call between the code that raises the exception and the method that catches it. It is very easy to write a memory leak.
|
| Simplest bridge between JavaScript and SQLite | 07 Aug 2007 23:56 GMT | 4 |
OS X now comes with SQLite libraries and headers. And various browsers (not to mention WebKit) incorporate JavaScript. I need to bridge the two: I want to write some web pages which run JavaScript which make SQLite calls on the server. This will provide me with a web-based ...
|
| debug *.framework | 07 Aug 2007 16:51 GMT | 1 |
I have already developed framework code ... Can i debug it ? How can i degub .framework using XCode ? Plz. send me steps to debug .
|
| Tool for Software Developers | 07 Aug 2007 08:18 GMT | 2 |
we have recently ported a tool for software developers from Windows to Mac OS X (a shared library to create PDF files, including Rich Text, Charts, 1D/2D Barcodes, etc.). Because we are totally new in the area of Mac OS X, we would like to ask
|
| How can I check in cocoa code that particular application is installed in MAC or not | 07 Aug 2007 06:17 GMT | 3 |
I am developing an application in cocoa I need to check whether a particular application is installed in MAC or not ? How can I do that ? How MAC os finds that out?
|
| How can I check in cocoa code that particular application is installed in MAC or not | 06 Aug 2007 14:19 GMT | 1 |
I am developing an application in cocoa I need to check whether a particular application is installed in MAC or not ? How can I do that ? How MAC os finds that out?
|
| How to know wether it's a server or classic OS X | 06 Aug 2007 13:41 GMT | 16 |
i'm trying to find automatically wether a machine is installed with OS X classic or as a server. There seems to be no information in struct utsname. Any help would be welcome.
|
| core data books? | 06 Aug 2007 12:07 GMT | 3 |
Anyone recommend any good books on core data? I do prefer books over screens :)
|
| Tool for Software Developers | 05 Aug 2007 05:08 GMT | 4 |
we have recently ported a tool for software developers from Windows to Mac OS X (a shared library to create PDF files, including Rich Text, Charts, 1D/2D Barcodes, etc.). Because we are totally new in the area of Mac OS X, we would like to ask
|
| zip file not including bundle bit | 05 Aug 2007 01:59 GMT | 7 |
after searching this newsgroup for bundle, i found out how to set the bundle bit on a folder. /Developer/Tools/SetFile -a B <dir> after doing that, it looks like a generic document. i would like to
|
| How to put up reminder popup from Perl? | 02 Aug 2007 17:05 GMT | 5 |
I'm an experienced Unix, C and Perl developer. I'd like to be able to set a reminder for a certain date and time that causes a window to pop up at that time, regardless of what else I'm doing. So far all I can think of is finding some reminder or calendar program
|
| Making Trial Version of my Software | 01 Aug 2007 12:41 GMT | 1 |
I have created a simple audio compositional environment which I hope to develop further over the coming years. I've recently finished the mac version of this software but am interested in offering a trial version of this software also. Therefore, I am wondering what
|