I wrote the following code about toolbar, but it doesn't work:
wnd<> top = create_wnd<sdi_frame>(null_wnd);
create_wnd<toolbar>(IDR_TOOLBAR1, top);
when I run it, strange crash occurs. If I use rebar, as a band's child,
it works. But I don't want to use rebar. Is it a bug? TIA.