Hi,
When compiling the wxWidgets sample 'treectrl' in VC++ 6.0 (so, open the included .dsw file into VC++ 6.0), you see there's a depencency of the project 'treectrl' to the project 'wx_base' and 'wx_core'.
When compiling the project 'treectrl', the compile environement will automatically (re)compile the project 'wx_base' and/or project 'wx_core', whenever needed.
However, apparently C::B doesn't have such dependency checking. If I open the same .dsw file in C::B, then C::B converts this workspace file in a C::B workspace, but the dependency between the 3 projects is gone.
When activating 'treectrl' and compiling it, it fails if 'wx_base' and/or 'wx_core' haven't been compiled before.
Is there a way to have this dependency in C::B? Similar to the .dsw project in VC++ 6.0?
I'm using VC++2k3 to compile my projects in C::B
Best rgds,
--Geert