Hi all
when executing my VB Code it tells me that
=>>error : DLL Call Convention is incorrect ...
Here are the essential lines i wrote in my VB code to use the DLL function :
________________________________________________________
Public Declare Function CWorkingDir Lib...
Hi all
when executing my VB Code it tells me that
=>>error : DLL Call Convention is incorrect ...
Here are the essential lines i wrote in my VB code to use the DLL function :
________________________________________________________
Public Declare Function CWorkingDir Lib...
hi
i wrote my VBscript in which i invoqued a function from a
DLL by declaring it like this:
Public Declare Function Select Lib "./mydll.dll" _
^
(ByVal Port As String) As Integer
But when executing the script it raises the next message of compilation error ...
Thanks a lot Zymurgyst,
it s more clear now
*but i didn't find my DLL using the OLE View even after using regsvr32, it says "file.dll" is loaded but "Dllregisterserver entry point is not found"
"Dllregisterserver may not be exported"
* else how could i know...
hi all
please could u tell how (or give me an example)to call a DLL function, written with Visual C++, from a VBScript?
Thanks in advance
cordilly
khaled
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.