Jump to content

Recommended Posts

Posted (edited)

Just realized what BogQ posted

void __cdecl test1(int,class mwArray & __ptr64,class mwArray const & __ptr64)

from dll export viewer.

looks like it takes 3 args and is __cdecl call

EDIT:

And it's name is "test1"

Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Posted

Just realized what BogQ posted

void __cdecl test1(int,class mwArray & __ptr64,class mwArray const & __ptr64)

from dll export viewer.

looks like it takes 3 args and is __cdecl call

EDIT:

And it's name is "test1"

 

Yes, I have noticed that, but how should I call __cdecl? Do you know how to do it?

Posted

DllCall("SQLite.dll", "int:cdecl", "sqlite3_open", "str", $sDatabase_Filename , "long*", 0). -> help file -> DllCall ->Remarks

 

I tried this, but it has the same result!

  • 2 weeks later...

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
  • Recently Browsing   0 members

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