argumentum Posted May 25, 2020 Share Posted May 25, 2020 (edited) My bad. Goodness !. Sorry about my line of questioning, Got to look at the IdispatchASM.au3 and made sense of it. I was just running IdispatchASM_compiled_example.au3 and doing other things. Edited May 25, 2020 by argumentum Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Beege Posted May 25, 2020 Author Share Posted May 25, 2020 (edited) Sounds good. Definitely compare the two because the compiled example and iDispatchasm.au3 are the same thing, just one has all the source assembly code and gets compiled on the fly every time you run it with fasmg and the other has all the assembly code replaced with precompile machine code. So the example one would not need the fasmg and include folder to run where the iDispatchasm.au3 does. Edited May 25, 2020 by Beege argumentum 1 Assembly Code: fasmg . fasm . BmpSearch . Au3 Syntax Highlighter . Bounce Multithreading Example . IDispatchASMUDFs: Explorer Frame . ITaskBarList . Scrolling Line Graph . Tray Icon Bar Graph . Explorer Listview . Wiimote . WinSnap . Flicker Free Labels . iTunesPrograms: Ftp Explorer . Snipster . Network Meter . Resistance Calculator Link to comment Share on other sites More sharing options...
junkew Posted June 29, 2020 Share Posted June 29, 2020 Really nice. Wondering if with this we also can more easily call .NET libraries? FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
junkew Posted June 29, 2020 Share Posted June 29, 2020 @argumentum for starters I had some help with codeproject references 8 articles you can reach it thru this https://stackoverflow.com/questions/946114/how-to-use-idispatch-in-plain-c-to-call-a-com-object https://docs.microsoft.com/en-gb/windows/win32/api/oaidl/nn-oaidl-idispatch?redirectedfrom=MSDN But there are many books written on COM/COM++ having hundreds of pages so no Idea if there is a one-pager that explains it. https://books.google.nl/books?id=x2OIPSyFLBcC&pg=PT227&lpg=PT227&dq=iunknown+idispatch+.net&source=bl&ots=_rACVH3Ul-&sig=ACfU3U1SSU-ORYxW_MIuXDjA4fxiUf2K3Q&hl=en&sa=X&ved=2ahUKEwiOkprL2qbqAhUxURUIHYHcDaQQ6AEwAnoECAUQAQ argumentum 1 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
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