Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When compiling a wxWidgets project, I get several “variable vtable for xxxx can be auto-imported”. Whats wrong?

0
Posted

When compiling a wxWidgets project, I get several “variable vtable for xxxx can be auto-imported”. Whats wrong?

0

You need to add WXUSINGDLL in “Project->Build options->Compiler #defines” and rebuild your project (or create a new project and use the “Using wxWidgets DLL” project option which adds “-DWXUSINGDLL” to Project->Build options->Other options). Other errors with the same resolution are: ‘unresolved external symbol “char const * const wxEmptyString” (?wxEmptyString@@3PBDB)’ or similar. If you were using 1.0-finalbeta and were trying to build a statically linked wxWidgets project, the cause of the problem was some faulty templates. But that’s fixed now.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123