AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DLL using exported function

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
doggy4s



Joined: 22 Jan 2007
Posts: 16

PostPosted: Sat Apr 04, 2009 3:07 pm    Post subject: DLL using exported function Reply with quote

Hi

Hope my subject is correct (terms)

I am checking if it is possible and how to use a (exported) dll function.

checking with PE exlorer ( or alike) I found results like the examples below :

Undecorated C++ Function:
public: void __thiscall TheDllfilename::someCtrl::DoSomething(void)

Undecorated C++ Function:
public: int __thiscall TheDllfilename::someCtrl::IsDoingsomething(void)

Undecorated C++ Function:
public: void __thiscall TheDllfilename::someCtrl::DoSomething(int)

I understand the TheDllfilename and the DoSOmething being the function (?) but confused by the inbetween


anyway based on the above information to transform that to a AHK DLL call ?

Thanks much
Back to top
View user's profile Send private message
doggy4s



Joined: 22 Jan 2007
Posts: 16

PostPosted: Wed Apr 08, 2009 7:07 am    Post subject: Reply with quote

No hints ? Sad

Would this info help ?


DLL filename = TheDllfilename.dll

function extracted from with depedency walker

?IsDoingsomething@someCtrl@TheDllfilename@@QAEHXZ

( or undecorated C++ function)

int TheDllfilename::someCtrl::IsDoingsomething(void)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group