Importing Code Warrior project on XCode....

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

  1. #1

    Default Importing Code Warrior project on XCode....

    Hi All,
    I am tring to build the project on XCode which is imported from Code
    Warrior.While I try to build this project lots of compile errors occur
    in CodeWarrior header files & PowerPlant header files.
    Some of the errors...
    e.g.MacErrors.h: No such file or directory
    This MaError.h is included in UException.h of the CodeWarrior.

    In the build settings of the project for the header search path how
    can I give the multiple search paths means how they should be
    seperated(like by comma(,),by semicolon(;))???
    If anybody knows the detail document which describes in detail about
    moving from Code Warrior to XCode then that will be highly
    appreciated.
    Thanks in advance.
    regards.
    kundan...
    Kundan Nehete Guest

  2. Similar Questions and Discussions

    1. Project Warrior
      Hi Guys! My website has teamed up with another site to make a new generation of ride simulators. At the moment the online Amusement and...
    2. How do you preserve bitmap transparency when importing into a flash project?
      Hi, I have some bitmaps with transparent portions but when I import them into Flash, it ignores the transparency and sits the bitmap in a white...
    3. Xcode can't find a header
      I'm trying to use AppleHelp.h in a Cocoa project. I have added Carbon.framework to the project. When I say #import <Carbon/AppleHelp.h> or...
    4. Importing a Project
      Is it possible to import an exiting Visual InterDev project into .NET?
    5. create a project from code
      Hi all Is it possible to create an ASP.NET project from code? Thanks in advance Vaclav
  3. #2

    Default Re: Importing Code Warrior project on XCode....

    MW Ron <mwron@metrowerks.com> wrote in message news:<mwron-709C2B.13125504082003@enews.newsguy.com>...
    > In article <a0598028.0307302249.54bcc260@posting.google.com >,
    > [email]kundank@cybage.com[/email] (Kundan Nehete) wrote:
    >
    Thank you Ron,
    > >Hi All,
    > > I am tring to build the project on XCode which is imported from Code
    > >Warrior.While I try to build this project lots of compile errors occur
    > >in CodeWarrior header files & PowerPlant header files.
    > >Some of the errors...
    > >e.g.MacErrors.h: No such file or directory
    > >This MaError.h is included in UException.h of the CodeWarrior.
    >
    > Why not stick with CodeWarrior :) I don't know if XCode can do
    > PowerPlant, but I think this just needs you to set the flag in the
    > prefix files and rebuild them so that it doesn't use MSL C files. or
    > turns off Debugging etc.
    What flag need to be set for this???
    >
    > >In the build settings of the project for the header search path how
    > >can I give the multiple search paths means how they should be
    > >seperated(like by comma(,),by semicolon(;))???
    >
    > use unix separators /
    >
    > >If anybody knows the detail document which describes in detail about
    > >moving from Code Warrior to XCode then that will be highly
    > >appreciated.
    >
    > Better still stay with CodeWarrior I don't think XCode has caught up
    > with it quite yet. But then I'm prejudiced :)
    >
    > Ron
    Kundan Nehete Guest

  4. #3

    Default Re: Importing Code Warrior project on XCode....

    In article <a0598028.0308062205.7eb87677@posting.google.com >,
    [email]kundank@cybage.com[/email] (Kundan Nehete) wrote:

    >> >Hi All,
    >> > I am tring to build the project on XCode which is imported from Code
    >> >Warrior.While I try to build this project lots of compile errors occur
    >> >in CodeWarrior header files & PowerPlant header files.
    >> >Some of the errors...
    >> >e.g.MacErrors.h: No such file or directory
    >> >This MaError.h is included in UException.h of the CodeWarrior.
    >>
    >> Why not stick with CodeWarrior :) I don't know if XCode can do
    >> PowerPlant, but I think this just needs you to set the flag in the
    >> prefix files and rebuild them so that it doesn't use MSL C files. or
    >> turns off Debugging etc.
    >
    > What flag need to be set for this???
    I wrote this in a hurry, let me be a bit clearer,

    You Need CodeWarrior for PowerPlant, so why not do stick with CodeWarrior

    If you want something from XCode's native libraries you can set the flag
    in CodeWarriors Precompiled headers to use them.

    If you want to do PowerPlant with XCode you have to have CodeWarrior in
    order to have the PowerPlant Framework.

    I'm sorry I hurried this and was thinking you already knew you needed
    CodeWarrior I didn't realize you didn't know it until you replied.

    Ron

    --
    CodeWarrior Development Studio for Macintosh v9
    Enhance Your Productivity and Shorten your Development Cycles
    <http://store.metrowerks.com/>
    Sales and Support 512-996-5300 800-377-5416
    Ron Liechty - [email]MWRon@metrowerks.com[/email] - [url]http://www.metrowerks.com[/url]
    MW Ron 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