<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Dec 2015 08:16:29 Z</lastBuildDate><pubDate>16 Dec 2015 16:44:21 Z</pubDate><description>First I created a class library dll named Interaxiontimer.dll using visual studio 2012 (vb language). Here's the code :&#13;
&#13;
Public Class Class1&#13;
&#13;
    Public Sub mywait(ByVal pHour As Integer, ByVal pMinute As Integer, ByVal pSecond As Integer)&#13;
        Dim timTime As Date = TimeSerial(pHour, pMinute, pSecond)&#13;
        While Now.TimeOfDay &lt; timTime.TimeOfDay&#13;
&#13;
        End While&#13;
    End Sub&#13;
&#13;
End Class&#13;
&#13;
Second I created a window application using WinDev 15. I added a button that does the following:&#13;
&#13;
(Click BTN_Button1)&#13;
----------------------&#13;
MyInst is string = LoadDLL("C:\My Projects\InteraxionTest\Exe\Interaxiontimer.dll")&#13;
CallDLL32("Interaxiontimer.dll","mywait",17,20,0)&#13;
&#13;
I placed my Interaxiontimer.dll into the path C:\My Projects\InteraxionTest\Exe\&#13;
&#13;
&#13;
When I press the button I get the message:&#13;
&#13;
Error at line 2 of Click BTN_Button1 process.&#13;
CallDLL32 function called.&#13;
'mywait' function not found in Interaxiontimer.dll DLL&#13;
&#13;
System Error Details:&#13;
&#13;
The specified procedure could not be found.&#13;
 (127)&#13;
&#13;
----- Technical Information -----&#13;
&#13;
Project : InteraxionTest&#13;
&#13;
WL call:&#13;
Process of 'Click BTN_Button1' (WIN_Window1.BTN_Button1), line 2, thread 0&#13;
'CallDLL32' function, syntax 0&#13;
&#13;
What happened?&#13;
'mywait' function not found in Interaxiontimer.dll DLL&#13;
&#13;
Error code: 2803&#13;
Level: fatal error (EL_FATAL)&#13;
&#13;
System error code: 127&#13;
System error message:&#13;
The specified procedure could not be found.&#13;
&#13;
Dump of the error of 'WD150VM.DLL' module (15.00Pj).&#13;
Identifier of detailed information (.err): 2803&#13;
Debugging information:&#13;
Fonction (0,18)&#13;
Additional Information:&#13;
EIT_PILEWL :&#13;
Click BTN_Button1 (WIN_Window1.BTN_Button1), line 2&#13;
EIT_DATEHEURE : 16/12/2015 17:43:14&#13;
&#13;
&#13;
What am I doing wrong ?&#13;
&#13;
--&#13;
Ioakim Ioakimidis&#13;
Senior Programmer&#13;
ArtTec Ltd</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55504-calldll32/read.awp</link><title>CallDLL32</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>ioakeimidis</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55504-calldll32-55539/read.awp</comments><pubDate>18 Dec 2015 08:16:29 Z</pubDate><description>In other words:&#13;
what are the requirements of my Interaxiontimer.dll in order for CallDll32 to function properly and find the "m…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55504-calldll32-55539/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55504-calldll32-55539/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55504-calldll32/read.awp">CallDLL32</source><title>Re: CallDLL32</title></item></channel></rss>
