P
Peter Nimmo
Hi,
Is there any way to make #import use wchar_t as a Built-In type?
I have a .idl file that has some wchar_t parameters when run through MIDL
it produces a header file that also references wchar_t parameters, but
whenever I use #import on the DLL, which was generated in the DLL project
that contains this .IDL file in its source code the wchar_t's turn into
"unsigned short"s
Peter
Is there any way to make #import use wchar_t as a Built-In type?
I have a .idl file that has some wchar_t parameters when run through MIDL
it produces a header file that also references wchar_t parameters, but
whenever I use #import on the DLL, which was generated in the DLL project
that contains this .IDL file in its source code the wchar_t's turn into
"unsigned short"s
Peter