Cristi Fati
Cristi Fati
I too ran into the same issues (and many more), and fixed them. So far, I'm stuck with: ``` c:\Install\pc032\Microsoft\VisualStudioCommunity\2019\VC\Tools\MSVC\14.25.28610\bin\HostX86\x64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:e:\Work\Dev\CristiFati\Builds\Win\RPy2\src /LIBPATH:c:\Install\pc064\Python\Python\03.07.06\Libs /LIBPATH:e:\Work\Dev\VEnvs\py_pc064_03.07.06_test0\libs /LIBPATH:e:\Work\Dev\VEnvs\py_pc064_03.07.06_test0\PCbuild\amd64...
I think it's actually #351.
Thank you for feedbacks. I didn't explicitly stated it in the description, but *do_modeless* is a (lame) workaround (*gainarie*). Will check it, but give me some time. I will post...
I completed my tests. This is the current situation (build with latest changes): - Modal dialog (which is now the default) works - Modeless crashes (as expected since no fix...
I finally got the modeless purpose. So setting it from a script (like in *SO*) is not supported. I think it's fine. As a note: changing *mdi* has no effect....
Also, the test env is quite poor. Many tests fail because of setup issues totally unrelated to the changes.
Thank you @cenit, that was it!! Unfortunately I didn't see your *PR* in my repo (to be honest I didn't expect anyone to commit there), so I rebased myself. But...