NO

Author Topic: Working the compiler  (Read 3024 times)

gregfox

  • Guest
Working the compiler
« on: April 24, 2010, 11:17:24 PM »
Hello, I'm a first time user, and would like to know where I can get info on how to use the compiller.
Thanks!

Offline Vortex

  • Member
  • *
  • Posts: 841
    • http://www.vortex.masmcode.com
Re: Working the compiler
« Reply #1 on: April 25, 2010, 12:08:00 AM »
Hi gregfox,

Welcome to the forum.

You can use the IDE to build a project. The IDE will take care of the command line parameters to run the compiler. If you wish to use the command line tools, you have to consult Pelle's user manual.
Code it... That's all...

gregfox

  • Guest
Re: Working the compiler
« Reply #2 on: April 25, 2010, 02:23:38 AM »
Thank you for the reply.  I’m afraid I don’t get it (but I’m slow) I can’t find a user manual anywhere, nor can I find information on how to use the IDE.
Help…
GF
 ???

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2098
Re: Working the compiler
« Reply #3 on: April 25, 2010, 03:02:20 AM »
When you have POIDE open hit F1 key.
Then you should see good help file.
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 841
    • http://www.vortex.masmcode.com
Re: Working the compiler
« Reply #4 on: April 25, 2010, 10:59:44 AM »
Start -> Programs -> Pelles C for Windows -> Pelles C Help
Code it... That's all...