Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

use a WinDev function in a DLL, throw a .net application

2 réponses
Avatar
romain.taillandier
Hi group,

I have no knowledge about WinDev, but i have to interface it with a
.net application.

So i ask a few beguiner questions :
- Is it possible to create DLL with WinDev (or an equivalent) ?
- It is possible to export the dll functions to be visible from other
programs ?
- Is it possible to imports WinDev function from a dll to use them in
a .net application (as it is possible to imports C/C++ funtions from a
C/C++ DLL) ?
- Finally, is it possible to use thoses imported functions to reply to
an event delegate ?

thanks for your help
ROM

2 réponses

Avatar
Gégé
ROM a écrit :
- Is it possible to create DLL with WinDev (or an equivalent) ?


No you can't

- Is it possible to imports WinDev function from a dll to use them in
a .net application (as it is possible to imports C/C++ funtions from a
C/C++ DLL) ?


Press F1 key and see API function

If french is not your native language, jump to
http://f16.parsimony.net/forum28986/
Avatar
Pascal F
ROM vient de nous annoncer :
Hi group,

I have no knowledge about WinDev, but i have to interface it with a
.net application.

So i ask a few beguiner questions :
- Is it possible to create DLL with WinDev (or an equivalent) ?
- It is possible to export the dll functions to be visible from other
programs ?
- Is it possible to imports WinDev function from a dll to use them in
a .net application (as it is possible to imports C/C++ funtions from a
C/C++ DLL) ?
- Finally, is it possible to use thoses imported functions to reply to
an event delegate ?

thanks for your help
ROM



From WinDev you can créate an .Net assembly that can be call by another program.

--
Pascal