EckardKlotz

Results 7 comments of EckardKlotz

Hello Developers. I'm working with wxWidgets 3.2.0 on a Windows 10 laptop and face the issue with the slow table layout also. In your forum you will find similar reports...

Hello Vadz. Thanks for the fast response. > You can use wxHTML with in-memory bitmaps, see memory: VFS. Is there an example that shows how this works? - I do...

I assume you are talking about using a [wxMemoryFSHandler](https://docs.wxwidgets.org/trunk/classwx_memory_f_s_handler.html#a246d22b003a3296f2a53c34359bd8094). Right?

Dear Vadz. Since I only use a monolithic build DLL of wxWidgets I could not confirm that it is not happening with separate DLLs or with static libraries. The change...

Dear Vadz. The big disadvantage of using small part-libraries is the fact that you have to figure out which you really need. However, as far as I understand you use...

Hello Vadz. As you have advised, I have replaced my monolithic DLL `wxmsw32u_gcc_custom.dll` by the following 2: - wxbase32u_gcc1030TDM_x64.dll - wxmsw32u_core_gcc1030TDM_x64.dll - I took both from the [3.2.0_gcc1030TDM_x64_ReleaseDLL.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0/wxMSW-3.2.0_gcc1030TDM_x64_ReleaseDLL.7z) I have...

Hello Vadz. Thank you in advance for all the effort you will take. Best regards, Eckard Klotz.