unsigned short CPPWrapper::Factors(void) { array<unsigned short>^ aaa = bb->Factors(a,0); pin_ptr<unsigned short> pus = &aaa[0]; // this pin_ptr is not working for unsigned short return pus // will be used by native c++ } anyhelp... thanks
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)