AutoHotkey Community

It is currently May 26th, 2012, 4:49 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: April 4th, 2009, 4:07 pm 
Offline

Joined: January 22nd, 2007, 6:19 pm
Posts: 16
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2009, 8:07 am 
Offline

Joined: January 22nd, 2007, 6:19 pm
Posts: 16
No hints ? :-(

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)


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], BrandonHotkey, Miguel, notsoobvious, poserpro, SifJar, Yahoo [Bot] and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group