PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → List Functions in external DLL
List Functions in external DLL
Débuté par Jim Carson, 22 sep. 2004 15:01 - Aucune réponse
Posté le 22 septembre 2004 - 15:01
I am trying to utilize an external DLL for my WD project.

I am successful when using LoadDLL (I think, as it does not return 0)
however, when I use CallDLL32, I get the following message:

********** Request Topic **********
Technical Information
Summary: function is not recognized after calldll32
Date: 22/09/2004 - 12:25:36

************* Your product *************
Product: WinDev 8
Internal Version: 01-80315pu
Product Version: 8.00Dha
Product Serial Number: WA310061
Part: I don't know

***************** Personal Details *****************
First Name and Name: CARSON Jim
Company: CARSON CREATIONS
City, Country: PARKER USA
Phone: 303-841-8589
Fax:
Email: jcarson@cre8n.com
I have NOT subscribed to LST

************* Your request *************
Request Summary (10 words maximum):
function is not recognized after calldll32

Request Details:
I am trying to load and use an external DLL. I get a succesful response
when I LoadDLL. But when I use CallDLL32, the function is not recognized.
I get the following message:
Error in Initialization of OWLMAINMENU process, line 13.
CallDLL32 function called.
'InitCrypkey()' function not found in crypkeycom DLL

System Error Details:

The specified procedure could not be found.
(127)


**********************************************

Technical Information

Project : ccowl32

Dump error of module <WD80VM.DLL> <8.00Jvc>.

- WL Call:
Processing <OWLMAINMENU>, line <13>, thread <0>
Function <CallDLL32>, syntax # <0>

- Level: fatal error (EL_FATAL)

- Error Code: 2803

- WD55 Error Code: 0

- System Error Code: 127

- System Error Message:
The specified procedure could not be found.


- What happened?
'InitCrypkey()' function not found in crypkeycom DLL

- No debug information

- Attached Information:
EIT_DATEHEURE : 22/09/2004 12:23:31
EIT_PILEWL :
Initialization of OWLMAINMENU (OWLMAINMENU), ligne 13

- Identifier in .err: 2803

Is there a way to use LoadDLL and list the functions included in the DLL?