Hi Tom,
tomrawson wrote:
> Hello,
>
> I have installed the latest Dialog Blocks and wxWidgets for Windows.
> I'm working on a Windows XP machine. The Dialog Blocks program opens
> with an example program Elements.app. It seems to compile several
> modules OK, but it stops on the AdvancedControls module with a message
> that wxDatePickerCtrl is not found. When I try to comment out the
> code dealing with wxDatePickerCtrl, the file refreshes and un-comments
> the code. What's the trick for getting this example program to compile?
>
DB will regenerate the code between markers, so either deleting that
control or adding a Platform symbol such as NO_PLATFORM (to compile out
the code) would do it for versions of wxWidgets (e.g. 2.6) that don't
support it.
Regards,
Julian
.