We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.