NO

Author Topic: Using PellesC in C::B?  (Read 2637 times)

WhOoKie

  • Guest
Using PellesC in C::B?
« 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?

Offline jj2007

  • Member
  • *
  • Posts: 536
Re: Using PellesC in C::B?
« Reply #1 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                               

WhOoKie

  • Guest
Re: Using PellesC in C::B?
« Reply #2 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...

Offline jj2007

  • Member
  • *
  • Posts: 536
Re: Using PellesC in C::B?
« Reply #3 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.
« Last Edit: February 15, 2017, 02:49:06 AM by jj2007 »