Pelles C forum

Pelles C => General discussions => Topic started by: rob on January 14, 2006, 01:31:58 AM

Title: Can't Compile Anything
Post by: rob on January 14, 2006, 01:31:58 AM
I just downloaded Pelles C and when I try to compile a basic program it says: ***Error Code: 42***. Can someone tell me what this means and why it wont compile?

EDIT: I got it working but it wont build an .exe What am I doing wrong?
Title: Can't Compile Anything
Post by: Pelle on January 14, 2006, 03:30:49 PM
Have you tried the help file: "POIDE reference" -> "Your first project: Hello, World"...? Is this working...?

Pelle
Title: Can't Compile Anything
Post by: rob on January 14, 2006, 09:19:50 PM
Quote from: "Pelle"
Have you tried the help file: "POIDE reference" -> "Your first project: Hello, World"...? Is this working...?

Pelle


Ya I opened that and it worked, but when I try and make my own it doesnt work. Is there a step-by-step instructional thing anywhere?
Title: you will simply be ignored
Post by: Robert on January 14, 2006, 10:45:52 PM
If you want help you will have to be more specific about the problem otherwise you will simply be ignored.

Post a small sample of the code causing the problem and a list of the errors that are being generated.

Google for "C Tutorial" if you are just beginning C.

Robert Wishlaw
Title: Re: you will simply be ignored
Post by: rob on January 15, 2006, 12:05:45 AM
Quote from: "Robert"
If you want help you will have to be more specific about the problem otherwise you will simply be ignored.

Post a small sample of the code causing the problem and a list of the errors that are being generated.

Google for "C Tutorial" if you are just beginning C.

Robert Wishlaw


I need to know how to use this program. I know how to programm in C. I created a new project, it compiled fine, but it wont create an exe file. I would like information on how to correctly set up a project and a workspace so it will create an exe file.
Title: Can't Compile Anything
Post by: rob on January 15, 2006, 12:36:37 AM
I think it's working now.
Title: Can't Compile Anything
Post by: Vortex on January 15, 2006, 11:11:33 AM
rob,

Attached is a simple GUI demo and a PDF file demonstrating the steps to build a project with screenshots.
Title: Can't Compile Anything
Post by: frankie on January 15, 2006, 12:39:37 PM
Good job Vortex, I think that Pelle should add the tutorial to the distribution, it will help lot and spare many questions by beginners to the forum.
Maybe it could be embedded in the help.
Title: Can't Compile Anything
Post by: Pelle on January 15, 2006, 01:42:06 PM
Yes, very nice Vortex.

I can add a second example to the help file: how to compile your own source file - otherwise step-by-step instructions are already present for a wizard-generated file (as mentioned above).

Pelle
Title: Can't Compile Anything
Post by: rob on January 15, 2006, 07:36:37 PM
Thanks for the tutorial.
Title: Can't Compile Anything
Post by: Vortex on January 15, 2006, 07:40:23 PM
Hi friends,

Thanks for your kind words.