I inherited a Dex app that I want to upgrade to 2013. It uses a dll for some of its functionality, but I cannot seem to hook it up properly. I have not worked with COM within Dex before.
The dll is .Net'ed, I can open it fine from ildasm and see the methods and members.
Used regasm to register it, but when I go into the Library Definition window and click on the ellipses next to the name field, it is not anywhere in the COM Type Libraries list.
This may not be a huge deal, I'm able to create a Reference datatype for the COM Object. But when I try to compile the Dex script, I get an "unknown field" on the first member of that class in the script. A little farther down am getting an "unknown method" as well.
I made some guesses on which regasm.exe to use, went with the one in Framework\v4.0.30319 and it was successful.
Any suggestions?
*This post is locked for comments
I have the same question (0)