Hello,
currently we are working with the Borland IDE to create applications in Delphi and CBuilder. These things work, but they convert everything to Delphi in the end and the tools we use to develop these applications claim to be C++ tools but under their shell theyre all a bunch of delphi tools.
I've been browsing the net a bit and been looking for a means to do Winform applications using C++.
I really enjoy programming in C++, but when I need to make winform applications, I'm sort of forced to either use Borland for doing this and resort to the underlying delphi or use Visual Studio, but then i'm forced to be working with the CLR, which I don't like at all. It hardly feels like C++ and alot of components, including the database do not work on this.
Am I kinda grabbing in the dark here? or is there a way to build windows forms in C++ without relying on Borland+vcl or Microsoft CLR ?
currently we are working with the Borland IDE to create applications in Delphi and CBuilder. These things work, but they convert everything to Delphi in the end and the tools we use to develop these applications claim to be C++ tools but under their shell theyre all a bunch of delphi tools.
I've been browsing the net a bit and been looking for a means to do Winform applications using C++.
I really enjoy programming in C++, but when I need to make winform applications, I'm sort of forced to either use Borland for doing this and resort to the underlying delphi or use Visual Studio, but then i'm forced to be working with the CLR, which I don't like at all. It hardly feels like C++ and alot of components, including the database do not work on this.
Am I kinda grabbing in the dark here? or is there a way to build windows forms in C++ without relying on Borland+vcl or Microsoft CLR ?
Comment