Hi,
In my project I using managed C++ and C#.
I have a function "Point2f FrameTrack(Bitmap^ bmp)" in managed c++
and I called this function from C# "Point p=m_objImageIdentification.FrameTrack(bmp)"
then I got the following error.
1. Pointers and fixed size buffers may only be used in an unsafe context
2. No overload for method 'FrameTrack' takes 1 arguments
3. 'FrameTrack' is not supported by the language
Can anybody suggest a solution