Hi! 1. No, but you can use #include <dir/header> so you won't need to include every dir, just the top level of the hierarchy. 2. Go to "Tools" -> "Compiler Options" -> "Directories" -> "C++ includes" and add $WXDIRinclude and maybe $WXDIRcontribinclude there. Under "libraries" add $WXDIRlib. 3. Since I'm using a monolithical build I link the libwxmsw.a and the image lib (sometimes regex and xrc). That shouldn't be a problem. Sometimes it's hard to find out "what else" you need (windows specific libs lic odbc e.g.). Here's my setup for the libs: -lwxmsw -lole32 -lwsock32 -lcomctl32 -lctl3d32 -lgcc -lstdc++ -lshell32 -loleaut32 -ladvapi32 -luuid -lodbc32 -ltiff -lpng -ljpeg -lzlib
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |