cannot compile with embarcadero (borland) xe

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
mihai
Earned a small fee
Earned a small fee
Posts: 18
Joined: Sun Aug 24, 2014 10:10 am

cannot compile with embarcadero (borland) xe

Post by mihai »

Hi there,

I'm trying to compile the libraries (version 3.0.1) with embarcadero (ex borland) compiler and I get an error:

Error E2352 ..\..\src\common\appbase.cpp 320: Cannot create instance of abstract
class 'wxAppTraits' in function wxAppConsoleBase::GetValidTraits()
Error E2353 ..\..\src\common\appbase.cpp 320: Class 'wxAppTraits' is abstract be
cause of 'wxAppTraits::BeforeChildWaitLoop() = 0' in function wxAppConsoleBase::
GetValidTraits()
*** 2 errors in Compile ***

** error 2 ** deleting bcc_mswud\baselib_appbase.obj

can somebody help me?

thanks,
mihai
User avatar
doublemax
Moderator
Moderator
Posts: 19158
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: cannot compile with embarcadero (borland) xe

Post by doublemax »

There are probably not many users of that compiler here.

Try asking again on the wx-users group/mailing list:
https://groups.google.com/forum/#!forum/wx-users
Use the source, Luke!
Post Reply