Search found 83 matches

by Nathan
Thu May 18, 2006 6:10 pm
Forum: Compiler / Linking / IDE Related
Topic: Help with VC++ Express
Replies: 31
Views: 7562

when I open up "C:\wxWidgets-2.6.3\build\msw\wx.something" there are tons of projects in the solution exploror. which one do I compile?
by Nathan
Thu May 18, 2006 3:57 pm
Forum: Compiler / Linking / IDE Related
Topic: Help with VC++ Express
Replies: 31
Views: 7562

yes,

yes,

I was supposed to compile something?

right,

I created an empty Win32 application.
by Nathan
Thu May 18, 2006 3:27 pm
Forum: Compiler / Linking / IDE Related
Topic: Help with VC++ Express
Replies: 31
Views: 7562

That's what I did to begin with, I used the install wizard to install to the default location(C:/). But I have no idea what to do after that? I copy/pasted some code from a tutorial somewhere but when I try to compile the code I just get errors?
by Nathan
Wed May 17, 2006 6:12 pm
Forum: Compiler / Linking / IDE Related
Topic: Help with VC++ Express
Replies: 31
Views: 7562

The WXWIN system variable points the the base location I installed wxwidgets in. And no, I still can't build examples :cry: Is there a tutorial on how to set this up?
by Nathan
Sun May 14, 2006 8:20 pm
Forum: Compiler / Linking / IDE Related
Topic: Help with VC++ Express
Replies: 31
Views: 7562

I tried that and it still doesn't work :( Maybe I didn't install wxWidgets correctly?
by Nathan
Sat May 13, 2006 10:42 pm
Forum: Compiler / Linking / IDE Related
Topic: Help with VC++ Express
Replies: 31
Views: 7562

Yes, I did set the variable. But am still having the problem :(
by Nathan
Sat May 13, 2006 4:07 pm
Forum: Compiler / Linking / IDE Related
Topic: Help with VC++ Express
Replies: 31
Views: 7562

I added "$WXWIN/include" to "Addition Include Directorys" in Project -> Project Properties -> C/C++ -> General.


But I still get the same error?
by Nathan
Sat May 13, 2006 2:28 pm
Forum: Compiler / Linking / IDE Related
Topic: Help with VC++ Express
Replies: 31
Views: 7562

Help with VC++ Express

Hi, I can't get a simple wxWidgets program to compile... I just copy pasted some code into a new project and when I try to compile it I get ".\Main.cpp(6) : fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory".

Thank you very much for the help,
Nathan