News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Execute/run?

Started by Mr.Awesome, October 06, 2011, 06:08:12 AM

Previous topic - Next topic

Mr.Awesome

I have my coding and what not all written out, it compiles properly with no error whatsoever, BUT it will not let me execute or run the program, i don't know what I'm not doing or doing wrong.... Please help!! :) Thanks!

Bitbeisser

Quote from: Mr.Awesome on October 06, 2011, 06:08:12 AM
I have my coding and what not all written out, it compiles properly with no error whatsoever, BUT it will not let me execute or run the program, i don't know what I'm not doing or doing wrong.... Please help!! :) Thanks!
Well, you tell us: What projects options did you set to start your program (coding)?

Ralf

CommonTater

Give a read to the  "Projects" section of the help file...

Help -> Contents -> POIDE Integrated Environment -> Projects

Lots of good information there.



Stefan Pendl

Might be a platform issue, since 64-bit executables do not run on 32-bit Windows, for instance.
---
Stefan

Proud member of the UltraDefrag Development Team

CommonTater

Quote from: Stefan Pendl on October 06, 2011, 08:48:31 AM
Might be a platform issue, since 64-bit executables do not run on 32-bit Windows, for instance.

Except that 32 bit Pelles C won't compile 64bit programs and, as you observe, 64bit POIDE won't run on a 32 bit machine.


Stefan Pendl

Quote from: CommonTater on October 06, 2011, 05:51:32 PM
Except that 32 bit Pelles C won't compile 64bit programs and, as you observe, 64bit POIDE won't run on a 32 bit machine.

Yes, we know that, but we neither know the environment of the OP, nor the exact error message, nor anithing else, which would allow us to give real help.

We are just playing guessing games, which is not helpful at all :'(
---
Stefan

Proud member of the UltraDefrag Development Team

Bitbeisser

Quote from: Stefan Pendl on October 06, 2011, 07:25:18 PM
Quote from: CommonTater on October 06, 2011, 05:51:32 PM
Except that 32 bit Pelles C won't compile 64bit programs and, as you observe, 64bit POIDE won't run on a 32 bit machine.

Yes, we know that, but we neither know the environment of the OP, nor the exact error message, nor anithing else, which would allow us to give real help.

We are just playing guessing games, which is not helpful at all :'(
That's why I asked him already what his settings are/were, as there are a lot of possibilities that would lead to non- executing output.

I think it isn't clear for a lot of newbies that there isn't a "working default" setting in the IDE...

Ralf

CommonTater

#7
Quote from: Bitbeisser on October 06, 2011, 07:58:18 PM
I think it isn't clear for a lot of newbies that there isn't a "working default" setting in the IDE...

Hi Ralf...
That's why I started by suggesting he cruize the help file.  There is a "My first project" tutorial in there that I though he'd find helpful...

Help -> Contents -> POIDE Integrated Environment -> Your First Project : Hello World.

Way back when I first started with Pelles C, it took me a few passes (and some very interesting language) to get that first project to work...  Of course once I plowed through the wizard a couple of times it started making sense...


It seems likely he's set it up to build a DLL or LIB...


JangySquizzles

I started running Pelles today, and I have had similar problems as OP. They were fixed by uninstalling and then re-installing, making sure to use the full install. The tutorial in the Help menu is also helpful as well.