spiiin
spiiin
I tried to use iup binaries with mesen, but can't choose correct version for it. I tried use dlls from together (for windows-64, dlls from msvs-17): https://sourceforge.net/projects/iup/files/3.26/Windows%20Libraries/Dynamic/iup-3.26_Win64_dll15_lib.zip/download https://sourceforge.net/projects/iup/files/3.26/Windows%20Libraries/Dynamic/Lua53/iup-3.26-Lua53_Win64_dll15_lib.zip/download And from...
`get_mangled_name()` return function name without module_name prefix when module name is empty. But program simulation (inside `Program::buildMNLookup`) fill mnh table with prefix of module name even if it empty (it...
looks like if_ref/is_ref_value not working for value types ```python options log_infer_passes=true [export] def main var a: int var b: int& = a print("{typeinfo(typename type)}\n") print("{typeinfo(is_ref type)}\n") print("{typeinfo(is_ref_value type)}\n") print("{typeinfo(is_ref_type type)}\n")...