$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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