Hi,
I'm using NI RFmx with a legacy system that utilizes a MINGW (g++, 32-bit) build environment.
I encountered a runtime error titled "SmartHeap error: Out of memory." I believe memory is not the issue.
Rebuilding the same code using VS2017 resolves the issue.
Are there any control flags (compile flags or environment variables) I can use to stop using SmartHeap?
Unfortunately, I cannot change the MINGW environment as it is a requirement.
Any suggestions would be greatly appreciated.
Regards,