$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Dan Fike (dan.fike_at_[hidden])
Date: 2008-05-19 09:32:49
>> Anybody have a suggestion for the best way to expose a class's member
>> function that accepts const wchar_t* as an argument, or returns a const
>> wchar_t*?
> First, see http://www.boost.org/community/groups.html#cplussig
Ah, I guess I missed that before.
> Next, you'll want to write a custom type converter. I'm sorry that it
> isn't documented much. You can read
> https://realityforge.vrsource.org/view/PyOpenSG/HowBoostPythonWorks#Converting_from_python_to_c_and
> which will teach you quite a lot but you might be better off asking on
> the mailing list mentioned above if you just want a quick answer.
I'll double-ceck those docs and try again, and maybe post a query in
comp.python.c++.
Thanks!
Dan