Page 1 of 1

Error al Compilar Ejemplo gtwvg

Posted: Wed Dec 25, 2019 3:37 pm
by ruben Dario
Saludos al Forum

He tratado de agregar este ejemplo a mi proyecto y me da este error de compilacion

K:\HARBOUR_V\harbour_bcc74\contrib\gtwvg\tests\_dyndlgs.prg(31) Error E0004 STATIC declaration follows executable statement
K:\HARBOUR_V\harbour_bcc74\contrib\gtwvg\tests\_utils.prg(33) Error E0004 STATIC declaration follows executable statement
K:\HARBOUR_V\harbour_bcc74\contrib\gtwvg\tests\_utils.prg(34) Error E0004 STATIC declaration follows executable statement

Exactamente el error esta en esta linea
_dyndlgs.prg(31)
THREAD STATIC t_aSlides := {}

_utils.prg(33) _utils.prg(34)

THREAD STATIC t_keys_ := {, , , , , , , , , , , , , , , , , , , }
THREAD STATIC t_pic_ := {, , , , , , , , , , , , , , , , , , , }

Re: Error al Compilar Ejemplo gtwvg

Posted: Wed Dec 25, 2019 11:14 pm
by cnavarro
Prueba poniendo

Code: Select all

#include "hbthread.ch"
 

Re: Error al Compilar Ejemplo gtwvg

Posted: Thu Dec 26, 2019 10:46 pm
by ruben Dario
Saludos
Hice la prueba y no funciona.

Re: Error al Compilar Ejemplo gtwvg

Posted: Fri Dec 27, 2019 12:47 am
by cnavarro
Quita la palabra THREAD

Re: Error al Compilar Ejemplo gtwvg (Solucionado)

Posted: Fri Dec 27, 2019 1:33 am
by ruben Dario
Gracias ya lo solucione.

Que hacer THREAD

Re: Error al Compilar Ejemplo gtwvg

Posted: Sat Dec 28, 2019 4:24 pm
by cnavarro
Ok, pero, me surge una duda

THREAD STATIC t_aSlides := {}

lo estabas poniendo al principio del programa o dentro de una function?

En el fichero ChangeLog.txt de Harbour, podrás encontrar bastante información