|
From: nix <ar...@lu...> - 2015-02-02 22:32:17
|
I'm trying to pass a structure similar to the one below between c++ code and
c#:
typedef struct P1
{
__int64 id;
* wchar_t symbol[32];*
} P1;
Tried to use %include <wchar.i>, but it does not seem to do the job and I
can't seem to find anything usefull in swig docs regarding wchart_t arrays.
Is this at all possible?
--
View this message in context: http://swig.10945.n7.nabble.com/Is-there-any-way-to-pass-wchar-t-to-a-c-string-tp14170.html
Sent from the swig-user mailing list archive at Nabble.com.
|