| Thread | Last Post | Replies |
|
| in xcode 2.3 | 11 Jul 2006 13:51 GMT | 5 |
is it possible to set the PRODUCT_NAME as a CFLAG variable before compile? many thanks
|
| Problems with dynamic content with powerplant | 11 Jul 2006 07:58 GMT | 3 |
I have a specific window I want to duplicate many times, all instances should have the same logic choosing between which window is done by using a specific LTextButton problems I get:
|
| Dylib symbol exporting | 08 Jul 2006 02:50 GMT | 1 |
Hello all. I need some help figuring out why XCode 2.3 doesn't want to link a dylib with exported symbols. The project has been imported from Codewarrior 9 where it worked just fine. But now I get the following error:
|
| Detect Network Path | 07 Jul 2006 22:19 GMT | 1 |
Is there any way to detect whether a selected path is on local disk or network path? Or is there any equivalent for Windows API 'PathIsUNC' which detects whether the selected path is network path or not. Thanks.
|
| How to make the application as a service. | 07 Jul 2006 11:12 GMT | 4 |
I am a newbie to mac. I have a cocoa application written in objective-c. I want to run this application as a service.Can some one tell me how to make the application a service.
|
| Detect Network Path | 06 Jul 2006 12:56 GMT | 1 |
Is there any way to detect whether a selected path is on local disk or network path? Or is there any equivalent for Windows API 'PathIsUNC' which detects whether the selected path is network path or not. Thanks.
|
| How to check whether a application is running in xcode application | 06 Jul 2006 11:20 GMT | 2 |
I am developing a application in objective c. I wanted to detect whether ical is running in my application.Can some one suggest me how to detect a application is running in a objective c program. Is there any API exposed by iCal to detect whther iCal is running or not?
|
| sound.h header for OS X? | 06 Jul 2006 04:42 GMT | 3 |
I have a unix app I'm trying to port to (at least) x11 if not the full OS. The only problem is that the code uses sound.h, which is usually in the system for a linux/unix system. Is there a header for OS X? I realize OS X has CoreAudio, but has
|
| Porting a JNI library to Mac/Intel | 05 Jul 2006 17:39 GMT | 3 |
I have developed a JNI library in Tiger, under CodeWarrior 8, that finds and opens dynamically a native carbon library using FSMakeFSSpec. What is the pathway to converting this JNI library for Mac/Intel processors? Is it sufficient if I build the JNI lib in XCode, or the native ...
|
| sound playback | 05 Jul 2006 17:28 GMT | 5 |
I'm looking for an online demo or tutorial with native (no libraries) sound playback on MaxOSX. Thanks.
|
| sysconf | 05 Jul 2006 00:57 GMT | 1 |
I am working on system file . I need to get the number of processors in a cluster I have used sysconf command in C But on tiger it just does not written anything
|
| strange: variable changing, but where ? | 04 Jul 2006 10:41 GMT | 4 |
I have a class member which is an array and I set its second element in a function call. Later this has changed from the original value to 3 to 0. How can I put a watch on this variable ? If I don't change it explicitely (and I don't to the best of my knowledge) what could cause
|
| unloading a class | 02 Jul 2006 18:37 GMT | 2 |
Once I have my initialization class loaded and executed, i no longer need to have it loaded into memory. is there a way to unload it and recover memory? // classes id folderStuff; folderStuff = [[initializeFolders alloc] init];
|
| multiple processor compatability | 02 Jul 2006 12:13 GMT | 1 |
Does anybody know how i can make a bundle allow for multiple processor compatability?
|
| MATLAB's SOUND() function in C | 01 Jul 2006 22:30 GMT | 3 |
Is there a way to implement MATLAB's sound function under C? For those who don't use MATLAB, it's essentially a simplistic, static, mono sound function that converts a series a numbers into a sound at a given sampling rate. nothing fancy. all the Sound APIs begin by
|