+ Reply
Results 1 to 9 of 9
  1. #1
    Green Apple JayBern's Avatar
    Join Date
    Mar 2009
    Location
    Singapore
    Posts
    55
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Creating an App with Windows Vista

    I'm wondering if its possible. I heard you could use VMWare to help with this. But how exactly does VMWare help? And will VMWare slow down my laptop a lot?

    Another thing, does knowing C# coding help in creating an application for the iPhone?

  2. #2
    Livin the iPhone Life
    Join Date
    Aug 2008
    Location
    New York
    Posts
    1,005
    Thanks
    3
    Thanked 77 Times in 62 Posts

    VMWare with some work can get you running a OSX install under Windows which allows you to install the SDK.

    Ideally, buy a Mac or a PC capable of running OSx86 and it will make your life a lot easier.

    C# will give you the OOP background but coding for the iPhone is based of C with some OOP aspects so knowing C is a better start.

  3. #3
    Green Apple JayBern's Avatar
    Join Date
    Mar 2009
    Location
    Singapore
    Posts
    55
    Thanks
    3
    Thanked 0 Times in 0 Posts

    I so wish I could buy a Mac as soon as possible. And I don't want to limit myself to a mediocre 13 inch low processor, probably going to go for the best of the best - 17 inch high processor so I can get boot camp and still be able to use it for school projects. Problem is I don't have the cash. ):

  4. #4
    Livin the iPhone Life
    Join Date
    Aug 2008
    Location
    New York
    Posts
    1,005
    Thanks
    3
    Thanked 77 Times in 62 Posts

    Macs are over priced IMO. I have a gateway FX laptop that blows a Mac book pro out of the water. Look into the asus mini netbooks. People say they install OSx86 pretty easy on it.

  5. #5
    Green Apple JayBern's Avatar
    Join Date
    Mar 2009
    Location
    Singapore
    Posts
    55
    Thanks
    3
    Thanked 0 Times in 0 Posts

    How do you think OSx86 will run on my Acer Aspire 4920?

    Does that mean I can boot my laptop into Windows Vista or Mac OS? Do I have like a menu when I startup my laptop or do I just have the framework itself in my current Windows Vista?

  6. #6
    Livin the iPhone Life
    Join Date
    Aug 2008
    Location
    New York
    Posts
    1,005
    Thanks
    3
    Thanked 77 Times in 62 Posts

    You need to look at the version you download and what drivers you have on the cd and what you have on your PC. THere is the hardware compatability list out there you can search for. It does take an understanding of your PC and how it works to get it to function.

    If you set it up properly, you can boot windows or osx if you want from the start.

  7. #7
    Green Apple JayBern's Avatar
    Join Date
    Mar 2009
    Location
    Singapore
    Posts
    55
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Any sources to recommend reading? (:

  8. #8
    Livin the iPhone Life
    Join Date
    Aug 2008
    Location
    New York
    Posts
    1,005
    Thanks
    3
    Thanked 77 Times in 62 Posts


  9. #9
    Developer NetMage's Avatar
    Join Date
    Aug 2007
    Location
    Virginia
    Posts
    1,292
    Thanks
    71
    Thanked 210 Times in 168 Posts

    Native application iPhone development can be done with three methods, only one allowed by Apple for App Store:

    1. Official development: Buy a Mac (or emulate one to run OS X) and develop with XCode. Must join Apple Developer program to download, must become Apple Developer (pay) to sell.

    2. Jailbreak Development: Jailbreak, use Cydia to install compiler environment, use SFTP/SSH to develop applications, compile and run on iPhone.

    3. Jailbreak Development: Build Mac OS X, Linux or Cygwin toolchain for 3.0 development (see Upgrading the iPhone Toolchain - Jay Freeman (saurik))

    All of these methods use the native iPhone programming environment, which uses the Objective-C programming language and the Cocoa derived UIKit framework.
    Starlight Computer Wizardry
    Pocket-sized Development
    Follow me on twitter: @NetMage

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts