Page 1 of 1

error en SET TOOLTIPCUSTOMDRAW ON

Posted: Thu Dec 19, 2019 6:00 pm
by jorge_riv
Al compilar directamente con BCC55 o BCC58, me da el error siguiente:

C: \ hmg.3.4.4 \ SAMPLES \ Applications \ Sistemas \ HC> call .. \ .. \ .. \ .. \ batch \ compile.bat
hc
Harbor 3.2.0dev (r1912031042)
Copyright (c) 1999-2019, https://harbour.github.io/
Compilando 'hc.prg' ...
hc.prg (55) Error E0030 Error de sintaxis "error de sintaxis en 'TOOLTIPCUSTOMDRAW '"
1 error

No se generó código.

Error de compilación.

************************************************** *******************
Uso compilar directamente asi, ya que ell EXE es menor que al hacerlo con el IDE (alli no me da error)
si elimina el SET TOOLTIPCUSTOMDRAW ON, funciona, pero no me deja la pantalla completa, todo un tema.

Re: error en SET TOOLTIPCUSTOMDRAW ON

Posted: Thu Dec 19, 2019 10:45 pm
by andyglezl
Este ejemplo no da ese mensaje...
Ya lo probaste ?


tooltipcustomdraw.png
tooltipcustomdraw.png (34.26 KiB) Viewed 2839 times

Re: error en SET TOOLTIPCUSTOMDRAW ON

Posted: Thu Dec 19, 2019 11:47 pm
by AUGE_OHR
hi,
jorge_riv wrote: Thu Dec 19, 2019 6:00 pm Al compilar directamente con BCC55 o BCC58, me da el error siguiente:

C: \ hmg.3.4.4 \ SAMPLES \ Applications \ Sistemas \ HC> call .. \ .. \ .. \ .. \ batch \ compile.bat
you are talking about Extendet Version. MiniGUI use BCC
c:\MiniGUI\BATCH\Compile.Bat
HMG use MinGW not BCC so i'm not sure if MinGW LIB is compatible with BCC :?: