Hello,
No worries about being on the opposite side, that's quite common and a healthy situation in a forum. I insist though that it all depends on the project needs and/or personal perspective.
For example, I'm quite comfortable in coding, compiling & running GTK+ apps on Windows using the above mentioned setup, along with the stand-alone Glade app (the Resource Editor equivallent for GTK+). I can equally comfortably code, compile & run Win32 apps from within Notepad++, using Pelles C IDE as if it was just a stand alone Resource Editor (btw ResEdit is a nice alternative ) or with a bit more effort as if it was just a standalone debugger.
I can even have gnu-make makefiles using the Pelles C compiler for building the executable, ifI choose so, or use pomake directly from within Notepad++. Quite often I cross-test my code with both migw32 and pelles-c, just to make sure it's portable, from within Notepad++.
You see, for me the real power is the command-line tool-chain, which is the only one providing unlimited freedom on doing things in about a million
different ways, depending on one's (constantly) changing needs
In general I like freedom. I want things be done my way, or at least being able to know that I can do things my way if and when I choose so. Moreover, I don't like bloating my working environment with things I do not need or rarely use. I also hate to have to learn a new IDE just because I need to work with another language, or I need to write code that runs on more than one platforms. I am a weird guy, I know
But that's why I've ended with the setup I've mentioned above.
It stays essentially the same whether I'm coding in C, in Java, in Pascal, in PHP, in Python, or whatever other language.
PS. Btw, imho, trying to integrate a Pascal compiler into a C dedicated IDE was doomed to fail. Trying to integrate it into a generic IDE would be a much more promising approach I think.
...
If you want to experiment, you can try the VC++ AddIn for POIDE... It's not perfect integration but on the rare occasion I use C++ (hate it... just simply hate it!) it's always served my needs.
Thanks for suggesting it. However I love VSwhatever as much as Jesus loves the devil :lol: