On Tuesday, 20 August 2019 at 17:29:15 UTC, Dennis wrote:
On Tuesday, 20 August 2019 at 17:17:01 UTC, Vladimirs Nordholm wrote:[...]Importing only specifies that you expect the symbols to be there, it doesn't mean the functions are linked in.[...]
Thank you for the explanation Dennis.Never done the `pragma(lib, ...)` before, but that definitely solved the problem!