megahyperion Posted April 24, 2005 Author Posted April 24, 2005 A DLL is kinda like a AutoIt include file, except it's used at runtime. The DLL needs to provide some sort of interface to be used, such as function calls or objects. You could use DllCall on some DLL's while on others you can use the AutoIt COM functions. Depends on the DLL.We need more info on your DLL like what exactly is the name of your DLL? Where did you get it from? If its a common DLL then info on how to use it should be available.<{POST_SNAPBACK}>After much reading I see where your comming from now. (my head hurts)So I used OLE/Com object viewer and found in my registry the .dll I registered (the one in question) I think it does need a com file.I dont have the .tlb (thats what I need right?) so should I create one with tlbimp.exe ?I also checked the autoit help file and dont see anything about com functions, are they maybe in the newest beta or am I just searching the wrong keywords ?Thanks alot everyone, I feel im 75% there
megahyperion Posted April 24, 2005 Author Posted April 24, 2005 Anyone know the com functions in AutoIT ?
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