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
  • Yes, I also had to allocate 16 bytes. No, I do not know why. Since it appears to be part of the initialization, not not really dynamic mallocs and frees, I didn't complain. The main issue is/was that "my" program kept crashing in __main, before main was even called and I had to figure out why. It would be nice if there was a little documentaion.

Reply
  • Yes, I also had to allocate 16 bytes. No, I do not know why. Since it appears to be part of the initialization, not not really dynamic mallocs and frees, I didn't complain. The main issue is/was that "my" program kept crashing in __main, before main was even called and I had to figure out why. It would be nice if there was a little documentaion.

Children