Search found 4 matches

by TEDSON
Mon Dec 30, 2013 12:29 am
Forum: Open Discussion
Topic: Basic wx questions
Replies: 6
Views: 4429

Re: Basic wx questions

That's good to know as I normally use VS2010 IDE.

Thank you for all pre download/install advice and answers, I'm going to go ahead and give it a go ASAP.
by TEDSON
Sun Dec 29, 2013 5:09 pm
Forum: Open Discussion
Topic: Basic wx questions
Replies: 6
Views: 4429

Re: Basic wx questions

I've tried Qt and never really took to it, I'm quite new to using external libraries, in fact Qt was the first I ever tried. My issues with that were that it was a nightmare trying to figure out how to statically link, then only to find I'd need a commercial paid licence to do so anyway. Don't get m...
by TEDSON
Sun Dec 29, 2013 3:38 pm
Forum: Open Discussion
Topic: Basic wx questions
Replies: 6
Views: 4429

Re: Basic wx questions

Thank you very much for concise answers.

3) Is there are way to just add the source .h and .cpp files to my project without linking against compiled libraries (.lib) (.dll) for example?
by TEDSON
Sun Dec 29, 2013 12:53 pm
Forum: Open Discussion
Topic: Basic wx questions
Replies: 6
Views: 4429

Basic wx questions

Hi all. I'm wondering if someone can answer some questions before I start with wxwidgets. I'm specifically asking about version 3.0.0 + 1) Does it need .Net? 2) Does it compile to native code? 3) Is there a header only method? 4) If 3 is false, can it be statically linked so there are no external wx...