| Thread | Last Post | Replies |
|
| Prebinding libraries loaded dynamically | 23 Sep 2004 17:52 GMT | 12 |
I am working on a large Macintosh program that load several libraries dynamically via dlopen. Also these libraries get bind completely when they are loaded as the each need to run a bit of code that will interact with the program to let the program know that the library is
|
| Carbon Multiprocessing - Howto access global data safely | 23 Sep 2004 17:39 GMT | 10 |
My Carbon application consists of a few thousand tasks which are independent except that their results need to be added to an element in a shared array foo[]. taskA() {
|
| sprintf format type warning | 23 Sep 2004 17:37 GMT | 5 |
This is a quite silly question but under OSX 1.3.5 I'm trying to compile the following code: sprintf(szVar, "%s %s=0x%x;", GetDefaultDataType().c_str(), strVarName.c_str(), lValue);
|
| refresh/rebuild Mailboxes without quiting Mail.app | 23 Sep 2004 16:12 GMT | 1 |
I created programatically an mbox for Mail.app. For example Test.mbox/mbox, then launch Mail.app and the Test mailbox appears in a Mail.app Mailboxes drawer,
|
| Compiling ANSI C application with MallocDebug | 21 Sep 2004 04:12 GMT | 3 |
I'm working on a C application that does not use an Mac OS X frameworks just normal gcc -o test test.o compile under Mac OS X. I would like to compile with libMallocDebug so I can test for some memory leaks. I've tried:
|
| Dialog inactive after file dialog | 21 Sep 2004 02:25 GMT | 1 |
I have a bit of code for letting the user designate an output file: if(PP_StandardDialogs::AskSaveFile("\p",'TEXT',theFileSpec,isReplacing)) which works file except when the file is replacing an existing file, after which the dialog does not become active again. I can fix it by
|
| Xcode and Java package statement | 20 Sep 2004 21:37 GMT | 2 |
Having some difficulty in figuring out how to put the Xcode generated classes into a package. They get generated under the default package, and it is not clear to me how or where (or if) they need to be moved. Thanks in advance,
|
| Read image file | 20 Sep 2004 20:31 GMT | 6 |
I want to use vImage library for image processing. This library does not contain any function to read and write image from and to the disk. How can I do that? Thanks,
|
| Read image file from disk | 20 Sep 2004 16:34 GMT | 4 |
I want to use vImage library for image processing. This library does not contain any function to read and write image from and to the disk. How can I do that? Thanks,
|
| [Cocoa] Neatness with modifying an NSObject | 19 Sep 2004 23:22 GMT | 3 |
There's a certain type of operating you sometimes come across in programs where you take a variable and do lots of things to it one after another, putting the answer back in the same variable ... a = 6
|
| SetCPixel is slow | 19 Sep 2004 19:03 GMT | 2 |
Hello, I am using SetCPixel for plotting a graph in real-time for debugging a game. Problem is, SetCPixel is really slooow. Is there something which is equivalent to SetCPixel, only, fast? After
|
| Read image file from disk | 18 Sep 2004 20:30 GMT | 1 |
I want to use vImage library for image processing. This library does not contain any function to read and write image from and to the disk. How can I do that? Thanks,
|
| Subversion & XCode 1.5 | 18 Sep 2004 16:44 GMT | 4 |
Hi all. Exploring Subversion with XCode. After some fumbling in the shell, I don't seem to ba able to make XCode do anything useful. I've installed the subversion package, I've followed umpteen shell articles on organizing and setting up a repository, I've imported a
|
| arrows as menu shortcut keys | 18 Sep 2004 14:08 GMT | 2 |
Say, does anyone remember how to put in a non-letter menu shortcut in the menu of my nib file using Interface Builder? I recall doing it once with the left and right arrow keys, and now I want to do the up and down, but can't figure it out anymore...
|
| [Cocoa] using 'copy' and memory allocation redux | 18 Sep 2004 02:48 GMT | 8 |
Yet again I'm facing a situation which proves that I don't really understand Objective-C memory allocation. I've tried and tried to read the Objective-C document but I don't seem to learn from it unless I happen to think the question in the right way. It
|