Search found 6 matches

by Thanksalot
Tue Mar 06, 2012 12:25 pm
Forum: Database Related
Topic: wxDbTable - Inner Join
Replies: 3
Views: 6734

Re: wxDbTable - Inner Join

Thank you! It was just a query failure.. how depressing :? Thank you anyway... u helped me a lot!
by Thanksalot
Tue Mar 06, 2012 6:25 am
Forum: Database Related
Topic: wxDbTable - Inner Join
Replies: 3
Views: 6734

wxDbTable - Inner Join

Hello. I'm here with a problem again, I just not get resolved. Unfortunately I am under extreme time pressure. So I would be incredibly grateful for a quick help :( Sorry and thanks you. Table definition: // Patch memset (&loc_Patch, 0, sizeof(loc_Patch)); loc_Patch_table = new wxDbTable (db, _(...
by Thanksalot
Tue Feb 07, 2012 12:01 pm
Forum: Compiler / Linking / IDE Related
Topic: CustomPanel 'vtable error'
Replies: 7
Views: 2607

Re: CustomPanel 'vtable error'

Finaly I got it solved. I just needed to clean my project and recompile it. I splitted now the confusing .h file into a cpp + h file so its easier to read.

You helped me to understand wxwidgets better. I'm happy now.

Thank you very much (again) :D
by Thanksalot
Tue Feb 07, 2012 9:25 am
Forum: Compiler / Linking / IDE Related
Topic: CustomPanel 'vtable error'
Replies: 7
Views: 2607

Re: CustomPanel 'vtable error'

Thank you also for your answer catalyn269. I optimized my code with your suggestion. Still CustomPanel::CustomPanel(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&)]+0x76): undefined reference to `vtable for CustomPanel' don't stop to nerves me. Again tried 2 hours t...
by Thanksalot
Tue Feb 07, 2012 7:03 am
Forum: Compiler / Linking / IDE Related
Topic: CustomPanel 'vtable error'
Replies: 7
Views: 2607

Re: CustomPanel 'vtable error'

Many thanks for your answer. But I'm still confused. In the wxwidgets documentation the methode "Create" is also not defined. So I thought, it has something to do with the inheritance. -> http://docs.wxwidgets.org/2.9.3/overview_customwidgets.html I also had a look at the panelg.h (wxPanel...
by Thanksalot
Mon Feb 06, 2012 1:40 pm
Forum: Compiler / Linking / IDE Related
Topic: CustomPanel 'vtable error'
Replies: 7
Views: 2607

CustomPanel 'vtable error'

Hello. I hope someone can help me with my issue. I tried to develop a CustomPanel for my application. I feeling hopeless. If u need some more information please just ask. I would be very grateful if someone could look at it once. Error: g++ -LD:\libs\wxWidgets-2.8.12\lib\gcc_lib -LD:\libs\wxWidgets-...