PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → API Description properties in classes
API Description properties in classes
Iniciado por roosbob, 12,sep. 2020 01:08 - 1 respuesta
Publicado el 12,septiembre 2020 - 01:08
When I try to put an API Description into a class it accepts the statement, but I cannot add any properties like
OpenCB..DLLName = "User32.dll"

I get an error that .. is "operator forbidden"

What am I doing wrong because the help does not say anything about use or not use in a class.
Miembro registrado
62 mensajes
Publicado el 15,septiembre 2020 - 10:17
Hi Bob,
what version are you using?
I have tried to insert an Api Description in a class and it doesn't give me problems (wd24/25)
Can you post your code here?