Hi Mindaugas,
If the function is fully C compatible, HB_SPRINTF() is okay,
but if it's not I'd rather use HB_STRFORMAT() to avoid any
confusion. Since Harbour programming and needs are somewhat
different from C I would think we cannot (and it's rather pointless to)
go for full compatibility, so it'
On Sat, Jan 24, 2009 at 2:31 PM, Przemyslaw Czerpak wrote:
> We havn't defined yet any rules used for automatic .hbl file loading.
> See notes I left about it in ChangeLog file.
Sorry, I didn't see them.
> If you want then you can also use LANG envvar as part of you .hbl
> file names. You can a
On Sat, 24 Jan 2009, Lorenzo Fiorini wrote:
> I've read all the messages about i18n in the list, the gnu gettext
> doc, the ChangeLog but I still miss sth.
> I've added -j switch and #xtranslate _( ) =>
> hb_i18n_gettext_strict( ) and I got the .pot file. I've translated
> it and created the .hbl
On Fri, 23 Jan 2009, José Luis Capel wrote:
Hi,
> What is the main pourpose of this define ?
When defined it activates HVM.
See include/hbwmain.c and source/vm/mainwin.c.
The file include/hbwmain.c is used also in other tools which
does not need HVM and it's the reason why we have this macro.
b
I've read all the messages about i18n in the list, the gnu gettext
doc, the ChangeLog but I still miss sth.
I've added -j switch and #xtranslate _( ) =>
hb_i18n_gettext_strict( ) and I got the .pot file. I've translated
it and created the .hbl file using utils/hbi18n but I can't figure out
how t