What is the necessary steps to use wxScrollingDialog ?
I just update my local copy of trunk( I have already scrolldialog patch by jens applied in my local copy), and I find some code are not build seccesully, so, I need change a little to let the compiler happy. :D
I think there are several steps:
1, change all the include statement:
to
#include "scrollingdialog.h"
2, change all the word
to
3, add "scrollingdialog.h" under "F:\cb_svn\src\include\"
"scrollingdialog.cpp" under "F:\cb_svn\src\sdk\"
Am I right?
It seems I can build successfully. :D
Thanks.