In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Se encontraron 10 coincidencias

por horvathg
Mar Sep 20, 2016 7:17 am
Foro: Xailer Pro English
Tema: Missing libintl-8.dll
Respuestas: 5
Vistas: 5032

Re: Missing libintl-8.dll

My environment settings are:

Root: C:\xailer4\Hb32\Comp\MinGW
Bin: C:\xailer4\Hb32\Comp\MinGW\Bin
Lib: C:\xailer4\Hb32\Comp\MinGW\Lib
Include: C:\xailer4\Hb32\Comp\MinGW\Include

Trying the Buttons sample the same error occurs. :shock:
Should I reinstall Xailer 4?
por horvathg
Lun Sep 19, 2016 5:39 pm
Foro: Xailer Pro English
Tema: Missing libintl-8.dll
Respuestas: 5
Vistas: 5032

Re: Missing libintl-8.dll

Hi Ignazio,
yes, they are2 bin folders, as you wrote.


Renaming the second folder .... \mingw\mingw32 to \mingw\ mingw32.bak solved the problem. The error message regarding to as.exe disappeared, but compilation errors remian:


Compiling: analyza_vykurovania.prg...
Compiling: FormMain.prg ...
por horvathg
Lun Sep 19, 2016 11:54 am
Foro: Xailer Pro English
Tema: Missing libintl-8.dll
Respuestas: 5
Vistas: 5032

Missing libintl-8.dll

Using Xailer 4.0.2 on Windows 10

Compiling my project I get this message: Can't run as.exe. Missing libintl-8.dll.

The log:

Compiling: analyza_vykurovania.prg...
Compiling: FormMain.prg...
Compiling: Funkcie.prg...
G:\XAILER\ANALYZA\VYKUROVANIE\Obj\analyza_vykurovania.c:76:1: fatal error: error ...
por horvathg
Mié May 13, 2015 11:26 am
Foro: Xailer Pro English
Tema: DatePicker dValue always with time
Respuestas: 1
Vistas: 2525

DatePicker dValue always with time

I have a DatePicker control on my form. I need just the date part from the dValue. The cCustomFormat is "dd.MM.yyyy". I tried different nFormatType settings, dValue valuetype is allways T and returns DateTime value like: 05-13-2015 10:18:56.833.


How to remove the Time part and get just a date ...
por horvathg
Mié Dic 10, 2014 3:14 pm
Foro: Xailer Pro English
Tema: Slovak national font in the IDE editor
Respuestas: 4
Vistas: 9376

Slovak national font in the IDE editor

Thanks for reply,
character set ANSI and Fixedsys font solved the problem.
Best regards
Gejza Horváth
por horvathg
Mar Dic 09, 2014 8:49 pm
Foro: Xailer Pro English
Tema: Slovak national font in the IDE editor
Respuestas: 4
Vistas: 9376

Slovak national font in the IDE editor

In the IDE editor when I tried to write text "Dokončiť", which contains 2 special Slovak characters, the displayed text was only "Dokoncit" - pure ASCII chcaracters.
I tested Editor options - Main section - Character set parameter with values: ANSI, OEM, East Europe - no success, the text is not ...
por horvathg
Lun Mar 31, 2014 9:25 pm
Foro: Xailer Pro English
Tema: TDatePicker dValue problem
Respuestas: 2
Vistas: 2221

TDatePicker dValue problem

Thanks, Ignacio
Hb_TtoD( tDateTime ) solved my problem.
por horvathg
Dom Mar 30, 2014 10:40 pm
Foro: Xailer Pro English
Tema: TDatePicker dValue problem
Respuestas: 2
Vistas: 2221

TDatePicker dValue problem

The dValue property of the TDatePicker control allways returns for me a DateTime value e.g. 03-30-2014 19:14:18.663.
Setting different values in the nFormatType does has no effect.
How can I get only the date part of the dValue?
por horvathg
Jue Mar 20, 2014 9:51 am
Foro: Xailer Pro English
Tema: Library files not found
Respuestas: 3
Vistas: 2923

Library files not found

Ignacio,
the directory settings are the standard for MinGW, and for the other components too:

[*] Root: C:xailer3hb32compmingw
[*] Bin: C:xailer3hb32compmingwBin
[*] Lib: C:xailer3hb32compmingwLib
[*] Include: C:xailer3hb32compmingwInclude
[/list]

I attached the project config file. This ...
por horvathg
Mar Mar 18, 2014 8:01 pm
Foro: Xailer Pro English
Tema: Library files not found
Respuestas: 3
Vistas: 2923

Library files not found

Migrating my old project from Xailer 1.9 to Xailer 3.2.
The Project - Build command generates this error messages:
Compiling: analyza_vykurovania.prg...
Compiling: FormMain.prg...
Compiling: Funkcie.prg...
Compiling: ClassFaktura.prg...
Compiling: analyza_vykurovania.rc...
Linking: analyza ...