I haven't managed (or really tried) to override the compiler, but to set the
build is quite easy:

1) Create a new project. The project type should be 'Custom makefile'
2) Once the project has been created, go to Project-Settings and make the
build command line the appropriate command to invoke make utility (e.g. make
<PROJECTNAME>). Do not worry about debug or release builds, but make sure
that you use the correct VC++ setting.
3) If your makefile supports it, you can fill in the options for build all.

And there you have it. You can use the build command to build your project,
and you get a lot of the nice editor features too.

If you need more help, feel free to ask!

Dominique

"Alan Ingleby" <[EMAIL PROTECTED]> wrote in message
news:96590@palm-dev-forum...
>
> I use VC++6 and CW7 at the moment, and I'm interested in this idea.  Is
> there any web resources that you know of which explain changing the
default
> compiler and linker in VC++??
>
> Alan
> "Dominique" <[EMAIL PROTECTED]> wrote in message
> news:96574@palm-dev-forum...
> >
> > It is definitely possible to convince VC++ to invoke the GNU compiler
(or
> > make) rather than the internal one. The integration is quite easy. I've
> done
> > it. Of course you don't get the debugging features etc., but as an IDE
for
> > editing & building it works fine!
> >
> > Dominique
> > "Mike Shubeck" <[EMAIL PROTECTED]> wrote in message
> > news:96532@palm-dev-forum...
> > >
> > >
> > > You seem bound and determined to use one IDE for development.  I've
been
> > > wondering if it wouldn't be possible to swap the GNU c/c++ Palm OS
> > compiler
> > > into the VC++ IDE.  Any one know if thats possible?  If you were
deadset
> > on
> > > it you could try that.
> > >
> > > > with code warrior is it possible that i can make application
> > > > for Palm and
> > > > Pocket PC and other hand handled device.
> > > > or code warrior is not able to make application for Pocket PC.
> > > >
> > > > can any one apprise me that Code Warrior is supporting development
of
> > > > application to how many handhdled device
> > > > ( like palm, pocket pc etc...)
> > > >
> > > > Monika
> > >
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to