wxWidgets-3.1.6 and Embarcadero Dev-C++ 6.3

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
liowan
Knows some wx things
Knows some wx things
Posts: 34
Joined: Tue Feb 08, 2022 8:57 pm

wxWidgets-3.1.6 and Embarcadero Dev-C++ 6.3

Post by liowan »

Hello everyone. :D Simply put, [-o< has anyone successfully compiled the latest release if wxWidgets using the Emarcadero version of Dev-C++? If so can you PLEASE guide me through the process? I have attempted to do so, compiled the library using the command line compiler (under Windows 10 ), without any errors, and yet when I attempt to compile a simple project using the library #-o I get thousands of compile errors such as 'wxString does not name a type' I'm seriously losing both sleep and hair over this! :(
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7458
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxWidgets-3.1.6 and Embarcadero Dev-C++ 6.3

Post by ONEEYEMAN »

Hi,
What are the exact error messages?
What did you do in your IDE? What project did you choose? How did you set it up?

Why not use the free version of MSVC?

Thank you.
Post Reply