PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Trying to use an API with abstract classes
Trying to use an API with abstract classes
Débuté par Jeferson Procopio, 26 oct. 2018 20:17 - 1 réponse
Posté le 26 octobre 2018 - 20:17
Hi

I need to instantiate an API in windev. I am having problems because when I try to use some functions or classes of this API I have a negative return in windev saying that the class is abstract and can not be instantiated.

"creating an Instance of XXXXX is not allowed because Class is abstract"

Is there any way I can use this class / API in windev?

TKS
Membre enregistré
67 messages
Posté le 06 juin 2022 - 12:41
Hi Jeferson

Did you ever find a solution to your problem? I have a similar issue.