On Thu, 24 Dec 2009, WenSheng wrote:

Hi,

> hbcdpreg.h file define have bug:

I do not see any bugs in this file.

>    static HB_CODEPAGE s_codePage =
>    {
>       HB_MACRO2STRING( HB_CP_ID ),
>       HB_CP_INFO,
>       HB_CP_UNITB,
>       s_flags,
>       s_upper,
>       s_lower,
>       s_sort,
>       NULL,
>       HB_CDP_ACSORT_NONE,
>       0,
>       0,
>       NULL,
>       NULL,
>       NULL,
>    };
> can't compiler use BCC551

It's expected behavior.
This file cannot be compiled as standalone header file.
Just like hbmsgreg.h and hbgtreg.h it can be used only
to define startup code in some modules.
What are you trying to do with this file?

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to