On Tue, Aug 9, 2011 at 12:36 PM, Oliver Sims
<oliver.s...@simsassociates.co.uk> wrote:

> oodListViews.rex in ooRexx\samples\oodialog works fine.
>
> But when I try to open the .rc file ( rc\oodListViews.rc) with ResEdit
> (v1.5.7), it says there's an error:

Add this line to the .rc file, right below the #include <windows.h> line:

#include <CommCtrl.h>

WC_TABCONTROL is defined in the CommCtrl.h header file.

It's a bug that the line is missing from the .rc file. It is need to
compile the .rc file and I've been trying to ensure that each of the
.rc files can be compiled into a resource only DLL if anyone wanted
to.  Must not have checked this one.

--
Mark Miesfeld

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to