Tagged Questions

0
votes
3answers
63 views

Which Languages I Can Use To Develop On a Mac OS 7 Machine?

Hello, I'm emulating a Macintosh IIci running Mac OS 7.5.5 on it, but now I want to know, In which languages I can develop on it and where to get they?
0
votes
0answers
52 views

Hello World Error

Hello, I'm learning AppleScript and my first program is a Hello World(of course!): display dialog "Hello World" But when I try to run this I got the error: The result of a …
0
votes
3answers
104 views

converting MATLAB code to Fortran

I a medical researcher with code written in MATLAB 2009b that runs very slowly because of a self-referential loop (not sure of the programming lingo here), i.e., the results of the …
1
vote
2answers
52 views

Resources Of Macintosh Development

Hello, As I said in older questions, we(I and my friend) are trying to develop in a Macintosh IIci(System 7.5.5 68k processor), but we don't know where to start, then I'm asking h …
1
vote
1answer
40 views

socket “read” hanging if the MacBook sleeps more than 10 minutes

I am writing an app, where a socket is connecting to a host and downloading a file. The application runs in Mac. Now, while the app is downloading, if I put the MacBook in sleep m …
-1
votes
2answers
61 views

iPhone SDK on PowerPC?

Hi All, Can any one tell me that does iPhone SDK 3.0 or 3.1 support Power PC machines having Leopard 10.5 or above. If not then what's the solution for the same. As i am having a …
1
vote
2answers
65 views

installer software for macintosh?

Hi, What installer software for macintosh would you recommend? It has to support leopard & snow leopard. Be easily scriptable and not expensive. Thank you, Nava
5
votes
6answers
324 views

First steps to use XCode

Hey ladies and gents, I just got my OS X leopard VM booted :). As such I am now planning to learn how to use XCode and start developing on the apple platform. I have a visual stu …
3
votes
9answers
560 views

What type of mac should I get for iphone development?

I understand that I need to have a mac for developing iphone applications as indicated here: http://stackoverflow.com/questions/297533/hosted-mac-os-x-iphone-development And in …
0
votes
3answers
380 views

How do I fix a fatal error: cannot redeclare class that’s only on Macintosh?

I get this fatal error only when I run on a Macintosh, but not on a windows browser, which doesn't make sense since, other than checking for the Browser condition, the conditional …