Hi
How to write method in wrapper for method from C++:
HRESULT Add(WCHAR *wcPath)
???
I've write something like this
int Add(string wcPath)
and it's doesn't work :(
regards
kuba florczyk
How to write method in wrapper for method from C++:
HRESULT Add(WCHAR *wcPath)
???
I've write something like this
int Add(string wcPath)
and it's doesn't work :(
regards
kuba florczyk
Comment