AzKay Posted January 14, 2009 Posted January 14, 2009 In C# it would be called by something like; File: something.dll using something; public static Something sdfsdf = new Something(); sdfsdf.whatever.whatever("test", "Test"); Any idea on how to use these in autoit? Ive looked at COM, DllCall. They dont register with regsvr32, and DllCall returns; @error = 1 unable to use the DLL file # MY LOVE FOR YOU... IS LIKE A TRUCK- #
zfisherdrums Posted January 15, 2009 Posted January 15, 2009 Do you have the C# source for the dll? If so, is the assembly COM-visible? IF yes, registering the .NET dll for COM requires, among other things, the use of REGASM.EXEDocumentation here. Identify .NET controls by their design time namesLazyReader© could have read all this for you. Unit Testing for AutoItFolder WatcherWord Doc ComparisonThis here blog...
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