Dear All,
I am trying to write a wrapper DLL from the other SDK's template library to use applcaition in C++ and .NET.
For example
Class A;
typedef unsigned char c_UInt8;
A<c_UInt8> bufImage;
buf = bufImage; // here I am looking for the suitable and equivalnet data type of bufImage
Please advise me if you had any experiences on it and I am looking forward to hearing from you.
Thanks and best regards
I am trying to write a wrapper DLL from the other SDK's template library to use applcaition in C++ and .NET.
For example
Class A;
typedef unsigned char c_UInt8;
A<c_UInt8> bufImage;
buf = bufImage; // here I am looking for the suitable and equivalnet data type of bufImage
Please advise me if you had any experiences on it and I am looking forward to hearing from you.
Thanks and best regards
Comment