PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Can we use .h header file in Windev?
Can we use .h header file in Windev?
Iniciado por guest, 06,oct. 2015 03:53 - 2 respuestas
Publicado el 06,octubre 2015 - 03:53
Is there any way to use the variable in the .h header file?
Or I have to name my own variable in Windev?


Thank you.
Publicado el 06,octubre 2015 - 09:30
Hi Bruce,

No you can't...
You'll have to create a similar variable/structure in Wlanguage like the C-definition.
There is a utility to help you with that and you can find that in the ribbon under Tools->WDTool->WDAPI

Cheers,

Peter Holemans
Publicado el 06,octubre 2015 - 16:46
Thank you.