WxWebViewChromium under Mac error: Allocating an object of the abstract class type 'wxWebViewChromium' Topic is solved

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
Ellan
Experienced Solver
Experienced Solver
Posts: 57
Joined: Mon May 15, 2017 10:11 am

WxWebViewChromium under Mac error: Allocating an object of the abstract class type 'wxWebViewChromium'

Post by Ellan »

Hi,everyone
I made a modification with wxWebViewChromium and it worked fine under Windows, but when I moved this code to the Mac system, it has error:
/Users/eims/MailCloudMac/include/webview_chromium.h:299:46: Allocating an object of abstract class type 'wxWebViewChromium'.
But,the pure virtual functions inherited from wxWebView are implemented.
My Mac system is 10.12 and the IDE is XCode8.
Thanks

Best Regards

Ellan
Ellan
Experienced Solver
Experienced Solver
Posts: 57
Joined: Mon May 15, 2017 10:11 am

Re: WxWebViewChromium under Mac error: Allocating an object of the abstract class type 'wxWebViewChromium'

Post by Ellan »

The error screenshot
Attachments
WX20171113-103238.png
WX20171113-103238.png (76.62 KiB) Viewed 1852 times
Thanks

Best Regards

Ellan
raananb
Super wx Problem Solver
Super wx Problem Solver
Posts: 488
Joined: Fri Oct 27, 2006 4:35 pm
Location: Paris, France
Contact:

Re: WxWebViewChromium under Mac error: Allocating an object of the abstract class type 'wxWebViewChromium'

Post by raananb »

Is the screenshot the error or the solution?
Post Reply