|
Boost Users : |
From: Daniel Lidström (daniel.lidstrom_at_[hidden])
Date: 2008-02-22 05:55:02
> > The compiler seems to crash when trying to compile the
> > RailCaterpillarControllerGUI constructor.
> > Any ideas why?
> > I'm using 8.0.50727.867 (vsvista.050727-8600), boost-1.34.1
>
> Try adding the argument placeholders to your bind call:
>
> // cbToggleDeadZone should be called by widget's callback
> CBF_Callback callback(
> boost::bind(
> &RailCaterpillarControllerGUI::cbToggleDeadZone,
> this,
> _1,
> _2
> ));
>
>
> HTH / Johan
Of course, forgot the placeholders...
Thanks!
-- Daniel
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net