Who would like to try PellesC IDE?
- CmpXchg
- 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?
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?
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
http://www.doubleyourdating.com/Catalog
Re: Who would like to try PellesC IDE?
Hi,
pretty cool , but i prefer a KDevelop under linux
your nickname if i remember is an assembly instruction (compare and exchange)
спасибо
a.T.d
pretty cool , but i prefer a KDevelop under linux
your nickname if i remember is an assembly instruction (compare and exchange)
спасибо
a.T.d
Distance doesn't make you any smaller,
but it does make you part of a larger picture.
but it does make you part of a larger picture.
- Troy Martin
- 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?
lock cmpxchg8b eax
-
- Member
- Posts: 199
- Joined: Sat Jun 28, 2008 6:44 pm
Re: Who would like to try PellesC IDE?
Troy Martin wrote:lock cmpxchg8b eax
vim+shell
Re: Who would like to try PellesC IDE?
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
good IDE, fair compiler. Didn't like the license though
Re: Who would like to try PellesC IDE?
i have it, in fact i have had it for months
- CmpXchg
- 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?
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
спасибо 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
Every Man Must Learn David DeAngelo's Stuff, Period.
http://www.doubleyourdating.com/Catalog
http://www.doubleyourdating.com/Catalog
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: Who would like to try PellesC IDE?
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!
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.
- KotuxGuy
- 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?
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 )
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 )
Re: Who would like to try PellesC IDE?
I find it weird that someone uses KDE's text editor with GNOME.KotuxGuy wrote:Nah, i prefer Kate+bash+GNOME
- Owen
- Member
- Posts: 1700
- Joined: Fri Jun 13, 2008 3:21 pm
- Location: Cambridge, United Kingdom
- Contact:
Re: Who would like to try PellesC IDE?
I find it more concerning that people necropost
Re: Who would like to try PellesC IDE?
I use SciTE Text Editor with Gnome.KotuxGuy wrote:Nah, i prefer Kate+bash+GNOME
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
Re: Who would like to try PellesC IDE?
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 careTommy wrote:I use SciTE Text Editor with Gnome.KotuxGuy wrote:Nah, i prefer Kate+bash+GNOME
Re: Who would like to try PellesC IDE?
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.
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.
Re: Who would like to try PellesC IDE?
Use just vim and make as my development environment. That and gdb for debugging and you could never want for more!