thanks for reply.
i didn't get u.
iam talking about emulator/simulator of iphone in which we run iphone applications developed by us in pc.
how to develop our own simulator of that kind.
do we have api for that.
Then you have absolutely no chance of writing a successful simulator/emulator.but i didn't understand any thing what ever ur saying (robbieduncan).
The iPhone simulator in the SDK is an x86 executable that uses the frameworks already in Mac OSX along with additional frameworks from the iPhone OS (recompiled by Apple for x86). The applications themselves are written in Objective-C (or anything else you can get to compile to the same ABI and link against the libraries) compiled to x86 executables. Note that the x86 executables we are talking about here have a very different format to Windows executables: they are Mach-O executables.iam asking ,
in which language the code is written for simulator of iphone.
Yes assuming you understood everything I said before. As you do not have the re-distribution rights to the iPhone OS software (or Mac OSX frameworks) you will have to re-implement all of this, from scratch, yourself.is it possible to develop simulator of that kind.
No. Absolutely not. They provide a simulator for OSX.do we have any api provided by apple/iphone guys to do it .
Yesis it possible to develop an application using iphone sdk that accesses contacts in iphone
I have no idea what you mean by this. The simulator only runs on Macs, not on PCs and if you are running in the simulator you are not using a device so the "connect" bit makes absolutely no sense.and shows in simulator when iphone is connected to pc using bluetooth or cable.
thanks in advance.