samyeyo / LuaRT

Open source Windows programming framework for Lua
https://www.luart.org
Other
285 stars 17 forks source link

COM object call some methods two times #37

Closed samyeyo closed 1 year ago

samyeyo commented 1 year ago

Some COM objects have properties tagged as both property and method. LuaRT recognize them as properties and call them two times in this case.

samyeyo commented 1 year ago

Fixed in LuaRT 1.2.0 ✅