30 Oct
2007
30 Oct
'07
7:12 a.m.
Christian Henning 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?
I don't know, but try to compile using the "Multi-Byte character set" flag to get rid of the above error (assuming that you are using VC++). If the library only supports multi-byte mode, it should probably explicitly use the Ansi varieties of the Win32 APIs. / Johan