问题标签 [delay-load]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
23 浏览

windows - 我可以通过延迟加载或 LoadLibrary 使用 QT dll 吗?

我正在使用一个使用 qt 5.6 的程序。加载 QT dll(Qt5Core、Qt5Gui、Qt5Widgets 等)会使我的程序占用大量内存空间并且它不会一直显示 UI。我可以通过延迟加载或使用 LoadLibrary 来使用那些 Qt dll 吗?