dqt icon indicating copy to clipboard operation
dqt copied to clipboard

"Memory allocation failed" link step error when using latest dub version and VisualD

Open enjoysmath opened this issue 1 year ago • 2 comments

image

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.

enjoysmath avatar Apr 01 '24 07:04 enjoysmath

Memory does reach its 16GB limit:

image

enjoysmath avatar Apr 01 '24 07:04 enjoysmath

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?

tim-dlang avatar Apr 01 '24 09:04 tim-dlang