Boost logo

Boost :

From: Boris (boriss_at_[hidden])
Date: 2008-04-01 17:28:12


Is this the right place to discuss (Boost.)Extension (using a parenthesis
as I'm not sure if this library has been accepted or even been reviewed)?

In file extension/impl/library_impl.hpp, line 37, LoadLibrary needs to be
replaced with LoadLibraryA. Otherwise if you use Unicode you get a
compiler error (as LoadLibrary is then defined as LoadLibraryW which
expects a const wchar_t* and not a const char*).

Boris


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk