dqt
dqt copied to clipboard
"Memory allocation failed" link step error when using latest dub version and VisualD
First it complained of no Qt5Widgets.lib so went ahead and installed 5.12.2 or something like that, pointed L at /lib in the 5.12.2 directory under VS > Project > Build Options. To get the above screen.
Memory does reach its 16GB limit:
The bindings in branch master are based on Qt 5.15.2. Using the older version 5.12.2 could cause problems.
Are you building a project with both DQt and Pegged? Maybe you could first try separate projects with only DQt and only Pegged, so it is clear, which causes allocation failure.
Do you know if it fails during building or at runtime?