How difficult it is?

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Re: How difficult it is?

    Ann <fyang7@tom.com> wrote:
    > I was a windows programmer. Now I have to jump into Mac programming
    > work. I don't have any experience on Mac. Anyone can tell me how
    > difficult it could be? How long do I need to prepare? Thanks a lot.
    This might help you out:

    <http://developer.apple.com/macosx/win32porting/>

    Also, if you use VisualBasic, you'll want to look at REALbasic:

    <http://www.realbasic.com/>

    HTH.
    Paul Mitchum Guest

  2. Similar Questions and Discussions

    1. Why is this so difficult ?
      We've just installed Flash Media Server, and we're trying to get a Flash 8 movie to get a stream of it. Server Configuration Standard default...
    2. difficult JOIN
      Hi, i have the following SQL-Problem: We are using 2 tables. The first, called plan, is holding planned working times for employees per tour:...
    3. help for more difficult questions?
      Just wondering if there are any other resources besides this (and paying $99 to ask one question!!!) for FreeHand support? I've posted what I'm...
    4. is it difficult ?
      i have a unique and difficult prob. i work for an opticals co. and they wanted me to do a projector file where in all the images of lenses are...
    5. This can't be that difficult
      That works OK for me. -- Jules ----- Charon Cart 3 http://www.charon.co.uk/charoncart
  3. #2

    Default Re: How difficult it is?

    In article <1g0yvyc.i6hza15z8g9wN%usenet@mile23.com>, Paul Mitchum
    <usenet@mile23.com> wrote:
    > Ann <fyang7@tom.com> wrote:
    >
    > > I was a windows programmer. Now I have to jump into Mac programming
    > > work. I don't have any experience on Mac. Anyone can tell me how
    > > difficult it could be? How long do I need to prepare? Thanks a lot.
    >
    > This might help you out:
    >
    > <http://developer.apple.com/macosx/win32porting/>
    Also, the overall Apple developer site is a great resource:

    <http://developer.apple.com/>

    Metrowerks CodeWarrior is a very nice commercial C/C++ environment:

    <http://www.metrowerks.com/>

    If you use frameworks, Metrowerks has PowerPlant for Macintosh. There
    is also Apple's Cocoa (Objective C) for Mac OS X. There is no MFC for
    Macintosh.

    Hope this helps.


    -=-=-=-=-
    Carl R. Osterwald Guest

  4. #3

    Default Re: How difficult it is?

    "Carl R. Osterwald" <i@mac.com> wrote in message news:<080920031500225672%i@mac.com>...
    > In article <1g0yvyc.i6hza15z8g9wN%usenet@mile23.com>, Paul Mitchum
    > <usenet@mile23.com> wrote:
    >
    > > Ann <fyang7@tom.com> wrote:
    > >
    > > > I was a windows programmer. Now I have to jump into Mac programming
    > > > work. I don't have any experience on Mac. Anyone can tell me how
    > > > difficult it could be? How long do I need to prepare? Thanks a lot.
    > >
    > > This might help you out:
    > >
    > > <http://developer.apple.com/macosx/win32porting/>
    >
    > Also, the overall Apple developer site is a great resource:
    >
    > <http://developer.apple.com/>
    >
    > Metrowerks CodeWarrior is a very nice commercial C/C++ environment:
    >
    > <http://www.metrowerks.com/>
    >
    > If you use frameworks, Metrowerks has PowerPlant for Macintosh. There
    > is also Apple's Cocoa (Objective C) for Mac OS X. There is no MFC for
    > Macintosh.
    >
    > Hope this helps.
    >
    >
    > -=-=-=-=-
    Also it depends on what type of programming you are going to do. GUI,
    command line, DB stuff, Java... Anyway on most everything but GUI
    stuff OS X is more like Linux, that is the tools are similar and in
    some cases you just port the Linux code. On the GUI side if you use
    Cocoa then you should learn about Objective C. A good introductory
    book is Cocoa Programming for Mac OS X by Aaron Hillegasse. Also
    there is an book like K&R for C about Objective C available free in a
    PDF from the Apple developers website.

    --jim
    Jim Schimpf Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139