el33t 0 Newbie Poster

Hi, I'm am very new to wxwidget. After reading certain guides, I finally managed to set it up. But I'm still facing problems while executing my own 'independent program'. I'm using wxwidgets 2.8.10 and Visual studios 2008 express.

This is what I did:

I used the below tutorial for building

http://wxforum.shadonet.com/viewtopic.php?t=16890&highlight=

Then, according to the above tutorial, I created a VS property sheet and made changes accordingly(like install directory)


Then, to test whether I can build my own app, I just copy pasted the source of a working program but while building I get this error

Compiling...
myappp.cpp
.\myappp.cpp(4) : error C2006: '#include' : expected a filename, found 'identifier'
.\myappp.cpp(4) : fatal error C1083: Cannot open include file: '': No such file or directory

Below is the screenshot of my program in visual studios 2008 express:

http://i25.tinypic.com/34i1nyq.jpg

Thank You.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.