Hi, All,

I am trying to call a native C++ function from managed C++, which is supposed to return a vector of double. Unfortunately, it is always empty in release mode, although it works under debug mode.

I checked that it should not be empty. Anyone has some clue what is going on?

Thanks,

CR