Who would like to try PellesC IDE?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
CmpXchg
Member
Member
Posts: 61
Joined: Mon Apr 28, 2008 12:14 pm
Location: Petrozavodsk, Russia during school months, Vänersborg Sweden in the summertime

Who would like to try PellesC IDE?

Post by CmpXchg »

Hi,

There's an excellent IDE for Windows called PellesC. A one-man project, as it seems.
Rocks for Win32 development.

I'm gonna try to suit it for OS developement, I don't mind PE format.

Here's the link: http://www.smorgasbordet.com/pellesc/index.htm

Anyone tried it?
Every Man Must Learn David DeAngelo's Stuff, Period.
http://www.doubleyourdating.com/Catalog
User avatar
i586coder
Member
Member
Posts: 143
Joined: Sat Sep 20, 2008 6:43 am

Re: Who would like to try PellesC IDE?

Post by i586coder »

Hi,

pretty cool 8) , but i prefer a KDevelop under linux


your nickname if i remember is an assembly instruction (compare and exchange) :lol: :lol: :lol:



спасибо
a.T.d
Distance doesn't make you any smaller,
but it does make you part of a larger picture.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Who would like to try PellesC IDE?

Post by Troy Martin »

lock cmpxchg8b eax
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
whowhatwhere
Member
Member
Posts: 199
Joined: Sat Jun 28, 2008 6:44 pm

Re: Who would like to try PellesC IDE?

Post by whowhatwhere »

Troy Martin wrote:lock cmpxchg8b eax
=D>

vim+shell
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: Who would like to try PellesC IDE?

Post by earlz »

I tried it a long time ago back in like 2006 or so when I was learning C. If you look at the license, there is some royalty clause that scared me away from it

good IDE, fair compiler. Didn't like the license though
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Re: Who would like to try PellesC IDE?

Post by VolTeK »

i have it, in fact i have had it for months
User avatar
CmpXchg
Member
Member
Posts: 61
Joined: Mon Apr 28, 2008 12:14 pm
Location: Petrozavodsk, Russia during school months, Vänersborg Sweden in the summertime

Re: Who would like to try PellesC IDE?

Post by CmpXchg »

Cool)

спасибо to you too)

I've had it for a long time as well.

Yeah, it's compare and exchange. I actually wanted it to be just 'xchg', but then I saw than there is a guy XCHG here :D
Every Man Must Learn David DeAngelo's Stuff, Period.
http://www.doubleyourdating.com/Catalog
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: Who would like to try PellesC IDE?

Post by AndrewAPrice »

Proud VS user here!

For general C++ development VS2010TS includes features for designing, unit testing, profiling, UML'ing, databases. The only downside is that Visual Assist X doesn't run on it yet (but the intellisense/auto-complete has been upgraded in VS2010 so it's very accurate)!

For OS'deving, I still use the IDE since it's easy to integrate with any build system - including make!
My OS is Perception.
User avatar
KotuxGuy
Member
Member
Posts: 96
Joined: Wed Nov 25, 2009 1:28 pm
Location: Somewhere within 10ft of my favorite chubby penguin!

Re: Who would like to try PellesC IDE?

Post by KotuxGuy »

Nah, i prefer Kate+bash+GNOME
Give a man Linux, you feed the nearest optician ( Been staring at the PC too long again? ).
Give a man OS X, you feed the nearest NVidia outlet ( I need more GPU power!! )
Give a man Windows, you feed the entire Tylenol company ( Self explanatory :D )
fronty
Member
Member
Posts: 188
Joined: Mon Jan 14, 2008 5:53 am
Location: Helsinki

Re: Who would like to try PellesC IDE?

Post by fronty »

KotuxGuy wrote:Nah, i prefer Kate+bash+GNOME
I find it weird that someone uses KDE's text editor with GNOME.
User avatar
Owen
Member
Member
Posts: 1700
Joined: Fri Jun 13, 2008 3:21 pm
Location: Cambridge, United Kingdom
Contact:

Re: Who would like to try PellesC IDE?

Post by Owen »

I find it more concerning that people necropost
User avatar
f2
Member
Member
Posts: 311
Joined: Mon Jun 15, 2009 10:01 am
Location: France

Re: Who would like to try PellesC IDE?

Post by f2 »

KotuxGuy wrote:Nah, i prefer Kate+bash+GNOME
I use SciTE Text Editor with Gnome.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: Who would like to try PellesC IDE?

Post by earlz »

Tommy wrote:
KotuxGuy wrote:Nah, i prefer Kate+bash+GNOME
I use SciTE Text Editor with Gnome.
I use whatever I want. If I want to use Cool Program from GNOME and Awesome Bit from KDE, I use it. I don't take dumb sides in application use. And yes, I know KDE and Gnome will commonly look awful beside each other.. but I don't much care
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Re: Who would like to try PellesC IDE?

Post by Dex »

The best IDE for OS Dev is one you have coded yourself and is running on a OS you have coded, this is the best test for your OS in the real world.
Just think about why linux was so successful, because they used it to dev linux on when it was just a very basic OS.
If you do not use it , then why should others ?.
I know some are not upto that stage yet, but it should be a goal of all OS Dev's to get it to that stage, as soon as possible.
User avatar
brain
Member
Member
Posts: 234
Joined: Thu Nov 05, 2009 5:04 pm
Location: UK
Contact:

Re: Who would like to try PellesC IDE?

Post by brain »

Use just vim and make as my development environment. That and gdb for debugging and you could never want for more! :-)
Post Reply