Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Dev-C++ GUI


gizmo1
 Share

Recommended Posts

@•RЧĐIИØPHØR•:

> is it possible to work a GUI with Dev-C++? i have a photographic memory, and it drives me nuts when i work with this and theres no gui and i'm never use to it  :angry: .

C++ is a programming language. What makes you think it is a painting tool?

To program an application which uses the UI on Windows in C++ read this: www.winprog.org

Regards,
  Godlord.
Link to comment
Share on other sites

lol i was never talking about a painting tool, i don't know what you call it but i can't edit it in forms, like i can in vb, like the components, there is none :S. is there a possible way to make it possible in dev-C++, i know its in vC++ 2008 but i have windows xp sp1?
Link to comment
Share on other sites

@•RЧĐIИØPHØR•:

> lol i was never talking about a painting tool, i don't know what you call it but i can't edit it in forms, like i can in vb, like the components, there is none :S. is there a possible way to make it possible in dev-C++, i know its in vC++ 2008 but i have windows xp sp1?

Forms are not a real part of programming languages as I said before. For native Win32 applications there's no such thing in a C++ IDE unless you're using Visual C++. Simply because C++ is a programming language and not a paint tool.

Like I said go to http://www.winprog.org if you want to learn about programming native win32 applications in C++.

If you want to use wxWidgets then you can either use wxSmith and Code::Blocks or wxDev-Cpp or whatever the thing is called. Usually they're not used because they can't support everything, which is pretty logical.

Regards,
  Godlord.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...