PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Library in WINDEV
Library in WINDEV
Started by Marco Schcwarzbauer, Jan., 16 2023 8:29 AM - 4 replies
Posted on January, 16 2023 - 8:29 AM
Hello,

I was looking for a solution to intigrate a library of procedures into the projects of my company.

For other languages we use DLLs and I was wondering if there is something simular to a DLL in WINDEV. Can you help me with that?


Yours sincerely

Marco Schwarzbauer
Registered member
797 messages
Popularité : +40 (42 votes)
Posted on January, 16 2023 - 4:13 PM
Hi. You can use those same DLLs with Windev.

https://help.windev.com/en-US/search2.awp…

Rubén
Registered member
80 messages
Posted on January, 25 2023 - 7:11 PM
You can also use external components and have all your procedures in the external component and include the component in all your programs.

--
Ben Dell
Riebens Computers Pty Ltd
Southern Africa PcSoft Distributor
www.windevsa.co.za
PcSoft Sales, Support and Training
Posted on February, 03 2023 - 9:21 PM
Hello,
I tell you that I have the same problem, I have created a DLL developed in .NET, I import it into the Windev 23 project and I call the functions, but when executing the test it throws me an error:
detailed error:

Error at line 1 of Click BTN_BUTTON process.
Unable to create <SAP_Interface.SAP_Funcion> object (<C:\My Projects\SAP_BIP\Exe\SAP_Interface.dll> assembly)

----- Technical Information -----

Project : SAP_BIP

WL call:
Process of 'Click BTN_BUTTON' (WIN_Conexion.BTN_BUTTON), line 1, thread 0

What happened?
Unable to create <SAP_Interface.SAP_Funcion> object (<C:\My Projects\SAP_BIP\Exe\SAP_Interface.dll> assembly)

Error code: 200005
Level: fatal error

Dump of the error of 'wd230net4.dll' module (23.0.6.0).
Identifier of detailed information (.err): 200004
Additional Information:
EIT_PILEWL :
Click BTN_BUTTON (WIN_Conexion.BTN_BUTTON), line 1
EIT_DATEHEURE : 03/02/2023 14:20:40
EIT_TYPE_WDFILE : <2>
EIT_IDCODE : <18>

Help


Do you have any idea where I can have the problem, Thanks in advance for the support



(Attach)


Registered member
797 messages
Popularité : +40 (42 votes)
Posted on February, 06 2023 - 7:06 PM
Hi. Are you using .NET version 4 for your library? It's the versión used by WD23.

Rubén