Search found 86 matches

by Mungo1981
Sun Feb 17, 2019 8:18 am
Forum: Compiler / Linking / IDE Related
Topic: wxSmith Notebook Drawing ???
Replies: 1
Views: 553

Re: wxSmith Notebook Drawing ???

Ok,
I'm stupid.
You have to right click on the Tab of the Notebook Widgets.
And then to chose "Add new Page"

A stupid

Mungo1981
by Mungo1981
Sun Feb 17, 2019 8:12 am
Forum: Compiler / Linking / IDE Related
Topic: wxSmith Notebook Drawing ???
Replies: 1
Views: 553

wxSmith Notebook Drawing ???

Dear Community,
I need to draw a Notebook in wxSmith.
I think there is a way to do that.
But I can not remember me witch Steps to go.
Have anybody a short Tutorial which show me the way???

In thanks of reply

Mungo1981
by Mungo1981
Fri Feb 01, 2019 5:00 pm
Forum: Compiler / Linking / IDE Related
Topic: Little Problem with Tutorial for WxSmith
Replies: 2
Views: 668

Re: Little Problem with Tutorial for WxSmith

Ok I have found my Error.
I haven't read that the textcrtl in the first part should have the "Var Name": Results.

Excuse me

Mungo1981 :oops: :shock: :cry:
by Mungo1981
Fri Feb 01, 2019 4:27 pm
Forum: Compiler / Linking / IDE Related
Topic: Little Problem with Tutorial for WxSmith
Replies: 2
Views: 668

Little Problem with Tutorial for WxSmith

Dear Community, I have try the following Tutorial on the Homepage on WxSmith: http://wiki.codeblocks.org/index.php/WxSmith_tutorial:_Keyboard_Input_and_Displaying_Results I have read all the Information on this Page, and I have checked all I could check. But I have Errors. Could anybody check the Tu...
by Mungo1981
Thu Jan 31, 2019 5:33 pm
Forum: Compiler / Linking / IDE Related
Topic: Ok how can I build a Programm with wxWidgets
Replies: 11
Views: 1636

Re: Ok how can I build a Programm with wxWidgets

Ok,
very much thanks.
Just it will run in susses.

:) :o :D

Mungo1981
by Mungo1981
Wed Jan 30, 2019 7:42 pm
Forum: Compiler / Linking / IDE Related
Topic: Ok how can I build a Programm with wxWidgets
Replies: 11
Views: 1636

Re: Ok how can I build a Programm with wxWidgets

Ok, and this is what it will do:

Code: Select all

creco@creco-HP-250-G4-Notebook-PC:~/C++GUI/TestForWxwidgets$ g++ Meintest.c++ 'wx-config --libs --cxxflags' -o Test
g++: error: wx-config --libs --cxxflags: Datei oder Verzeichnis nicht gefunden
creco@creco-HP-250-G4-Notebook-PC:~/C++GUI/TestForWxwidgets$ 
by Mungo1981
Wed Jan 30, 2019 7:34 pm
Forum: Compiler / Linking / IDE Related
Topic: Ok how can I build a Programm with wxWidgets
Replies: 11
Views: 1636

Re: Ok how can I build a Programm with wxWidgets

g++ myfoo.cpp `wx-config --libs --cxxflags` -o myfoo
ok this I would try. But I think -libs and -cxxflags are not to type 1:1 as Text, but must paste with any Value.
And I not so good in englisch, you will see by my Posts.
And so I'm not knew this value.
by Mungo1981
Wed Jan 30, 2019 7:12 pm
Forum: Compiler / Linking / IDE Related
Topic: Ok how can I build a Programm with wxWidgets
Replies: 11
Views: 1636

Re: Ok how can I build a Programm with wxWidgets

yes this will run in full susses.
So I'm thinking its the problem how to call g++ with it.
ok it must something like:

Code: Select all

g++ Meintest.c++ 'wx-config' -o Test
but that's not right. But I'm to stupid to understand my silly little error which I'm have done.
by Mungo1981
Wed Jan 30, 2019 7:06 pm
Forum: Compiler / Linking / IDE Related
Topic: Ok how can I build a Programm with wxWidgets
Replies: 11
Views: 1636

Re: Ok how can I build a Programm with wxWidgets

< Ok stop my last post> I'm seem to be stupid. The way to test the wxWidgets system is easily: cd xxx make ./xxx So this will run in a all susses way. But I need it to run my own code. Have you a idea of the right way to call g++ with wxWidgets. And or any Examples which run directly throught g++ so...
by Mungo1981
Wed Jan 30, 2019 7:00 pm
Forum: Compiler / Linking / IDE Related
Topic: Ok how can I build a Programm with wxWidgets
Replies: 11
Views: 1636

Re: Ok how can I build a Programm with wxWidgets

Ok, I think I have install wxWidgets because of: wx-config --version 3.1.2 So in future information I'm using: g++ as compiler on: Linux Ubuntu Studio And I have seen the directory of: WXWidgets/wxWidgets-3.1.2/samples/dialogs/dialogs.cpp but there a lot of files, and it gives make-files xml-files a...
by Mungo1981
Wed Jan 30, 2019 6:11 pm
Forum: Compiler / Linking / IDE Related
Topic: Ok how can I build a Programm with wxWidgets
Replies: 11
Views: 1636

Ok how can I build a Programm with wxWidgets

Ok, little stupid problem: I have easily installed wxWidgets. It's version 3.1.2 But I'm not in the situation to compile a Program like the first step showed in this manual page: https://docs.wxwidgets.org/trunk/overview_helloworld.html It's this header: // wxWidgets "Hello World" Program ...