Visual C++ && wxwidgets

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
Erni
Knows some wx things
Knows some wx things
Posts: 40
Joined: Thu Mar 10, 2005 5:35 pm

Visual C++ && wxwidgets

Post by Erni »

Hey I by now VisualC++ 6.0 proofesional
and I get wxwindows setup 2.4.2

I was install wxWidgets but j dont know how I create wx project on visual C++ 6.0 Profesjonal
Please help my :roll:
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

Hi!
Open wxWindows.dsw and compile...
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
Erni
Knows some wx things
Knows some wx things
Posts: 40
Joined: Thu Mar 10, 2005 5:35 pm

Post by Erni »

OK i compile it
end what now ?
:roll:
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

Hi!
Err... now you can compile wxWidgets apps??

Maybe start with something simple like the minimal sample to see how compilation is done.
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
Erni
Knows some wx things
Knows some wx things
Posts: 40
Joined: Thu Mar 10, 2005 5:35 pm

Erni

Post by Erni »

sorry but i have another problem....

I can compile samples wx projects ,but i dont know how i create
my new wx projects.. Can you help my

THANKS ... :roll: :wink:
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

Hi!
Check here http://www.wxwidgets.org/contrib2.htm and search for " wxWinWiz for VC++", "wxWidgets Wizard for VS.NET" or "wxProjectWizard for VC++". These can generate project files for wxWidgets projects.
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
Post Reply