|
|||
|
Application is linked with libgtxwc.a, but after start I get
Unrecoverable error 10001: Can't load fixed font. Can anybody give me an advice? Thank you! Bo **************************** FUNCTION MAIN **************************** .... #include "std.ch" #include "hbgtinfo.ch" REQUEST HB_GT_XWC_DEFAULT REQUEST HB_CODEPAGE_SLISO REQUEST HB_CODEPAGE_SL852 HB_SetCodePage("SL852") ** code page for terminal HB_SETTERMCP("SLISO",.F.) Hb_gtInfo(GTI_WINTITLE, "BP" ) Hb_gtInfo(HB_GTI_FONTNAME,"Monospace") .... .... .... |
|
|
||||
|
||||
|
|
|
|||
|
Hi
Are you executing the app in graphic console and have the xorg-x11- fonts* instaled? Regards Luiz On 6 fev, 18:47, bo <pridemp...@gmail.com> wrote: > Application is linked with libgtxwc.a, but after start I get > Unrecoverable error 10001: Can't load fixed font. > > Can anybody give me an advice? > Thank you! > Bo > > **************************** > FUNCTION MAIN > **************************** > ... > #include "std.ch" > #include "hbgtinfo.ch" > > REQUEST HB_GT_XWC_DEFAULT > REQUEST HB_CODEPAGE_SLISO > REQUEST HB_CODEPAGE_SL852 > > HB_SetCodePage("SL852") > > ** code page for terminal > HB_SETTERMCP("SLISO",.F.) > > Hb_gtInfo(GTI_WINTITLE, "BP" ) > Hb_gtInfo(HB_GTI_FONTNAME,"Monospace") > > ... > ... > ... |
|
|||
|
On Feb 6, 11:39*pm, "cul...@gmail.com" <cul...@gmail.com> wrote:
> Hi > > Are you executing the app in graphic console and have the xorg-x11- > fonts* instaled? > > Regards > Luiz > > On 6 fev, 18:47, bo <pridemp...@gmail.com> wrote: > > > Application is linked with libgtxwc.a, but after start I get > > Unrecoverable error 10001: Can't load fixed font. > > > Can anybody give me an advice? > > Thank you! > > Bo > > > **************************** > > FUNCTION MAIN > > **************************** > > ... > > #include "std.ch" > > #include "hbgtinfo.ch" > > > REQUEST HB_GT_XWC_DEFAULT > > REQUEST HB_CODEPAGE_SLISO > > REQUEST HB_CODEPAGE_SL852 > > > HB_SetCodePage("SL852") > > > ** code page for terminal > > HB_SETTERMCP("SLISO",.F.) > > > Hb_gtInfo(GTI_WINTITLE, "BP" ) > > Hb_gtInfo(HB_GTI_FONTNAME,"Monospace") > > > ... > > ... > > ... Yes, xorg-x11-fonts are installed, console is Gnome Terminal 2.32.0, FC14. Bo |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|