<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>10 Aug 2017 14:36:00 Z</lastBuildDate><pubDate>9 Aug 2017 21:23:00 Z</pubDate><description>Yes, it's me again, with a new problem.&#13;
&#13;
In the past I've been using several DLL's in my programs with the LoadDLL and CallDLL32 functions of Windev.&#13;
This worked well everytime without any problem.&#13;
&#13;
Now I'm trying to use a DLL for MD5 Hash creation of a file, because the built-in function in Windev is way to slow (more than a minute for a 4 Gb file).&#13;
So I want to try an external DLL, but everytime I try to get the hash of a file, I get the error "xxxxx Function not found in xxx.dll"&#13;
I'm very sure that there a no errors in the name of the function that I want to use. And I also tried two different dll's to see if it's not a problem with the dll itself. But none of the two dll's are working.&#13;
&#13;
The DLL's i'm trying are :&#13;
&#13;
- MD5 ActiveX from AzSDK : http://www.azsdk.com/md5.html&#13;
- MD5 Component from Xstandard : http://xstandard.com/en/documentation/xmd5/&#13;
&#13;
Both of these DLL's should be very simple to use, but I can't get any of them working.&#13;
&#13;
In my testprogram I first do a LoadDLL for the required DLL, this gives no errors&#13;
After that I do a CallDLL32 with that DLL and the required function, and then I get my error.&#13;
I also tried the API function, same result.&#13;
Using the API variable also gives only the same error.&#13;
&#13;
Am I overlooking something ?&#13;
&#13;
grtz&#13;
&#13;
Patrick</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62150-function-not-found-dll/read.awp</link><title>Function not found in DLL...</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62150-function-not-found-dll-62156/read.awp</comments><pubDate>10 Aug 2017 14:36:00 Z</pubDate><description>Hello Arie,&#13;
&#13;
you saved my day ! Your solution works !&#13;
&#13;
Hartelijk dank ! Thank you very much !</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62150-function-not-found-dll-62156/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62150-function-not-found-dll-62156/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62150-function-not-found-dll/read.awp">Function not found in DLL...</source><title>Re: Function not found in DLL...</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62150-function-not-found-dll-62151/read.awp</comments><pubDate>9 Aug 2017 21:57:00 Z</pubDate><description>Patrick,&#13;
&#13;
it looks like these DLL's are not regular DLL's but ActiveX? Is that right?&#13;
&#13;
Then this post could help http://2713…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62150-function-not-found-dll-62151/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62150-function-not-found-dll-62151/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62150-function-not-found-dll/read.awp">Function not found in DLL...</source><title>Re: Function not found in DLL...</title></item></channel></rss>
