Pelles C forum

C language => Beginner questions => Topic started by: WhOoKie on February 14, 2017, 08:27:35 PM

Title: Using PellesC in C::B?
Post by: WhOoKie on February 14, 2017, 08:27:35 PM
I want to use PellesC Compiler in the CodeBlocks IDE.
Which files do I have to include in the compiler settings?

I figured "cc.exe" is for compiling C...

It also wants me to set "C++ compiler" (won't use it)
Linker for dynamic libs
Linker for static libs
Make program
Resource Compiler

Which are those files in PellesC?
Title: Re: Using PellesC in C::B?
Post by: jj2007 on February 14, 2017, 08:41:56 PM
Which are those files in PellesC?

Code: [Select]
cc.exe                  \Bin                               
idespawn.exe            \Bin                               
idespawn64.exe          \Bin                               
poasm.exe                \Bin                               
pobind.exe              \Bin                               
pobr.exe                \Bin                               
pobr64.exe              \Bin                               
pocc.exe                \Bin                               
poccFAKE.exe            \Bin                               
pocert.exe              \Bin                               
podump.exe              \Bin                               
poh2inc.exe              \Bin                               
poide.exe                \Bin                               
poide64.exe              \Bin                               
poinst.exe              \Bin                               
polib.exe                \Bin                               
polink.exe              \Bin                               
PolinkFilter.exe        \Bin                               
pomake.exe              \Bin                               
pomc.exe                \Bin                               
porc.exe                \Bin                               
porc64.exe              \Bin                               
porebase.exe            \Bin                               
poreg.exe                \Bin                               
poreg64.exe              \Bin                               
posign.exe              \Bin                               
poviewp.exe              \Bin                               
poviewp64.exe            \Bin                               
Title: Re: Using PellesC in C::B?
Post by: WhOoKie on February 14, 2017, 09:16:37 PM
Yea, thats how far I've gotten too. But which executables are for what?
For example, which one is for make? Which one is for Dynamic libs?

what does the po* prefix mean? All that...
Title: Re: Using PellesC in C::B?
Post by: jj2007 on February 15, 2017, 02:45:16 AM
> which one is for make?
- none, there is no need for make

> Which one is for Dynamic libs?
- the one with "lib" in the name

> what does the po* prefix mean?
- Pelle Orinius

Attached a template for testing.