Hi Guys,
Does anyone know if it is possible to use the RTX kernel in a C++ application?
Thank you, Brent
I found a static object with file scope in my C++ application. When I removed this object, I could run successfully without declaring a heap. Apparently, the compiler was allocating memory for this object from the heap.