I did not forget to set WXWIN (= C:wx) in my environment PATH variables. (I have Win2000)
I try to compile the minimal example from the "HelloWorldApp.cpp" (wxTutorial, Chapter 2), I?ll get following error: (compile log) Compiler: Default compiler Building Makefile: "D:my_wxMakefile.win" Führt make clean aus rm -f hello.o Projekt1.exe
hello.cpp:2:10: #include expects "FILENAME" or <FILENAME> hello.cpp:4:10: #include expects "FILENAME" or <FILENAME> hello.cpp:6:10: #include expects "FILENAME" or <FILENAME> hello.cpp:7: `HelloWorldApp' was not declared in this scope
hello.cpp:8: ISO C++ forbids declaration of `IMPLEMENT_APP' with no type
hello.cpp:8: syntax error before `bool'
hello.cpp:10: stray '223' in program
hello.cpp:10: stray '224' in program
hello.cpp:11: syntax error before `->' token
hello.cpp:12: syntax error before `->' token
hello.cpp:12: stray '223' in program
hello.cpp:12: stray '224' in program
hello.cpp:13: syntax error before `->' token
hello.cpp:14: `frame' was not declared in this scope
hello.cpp:14: ISO C++ forbids declaration of `SetTopWindow' with no type
Looks like another compiler tries to compile my app instead of mingw ... but there is only mingw accessable for Dev-C++ :-) ... perhaps a false or forgotten option in compiler/linker settings?