I have an C++ DLL into which I need to register a Callback.
My problem is that the C++ DLL expects fixed length arrays. How do I need to delcare the arrays in the CallBack and the Function.
The C++ Type is delcalred as
My problem is that the C++ DLL expects fixed length arrays. How do I need to delcare the arrays in the CallBack and the Function.
The C++ Type is delcalred as
Code:
typedef void (*Full_Callback) (int Site, bool Change(8));