imdummy Posted May 2, 2014 Posted May 2, 2014 (edited) Hi all, I come across a problem in using .NET dll. I have tried with DllCall and ObjCreate, but it doesnt work. My question is : 1. Do I need to add anything inside the .NET dll in order to make autoIT script know it is a dll? 2. Am I using objCreate correctly? I have tried with: FileInstall("xxx.dll",@SystemDir&"\xxx.dll",0) RunWait(@ComSpec & " /c regsvr32 /s xxx.dll",@SystemDir,@SW_HIDE) $theLib=ObjCreate("xxx.theClass") $theLib.theFunction(“ArgumentString1”, “ArgumentString2”) Thanks a lot! Edited May 2, 2014 by imdummy
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