Search found 11 matches

by FrankRuppel
Wed Feb 21, 2007 9:50 am
Forum: C++ Development
Topic: starting another windows application out of a frame
Replies: 2
Views: 747

starting another windows application out of a frame

Hi everyone, i have a problem by starting another windows application (for example matlab) out of my wxwidgets frame. if i start the application by click on the menuitem (for example: "start matlab") the wxwidgets window is shutting down and matlab starts. But i want to keep the wxwidgets ...
by FrankRuppel
Fri Feb 16, 2007 7:30 pm
Forum: C++ Development
Topic: customized gridtable
Replies: 1
Views: 1094

customized gridtable

Hello, maybe you can help me. i use wxGrid to create a table in my frame: i got a table which is like: A B C D ... 1 2 3 . . but i want to to have the names (A,B,C,D,.. in the rows and other things (Name, ID, ... in the columns): Name ID Value A B C D . . how can i get this? i know that i can manipu...
by FrankRuppel
Fri Feb 16, 2007 7:19 pm
Forum: Compiler / Linking / IDE Related
Topic: unresolved external symbol problem
Replies: 3
Views: 2377

thank you, it works fine :)
by FrankRuppel
Thu Feb 15, 2007 8:01 pm
Forum: C++ Development
Topic: ComboBoxes generate a table: howto
Replies: 5
Views: 2321

Ok, thank you. I think the first solution is the very best one for me. i now use a wxPropertySheetDialog and set it to modal. i get the values out from the comboboxes if the user clicks on the "ok" button, but how can i convert the wxString which i get from the "get"-method to an...
by FrankRuppel
Thu Feb 15, 2007 1:46 pm
Forum: Compiler / Linking / IDE Related
Topic: unresolved external symbol problem
Replies: 3
Views: 2377

unresolved external symbol problem

I tried the following implementation but it doesnt work: (system winxp, vc++ 6.0, wxWidgets 2.8 ) #include <wx/wx.h> #include <wx/propdlg.h> #include <wx/notebook.h> #include <wx/generic/propdlg.h> #include <wx/wxprec.h> #include <wx/bookctrl.h> // ---------------------------------------------------...
by FrankRuppel
Wed Feb 14, 2007 6:24 pm
Forum: C++ Development
Topic: ComboBoxes generate a table: howto
Replies: 5
Views: 2321

Thanks... but in the samples i dont get the answer for my question :( i thought you can help me just with an idea? I want to implement a control window. the user can open the control window with a click on the "newDesign" menuitem of the basic frame in the control window the user can make ...
by FrankRuppel
Tue Feb 13, 2007 7:59 pm
Forum: C++ Development
Topic: ComboBoxes generate a table: howto
Replies: 5
Views: 2321

ComboBoxes generate a table: howto

Hi everyone, i want to create a simple programm which generates a table in the parent frame after the user has set the number of rows (1,2,3) and the number of columns( 1,2,....5) by comboboxes... now my first problem is: i dont know which class i should use for creating the user defined table and h...
by FrankRuppel
Tue Feb 13, 2007 3:24 pm
Forum: Compiler / Linking / IDE Related
Topic: Linking Errors using Visual C++
Replies: 8
Views: 7174

Yes, you are right!!! Now i can start to programm. Many thanks :)
by FrankRuppel
Tue Feb 13, 2007 2:09 pm
Forum: Compiler / Linking / IDE Related
Topic: Linking Errors using Visual C++
Replies: 8
Views: 7174

Hi and thanks for your support... i have now installed the new version of wxwidgets (2.8 ) and i followed your instructions... without any success :( (i still get unresolved external symbol errors) first i compiled the wx lib (without errors) than i set the path in windows i set the directories in v...
by FrankRuppel
Tue Feb 13, 2007 12:10 am
Forum: Compiler / Linking / IDE Related
Topic: Linking Errors using Visual C++
Replies: 8
Views: 7174

Hi ok, i could reduce the errors to 167... i linked the library files: wxmsw26d_core.lib wxbase26d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.l...
by FrankRuppel
Mon Feb 12, 2007 9:27 pm
Forum: Compiler / Linking / IDE Related
Topic: Linking Errors using Visual C++
Replies: 8
Views: 7174

Linking Errors using Visual C++

Hi, i tried the hello world tutorial from this page and got 242 linking errors... can someone help me with this? Linking... test2.obj : error LNK2001: unresolved external symbol "public: static bool __cdecl wxAppConsole::CheckBuildOptions(char const *,char const *)" (?CheckBuildOptions@wxA...