What is your question?
Are you using the wxWidgets IDE for Dev-Cpp?
If not, check:
http://wxdsgn.sourceforge.net/
This IDE turns Dev-Cpp into the closest free thing to Visual C++.
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
No, I download and installed wxWindows. It was a package for dev-c++, and it is a GUI library. When I tried to compile the program a lot of errors came up. I was asking if anyone who used or is using wxWindow can help me make sure the compiler can compile the program. I am not using wxWidget, btw what is that?
The wxWidget IDE ties Dev-C++ and wxWindows together. It is a complete development package and includes Dev-C++, the beta download is free. Check: http://wxwidgets.org/
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
Well, I found a solution to my problem. When you install the package in dev C++, you have to go to new project, then you go to the gui tab and open up the wxWindows template. Another thing that can be done is to download the wx-Dev C++ which has everything set up already and has a visual building program built in, that you can creat and then you can add code to the buttons and everything else in the program.
Congratulations!! I am glad you got this thing to go!! I played around with wx a few months ago. Sort of enjoyed it, despite the bloated executables! Then I got involved with c#. There is a lot of good stuff out there and not enough time to experience it all!!!!!
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
I like C# and, in Windows Applications, find the flow of the code much easier to follow than that of the corresponding C++ code . Some folks say that it is a mix of Java and class-only C++. I think of it as Delphi in a classy C++ coat, with the added benefit of having the designed form nested inside the main code.
To get a taste of what the code looks like, check the csharp snippets right here on DaniWeb. Some code and tutorials are found on:
http://www.c-sharpcorner.com/language.asp
There is a lot of help at Microsoft (.NET), google for it!
For a nice free setup to get your C# experience going, you need to download the IDE called SharpDevelop_1.0.3.1761_Setup.exe from:
http://www.icsharpcode.net/opensource/sd/
and the .NET Framework Version 1.1 Redistributable Package called dotnetfx.exe from (watch any wordwrap here!):
http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en
Unless you have .Net FX 1.1 already installed, install the dotnetfx first
followed by the IDE. Answer a view questions, and you are ready to code in C#. Start your projects (called Combines) and select the right application type (Win or Con). Windows Applications allow for the use of the Form Builder similar to wxDev-Cpp, Delphi or VB. There is a little tab near the bottom called Design, click on that to bring up the Form Builder. Now you can create your buttons, fileDialogs, labels and other components with ease.
There is one caveat, when you hand your programs to friends, they need the .NET Framework Redistributable Package installed on their computers too! Easy to do!
Hope that will help you!
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417