wxWidgets sucks!
-
... not just today. Just thought I'd share it with you.
Where it seems there are only borderlines, Where others turn and sigh, You shall rise!
Agreed. Qt is better. And WTL even better (for minor apps).
"When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
-Atlas Shrugged, Ayn Rand -
... not just today. Just thought I'd share it with you.
Where it seems there are only borderlines, Where others turn and sigh, You shall rise!
i disagree, but thanks for sharing
Pete
-
... not just today. Just thought I'd share it with you.
Where it seems there are only borderlines, Where others turn and sigh, You shall rise!
Back when I was doing C++, I liked wxWidgets. Problem is, they don't seem to have advanced it much in the last 7 years (yes, that's when I sold my soul to Managed code).
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
... not just today. Just thought I'd share it with you.
Where it seems there are only borderlines, Where others turn and sigh, You shall rise!
You're all traitors - you should be using the VCF!! Bah - WTL?? Written by a bunch of wild eyed template loving poofers! WxWidgets? Hello, a group of MFC wannabes!
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Oh
-
You're all traitors - you should be using the VCF!! Bah - WTL?? Written by a bunch of wild eyed template loving poofers! WxWidgets? Hello, a group of MFC wannabes!
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Oh
Hmmm - you didn't mention Qt - they must worry you re: VCF :-)
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
You're all traitors - you should be using the VCF!! Bah - WTL?? Written by a bunch of wild eyed template loving poofers! WxWidgets? Hello, a group of MFC wannabes!
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Oh
Does it works with Vala[^]? I'd like to give Vala[^] a try, preferably on WIndows!...
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.
-
Hmmm - you didn't mention Qt - they must worry you re: VCF :-)
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
I don't think Qt even register's on his rader!
-
Does it works with Vala[^]? I'd like to give Vala[^] a try, preferably on WIndows!...
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.
Vala? Gack that's GTK GObject crap, no way does it support it. There's no need, as the VCF is written in C++. Vala only exists because of the insanity that is the GObject C API and the associated kludginess in using it.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Oh
-
Hmmm - you didn't mention Qt - they must worry you re: VCF :-)
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
Actually Qt is a really great framework. It's the only thing that really compares, and in some cases outstrips the VCF in the C++ world of frameworks.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Oh
-
You're all traitors - you should be using the VCF!! Bah - WTL?? Written by a bunch of wild eyed template loving poofers! WxWidgets? Hello, a group of MFC wannabes!
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Oh
Jim Crafton wrote:
you should be using the VCF
I would if I had a chance. Although, I must admit I am not a fan of the "F" part (no puns, please!). I prefer libraries that expose services without imposing design.
-
Vala? Gack that's GTK GObject crap, no way does it support it. There's no need, as the VCF is written in C++. Vala only exists because of the insanity that is the GObject C API and the associated kludginess in using it.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Oh
Well I just stumbled upon it yesterday. I noticed it enable the developer to use a beautiful C# like syntax/API (I'm a C# fanboy, you can guess), yet it "compile to plain C and can be linked to executable with little dependency (instead of this huge runtime one)). That's what I like! Anyway, just trying to spred the word, I'd like to see, one day, a Windows native language (i.e. something which produce plain executable with no dependency) but still using a high level clean language similar to C# (as opposed to C++)
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.
-
Actually Qt is a really great framework. It's the only thing that really compares, and in some cases outstrips the VCF in the C++ world of frameworks.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Oh
I've liked what I've seen of it, I have to say...
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
Well I just stumbled upon it yesterday. I noticed it enable the developer to use a beautiful C# like syntax/API (I'm a C# fanboy, you can guess), yet it "compile to plain C and can be linked to executable with little dependency (instead of this huge runtime one)). That's what I like! Anyway, just trying to spred the word, I'd like to see, one day, a Windows native language (i.e. something which produce plain executable with no dependency) but still using a high level clean language similar to C# (as opposed to C++)
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.
Super Lloyd wrote:
I'd like to see, one day, a Windows native language (i.e. something which produce plain executable with no dependency) but still using a high level clean language
-
Super Lloyd wrote:
I'd like to see, one day, a Windows native language (i.e. something which produce plain executable with no dependency) but still using a high level clean language
Mm.. ha... maybe I should give it a try one day! :)
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.
-
Jim Crafton wrote:
you should be using the VCF
I would if I had a chance. Although, I must admit I am not a fan of the "F" part (no puns, please!). I prefer libraries that expose services without imposing design.
Nemanja Trifunovic wrote:
I prefer libraries that expose services without imposing design.
Great point! That is how everything should be built IMHO. What is stopping me from using a bunch of OR Mapping tools is that they impose design.