[Harbour] Upper\Lower nationals chars.

Szakáts Viktor harbour.01 at syenar.hu
Thu May 21 03:06:02 EDT 2009


Probably you're mixing libs built with different compilers,
or you have an incomplete Harbour build maybe.

Here it works ok.

Brgds,
Viktor

On 2009.05.21., at 8:55, Horodyski Marek (PZUZ) wrote:

> I don't can compile :
>
> hbmk2 gtchars
>
> from tests folder. I have this error list :
>
> Error! E2028: hb_vmProcessSymbolsEx is an undefined reference
> Error! E2028: hb_vmExecute is an undefined reference
> Error! E2028: HB_FUN_EMPTY is an undefined reference
> Error! E2028: HB_FUN_UPPER is an undefined reference
> Error! E2028: HB_FUN_HB_GTINFO is an undefined reference
> Error! E2028: HB_FUN_HB_SETTERMCP is an undefined reference
> Error! E2028: HB_FUN_QOUT is an undefined reference
> Error! E2028: HB_FUN_OS is an undefined reference
> Error! E2028: HB_FUN_VERSION is an undefined reference
> Error! E2028: HB_FUN_DATE is an undefined reference
> Error! E2028: HB_FUN_TIME is an undefined reference
> Error! E2028: HB_FUN_HB_GTVERSION is an undefined reference
> Error! E2028: HB_FUN_DISPOUT is an undefined reference
> Error! E2028: HB_FUN_CHR is an undefined reference
> Error! E2028: HB_FUN_INKEY is an undefined reference
> Error! E2028: HB_FUN_ALERT is an undefined reference
> Error! E2028: HB_FUN_ROW is an undefined reference
> Error! E2028: HB_FUN_COL is an undefined reference
> Error! E2028: HB_FUN_DISPBOX is an undefined reference
> Error! E2028: HB_FUN_SUBSTR is an undefined reference
> Error! E2028: HB_FUN_SETPOS is an undefined reference
> Error! E2028: HB_FUN_LEN is an undefined reference
> Error! E2028: HB_FUN_HB_CODEPAGE_PLMAZ is an undefined referenc
> Error! E2028: HB_FUN_HB_CODEPAGE_PLISO is an undefined referenc
> Error! E2028: HB_FUN_HB_CODEPAGE_PL852 is an undefined referenc
> Error! E2028: HB_FUN_HB_CODEPAGE_PLWIN is an undefined referenc
>
>
> In my app not work upper/lower function :
>
> Function Main()
> Cls
>
> Request hb_langSelect, hb_langName, NationMsg, HB_LANGMESSAGE
> Request hb_lang_pl852, hb_lang_plMAZ, hb_lang_plWIN, hb_lang_plISO
>
>
> hb_LangSelect(  'PL852')
> hb_SetCodePage( 'PL852')
>
> // Set( _SET_OSCODEPAGE)
>
> ? upper( 'żźćńąśłóę')
>
> inKey( 0)
> Return nil
>
> in xHarbour was :
> Request hb_codepage_pl852, hb_codepage_plMAZ, hb_codepage_plWIN,  
> hb_codepage_plISO
>
> but in Harbour this request is wrong. How can I get the correct  
> upper action ?
>
> Regards,
> Marek Horodyski
> _______________________________________________
> Harbour mailing list
> Harbour at harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour



More information about the Harbour mailing list