PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → calling COM or .NET components
calling COM or .NET components
Débuté par Andi Schwengeler, 14 oct. 2005 17:41 - 2 réponses
Posté le 14 octobre 2005 - 17:41
Hi

Is it possible, to embed COM or .NET components in Windev?

Than's for awnswer

bye
andi
Posté le 15 octobre 2005 - 01:38
Hi Andy,
Using

..NET components : I think in most cases you have to write a wrapper in
C# because Windev is actually not able to inherit direct from .net
classes. /* see manual.*/ Writing a wrapper means that you have to wrap
class methods into functions.

COM : should be available through object automation dynamic.
( the latest windev release offers you a new construct :
oObjet>>MaMethode( ConstruitVariantAutomation (votreXYZ))
(have a look at the activeX DLL example, which is indeed COM)

DCOM : in windev only available through c++ as far as I know

hth
Björn

Andi Schwengeler schrieb:
Hi

Is it possible, to embed COM or .NET components in Windev?

Than's for awnswer

bye
andi
Posté le 16 octobre 2005 - 12:35
Hello Björn,

to which example do you refer? Is it an example within WinDev FR?

Regards

Raimund