Search found 15 matches

by fluxy
Sun Feb 18, 2007 9:09 pm
Forum: C++ Development
Topic: wx terminate my program? core dump after calling SetMenuBar
Replies: 16
Views: 3370

yes their war working fine. No problems. I will try the release version tomorrow. Thanks for you. But maybe another knows another solution...
by fluxy
Sun Feb 18, 2007 7:46 pm
Forum: C++ Development
Topic: wx terminate my program? core dump after calling SetMenuBar
Replies: 16
Views: 3370

Yes, that's that i what to phrase. There are 16 configurations and 15 of them are build successfully. One other configuration, the debug ansi configuration, are not buld because of the linker error.
by fluxy
Sun Feb 18, 2007 5:13 pm
Forum: C++ Development
Topic: wx terminate my program? core dump after calling SetMenuBar
Replies: 16
Views: 3370

I just tried it with the menu sample. There are 16 configurations regarding to this project, so i completed rebuild all of them. 15 configurations are build fine, but in the Debug configuration (not in the unicode debug) there are the same error i get in my non-unicode project: Lining... wxmsw28d_co...
by fluxy
Sun Feb 18, 2007 9:40 am
Forum: C++ Development
Topic: wx terminate my program? core dump after calling SetMenuBar
Replies: 16
Views: 3370

sure. i will post all the code and project settings here. I seperated header and source definitions, so there are at least 4 files i will post. The first ones are the header files. Header of FooApp ( fooApp.h ): #ifndef FOO_APP_H #define FOO_APP_H class FooApp : public wxApp { public: virtual bool O...
by fluxy
Sat Feb 17, 2007 11:18 pm
Forum: C++ Development
Topic: wx terminate my program? core dump after calling SetMenuBar
Replies: 16
Views: 3370

Here some new informations. The programm was compiled in unicode mode. That means that i am using the unicode libs of wx and I already compiled the project in unicode mode. If I don't use the unicode libraries, there are another error. The linker could not find the information for one method of wx: ...
by fluxy
Fri Feb 16, 2007 5:04 pm
Forum: C++ Development
Topic: wx terminate my program? core dump after calling SetMenuBar
Replies: 16
Views: 3370

Oh i see, you mean a function calling stack.... I can't show you that from the orginal project. But i created a new project, where i get the same problems. Here it is: > foo.exe!wxStringData::IsValid() Zeile 249 + 0x28 Bytes C++ foo.exe!wxStringBase::operator=(const wxStringBase & stringSrc={......
by fluxy
Thu Feb 15, 2007 9:13 pm
Forum: C++ Development
Topic: wx terminate my program? core dump after calling SetMenuBar
Replies: 16
Views: 3370

I know how to use the debugger, i am sure. I think I not know that a backtrace is, because I am German. Maybe I only could not translate this word.
by fluxy
Thu Feb 15, 2007 8:49 pm
Forum: C++ Development
Topic: wx terminate my program? core dump after calling SetMenuBar
Replies: 16
Views: 3370

Hey,

i am using Mircosoft Visual C++. But if i load the programm into the debugger, i tell me what i wrote. what's a backtrace?
by fluxy
Thu Feb 15, 2007 7:26 pm
Forum: C++ Development
Topic: wx terminate my program? core dump after calling SetMenuBar
Replies: 16
Views: 3370

wx terminate my program? core dump after calling SetMenuBar

Hello, i created my first wx Application yesterday, but there is a problem. There's no compiling or linking errors, but after calling SetMenuBar in the constructor of my TopLevelFrame class ( it's derived from wxFrame ) the programm will be terminated. I've no idea that the reson could be. I have bu...
by fluxy
Sun Jan 07, 2007 12:35 am
Forum: Compiler / Linking / IDE Related
Topic: Link Problems using Microsoft Visual C++.NET 2005 Express
Replies: 10
Views: 3028

Have anyone a solution which can solve my problem?
by fluxy
Sat Dec 23, 2006 2:40 pm
Forum: Compiler / Linking / IDE Related
Topic: Link Problems using Microsoft Visual C++.NET 2005 Express
Replies: 10
Views: 3028

I've tried to build wx with help on the mentioned site (http://www.wxwidgets.org/wiki/index.php/MSVC_.NET_Setup_Guide). There are described, that the projects in the main workspace ( the one standing under your local installication diroctory, foolowing the build directory. named "wx.dsw")....
by fluxy
Fri Dec 22, 2006 7:23 pm
Forum: Compiler / Linking / IDE Related
Topic: Link Problems using Microsoft Visual C++.NET 2005 Express
Replies: 10
Views: 3028

I don't know that you mean with "wxUniversial". I've download the wxwidgets archive file (wxWidgets-2.7.2.zip) from the internet. The archive includes the build-direcory, where the wx-project files are located in. I use the wx.dsw (which was converted to Visual Studio 2005 before). What do...
by fluxy
Thu Dec 21, 2006 9:11 pm
Forum: Compiler / Linking / IDE Related
Topic: Link Problems using Microsoft Visual C++.NET 2005 Express
Replies: 10
Views: 3028

here a list of errors Fehler 1 error LNK2019: unresolved external symbol __imp__UnregisterClassA@8 referenced in function "public: static void __cdecl wxGLModule::UnregisterClasses(void)" (?UnregisterClasses@wxGLModule@@SAXXZ) glcanvas.obj Fehler 2 error LNK2019: unresolved external symbol...
by fluxy
Thu Dec 21, 2006 8:35 pm
Forum: Compiler / Linking / IDE Related
Topic: Link Problems using Microsoft Visual C++.NET 2005 Express
Replies: 10
Views: 3028

Link Problems using Microsoft Visual C++.NET 2005 Express

Hello, I have tried to compile wxWidgets 2.7.2 on my computer with Microsoft C++.NET 2005 (Express Edition). The Plattform SDK are also installed to local disc and the Path to the bin, lib and include directory is set in the Options->BuildDirectory dialog. I have tried to compile it using the follow...
by fluxy
Sun Nov 12, 2006 2:35 pm
Forum: Compiler / Linking / IDE Related
Topic: Compiling Database Support and writing Project Files
Replies: 2
Views: 1044

Compiling Database Support and writing Project Files

Hello, i've learning wxWidgets since a few days. Most the time a i've searched a lot of tutorials or other helping documents. But even I have never found an data source, where some questions have been answered. Therefore, I try to get the answer of these questions here: 1.) I have tried to compile t...