Hi,

I'm writing my first XS module, and it is a Windows-only one.

I wonder what is the common idiom to convert Perl's internal strings (either
SV with or char * such as a key name returned by hv_iternextsv) to/from
Win32 API Unicode ?
Is there some standard functions in the Perl API ? Maybe Win32 specific ?


And more broadly, is there a FAQ for XS on Win32 ?
(for example, how to wrap Perl functions as callbacks for the Win32 API ?)

Thanks,

Olivier Mengué
http://search.cpan.org/~dolmen/

Reply via email to