This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX C++ compatibility

Hi Guys,

Does anyone know if it is possible to use the RTX kernel in a C++ application?

Thank you,
Brent

Parents
  • I've converted my RTX application written in C to C++. Initially, my app halted in the stack overflow code when it tried to jump to main. The only way I could get it to run successfully, was by declaring a 16 byte heap space. My app doesn't use dynamic memory allocation, do you know why I had to allocate memory for the heap if the app doesn't use it?

Reply
  • I've converted my RTX application written in C to C++. Initially, my app halted in the stack overflow code when it tried to jump to main. The only way I could get it to run successfully, was by declaring a 16 byte heap space. My app doesn't use dynamic memory allocation, do you know why I had to allocate memory for the heap if the app doesn't use it?

Children