Jump to content

DllCall


Recommended Posts

I would like to use a function that is in this dll: xnm34i.dll

This 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 file

Can you help me, please...

Thanks,

Eusebio

WhoIsYouTube Video downloaderSoundex - SoundexEx - Levenshtein Distance (algorithms)[font="Arial"]I3osé[/font][font="Arial"]AutoIT[/font]
Link to comment
Share on other sites

Hi,

this dll exports only 2 functions :

_WILExtender2@40

_WILExtenderQuery@12

Take 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.dll

This 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 file

Can you help me, please...

Thanks,

Eusebio

Edited by bastel123
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...