Hello all,
we're trying to get the NI Resource manager to detect a new chassis. For that we created a dll that is linked to in the windows registry. The dll is called and we see some reaction on the
we created a new dll to be read from the resource manager. The dll contains one function
Status PXISA_SystemModule_GetCount(String vendor, String model, Integer * count)
When returning count > 0 we see the resource manager is calling other functions (like "get name")
When returning 0 the resource manager is not calling other functions, so there is definitely something working. But in every case the resource manager crashes shortly after the PXISA_SystemModule_GetCount. We see the following output:


So it looks as if something in the memory got corrupted when our dll is called, the question is what is happening here.
Any hints or tips would be very appreciated.
best regards
Matthias