Eusebio Posted August 18, 2006 Posted August 18, 2006 I would like to use a function that is in this dll: xnm34i.dllThis DLL is for winbatch script language. Is possible to use with DllCall in AutoIT?My code is:$sResult=DllCall ( "xnm34i.dll", "str","nmSoundex","str","TEST","int",0 )the return error is 3: @error = 3 "function" not found in the DLL fileCan you help me, please...Thanks,Eusebio WhoIsYouTube Video downloaderSoundex - SoundexEx - Levenshtein Distance (algorithms)[font="Arial"]I3osé[/font][font="Arial"]AutoIT[/font]
bastel123 Posted August 18, 2006 Posted August 18, 2006 (edited) Hi,this dll exports only 2 functions :_WILExtender2@40_WILExtenderQuery@12Take a look to this site: http://techsupt.winbatch.com/webcgi/webbat...Description.txt There is the WIL extender sdk. I think its not possible to use the WIL extender dll with other applications.Sebastian I would like to use a function that is in this dll: xnm34i.dllThis DLL is for winbatch script language. Is possible to use with DllCall in AutoIT?My code is:$sResult=DllCall ( "xnm34i.dll", "str","nmSoundex","str","TEST","int",0 )the return error is 3: @error = 3 "function" not found in the DLL fileCan you help me, please...Thanks,Eusebio Edited August 18, 2006 by bastel123
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now