Apologies, I overlooked that this was a separate problem.

Add -D_WIN32_IE=0x0500 or so to your environment.
When windres doesn't find something, this is usually the cause.

        Danny

This is in commctrl.h :

#if (_WIN32_IE >= 0x0300)
#define TBSTYLE_DROPDOWN        8
#endif
#if (_WIN32_IE >= 0x0400)
#define TBSTYLE_AUTOSIZE        16
#define TBSTYLE_NOPREFIX        32
#endif



On Tue, 2009-05-19 at 15:13 +0200, Johnny Willemsen wrote:
> Hi,
> 
> > -lcommctrl ?
> 
> Yes, that work.
> 
> Any idea about the TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE?
> 
> Johnny
> 
> 
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables 
> unlimited royalty-free distribution of the report engine 
> for externally facing server and web deployment. 
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Cegcc-devel mailing list
> Cegcc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cegcc-devel
> 
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to