PDA

View Full Version : Shark and .app's with File manager...


BinarySpike
2005.04.01, 05:57 PM
Ok, I have too questions...
One is on topic the other is a funcion (slightly on topic...)


Ok,
Where can I get shark for Mac os 10.2.8??? (Shark 4 is for panther only :()


Hm......
Is there any functions that return true/false if the application is .app!?!?!?

I'm making a filing library for making filing REALLY EASY!!! but when I call
a special function (given by apple) to return where the running application is it
returns .app/Contents/MacOS/
but I need Desktop/hvr.app/

The only way to get this (That I know of) is by using catalog info combined with the
apple function and "step-down". (which is kinda hard to write)

But, if the application was compiled in MPW/CW the apple function would give
Desktop/hvr.app

I can't compile the final version with MPW or CW because the people I'm working with
only have xCode, one has CW but he won't be the main releasing person...


Thanks ahead,
BinarySpike

OneSadCookie
2005.04.01, 06:07 PM
you can use CFBundle to find the location of the .app

you should have created two threads for these two questions.

BinarySpike
2005.04.01, 06:54 PM
Hmmm......

Does CFBundle work on Mac os 9.



you should have created two threads for these two questions.

I...know.....:rolleyes:
I don't like having two threads open at the same time....

OneSadCookie
2005.04.01, 07:02 PM
yes, CFBundle works on 9.

I don't care whether you like it or not. Do it.

BinarySpike
2005.04.02, 02:54 PM
Still, does anybody know where I can get Shark 3 (any one that will work with Jaguar)

arekkusu
2005.04.02, 04:38 PM
ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Performance_tools/

Fenris
2005.04.02, 05:19 PM
Spike: if you promise to never ever post two questions in the same thread again, I can send it to you. ;) Drop me an email and I'll fix it.

Fenris
2005.04.02, 05:20 PM
Curses, beat to it by Arekkusu.

BinarySpike
2005.04.02, 10:24 PM
ftp://ftp.apple.com/developer/Tool_...formance_tools/


Um, which one?
(I assume CHUD_3.5.2)