JohnOne Posted January 17, 2014 Posted January 17, 2014 Perhaps, but it would just be speculation for me sorry. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
JohnOne Posted January 17, 2014 Posted January 17, 2014 (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 January 17, 2014 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
b0x4it Posted January 18, 2014 Author Posted January 18, 2014 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?
JohnOne Posted January 18, 2014 Posted January 18, 2014 DllCall("SQLite.dll", "int:cdecl", "sqlite3_open", "str", $sDatabase_Filename , "long*", 0). -> help file -> DllCall ->Remarks AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
b0x4it Posted January 18, 2014 Author Posted January 18, 2014 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!
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