go to post Emanuel Lazar · Sep 5, 2018 proxy build it happens first time, when you make the build, it show a big list of items from the class, second time and more it shows only few lines in build proccess, I tried to repeat by deleting class+re-build, it show always few lines (3-4 lines) the class , have to be correct, because it pass the VS2012 , and works ok under activate.
go to post Emanuel Lazar · Sep 5, 2018 Hi Eduard,at last I found, and got same results as from Activate Wizard, the two lines of code , that you should advice :set Location="c:\myPath\Mylib.tlb"set Package = "Activate" ; (if you want the package under activate)Set o = ##class(%Activate.TLEnumerator).%New()do o.LoadTypeLibrary(Location, Package)
go to post Emanuel Lazar · Sep 4, 2018 hello Eduard,thanks for info,I am not familier with %Activate.TLEnumerator, I looked in documentation, with no result,can you give code exmaple (step-by-step), or link to code, how I set "MyAssembly.tlb" to %activate list ?, so after setting I view the list and see it in the %activate list