Hello,
I use C::B 4893 nightly build with MinGW and wxWidgets 2.8.7 on Windows XP SP2.
I used to have a single folder for my project which contained .cpp and .h files. The wxSmith folder was also in the same folder (C:\Projects\Sample\wxSmith)
Now i have moved the .cpp files to a folder called 'source' and .h to 'include', wxSmith to folder 'Main' which also contains the .cbp file. All these folders are in the project (C:\Projects\Sample\) folder only. Now whenever i change a .wxs file using the wxSmith in C::B, the changes are not reflected to the .cpp and .h files.
Is there any settings to be configured for the wxSmith to locate its source files? How can i enable the changes to be reflected?
Appreciate any response....