Search found 17 matches

by sds
Fri Jul 10, 2009 11:05 pm
Forum: wxDev-C++
Topic: Alpha release of book - Programming with wxDev-C++
Replies: 61
Views: 105652

Re: German translation

Sof_T PMed me that there is no German translation of the book yet. So I have started writing one.
by sds
Fri Jul 10, 2009 12:52 am
Forum: wxDev-C++
Topic: Alpha release of book - Programming with wxDev-C++
Replies: 61
Views: 105652

German translation

Is there already a German translation of the book? If not, then I would like to translate it.
by sds
Wed Jul 08, 2009 8:25 pm
Forum: wxDev-C++
Topic: Noobie question...
Replies: 24
Views: 9656

XTRobot wrote:@sds like i said at second post,i solved the problem,thanks again :)
Yes I read that, we posted simultaneously. Congrats!
by sds
Wed Jul 08, 2009 5:30 pm
Forum: wxDev-C++
Topic: Noobie question...
Replies: 24
Views: 9656

XTRobot wrote:Do i need to re install wxDevCpp ? There must be other sollution :)
Maybe you can just copy the config file from someone with a working installation. I dont know where is the config file, I would have attached mine otherwise. Have you upgraded to the latest version 7 RC5?
by sds
Wed Jul 08, 2009 4:34 pm
Forum: wxDev-C++
Topic: Noobie question...
Replies: 24
Views: 9656

There is just one more problem,i cant see the toolbox window,its not on the right side,i go to View > Toolbars and there was no toolbox window,how can i put one ? Do you mean the components window? I didnt find it at the beginning, too, now it shows up, I dont remember how I found it, I think it wa...
by sds
Tue Jul 07, 2009 4:28 pm
Forum: wxDev-C++
Topic: Where is the form editor?
Replies: 10
Views: 5766

OK but it works now, just inserted a button into a form. Thanks!
by sds
Tue Jul 07, 2009 4:19 pm
Forum: wxDev-C++
Topic: Where is the form editor?
Replies: 10
Views: 5766

Now there is a components window, but when I click into it then the grey window disappears...
by sds
Tue Jul 07, 2009 4:12 pm
Forum: wxDev-C++
Topic: Where is the form editor?
Replies: 10
Views: 5766

If you start a new wxFrame or wxDialog project, the form designer should appear right away. If not, then click on the file tab that ends with ".wxform" (e.g. "Project1Frm.wxform") and it should show you an empty form. Then only a window with grey background and a black dot grid ...
by sds
Tue Jul 07, 2009 2:11 pm
Forum: wxDev-C++
Topic: Where is the form editor?
Replies: 10
Views: 5766

XTRobot wrote:Here it is,just download it :)
I _HAVE_ downloaded wxDev-C++, I have even _INSTALLED_ it, I can compile programs with it, but I dont find any button to press in the IDE to get to the FORM EDITOR or dialog designer or form designer or whatever it may be called.
by sds
Tue Jul 07, 2009 2:04 pm
Forum: wxDev-C++
Topic: Where is the form editor?
Replies: 10
Views: 5766

Sof_T wrote:What version are you using?
wxDev-C++ 7.0 RC5 7.0.0.76
by sds
Tue Jul 07, 2009 1:50 pm
Forum: wxDev-C++
Topic: empty template project and "cannot find -lwxmsw" e
Replies: 9
Views: 4597

And what about the empty template project? Is that normal? I expected something like "Hello world" with a button to press... The empty template just creates a project with the correct library paths, etc for using the wxWidgets libraries. You have to add all the code. So that is quite norm...
by sds
Tue Jul 07, 2009 9:31 am
Forum: wxDev-C++
Topic: empty template project and "cannot find -lwxmsw" e
Replies: 9
Views: 4597

Sof_T wrote:I'm sure you have got the pattern by now, for any of the -lwxmsw files it can't find add a 28 in there :D
I didnt pass the idiot test... I already tried "-lwxmsw_gl28"...
by sds
Tue Jul 07, 2009 9:20 am
Forum: wxDev-C++
Topic: empty template project and "cannot find -lwxmsw" e
Replies: 9
Views: 4597

And what about the empty template project? Is that normal? I expected something like "Hello world" with a button to press...
by sds
Tue Jul 07, 2009 9:13 am
Forum: wxDev-C++
Topic: empty template project and "cannot find -lwxmsw" e
Replies: 9
Views: 4597

Re: empty template project and "cannot find -lwxmsw&

tbreina wrote:
sds wrote: Thanks for your answer.

I did what you said and then I tried to compile "anitest" (animation), I got this error message: "cannot find -lwxmsw_gl".
-lwxmsw28_gl
Thanks that made the examples compile and run happily!
by sds
Tue Jul 07, 2009 3:21 am
Forum: wxDev-C++
Topic: Where is the form editor?
Replies: 10
Views: 5766

Where is the form editor?

I cant find it...