rtx

Running mstest *without* it using a ThreadPool

I'm writing some managed code to wrap a the native calls for IntervalZero's RTX product. RTX basically enables real time coding under Windows by setting up a kernel proxy. What's important here is that RTX generates the proxy when DllMain gets called with DLL_THREAD_ATTACH (and tears it down on DLL_THREAD_DETACH). If that proxy hasn't...

Does Boost work with IntervalZero RTX 2009?

Hi all Rtx experts, Have anyone implemented hard real-time app on IntervalZero Rtx environment using Boost libraries? I wish to use the Boost `unordered` data structures instead of solely relying on STD::Vector. Or Array/Vector is the only data structure supported by Rtx? * Off topic question: Can we use STD::String instead of ...