$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2007-10-30 03:39:51
Hi Christian,
I assume you need to use either wchar_t or set in Visual C++ the charset not
to multi-byte but not implemented. Otherwise you are trying to use pass
single-byte strings as multi-byte string params.
Best Regards,
Ovanes
On 10/29/07, Christian Henning <chhenning_at_[hidden]> wrote:
>
> Hi there, I just pulled the latest reflection code from the sandbox
> and tried to compile the example. But unfortunately there are
> compilation errors.
>
> For example:
>
> c:\boost-sandbox\boost\extension\impl\library_impl.hpp(37) : error
> C2664: 'LoadLibraryW' : cannot convert parameter 1 from 'const char *'
> to 'LPCWSTR'
>
> Is the relection lib in a usable stage?
>
> Thanks,
> Christian
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
>