$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost.dll winapi compile error
From: Elod G (gyelod_at_[hidden])
Date: 2016-01-17 16:12:32
Hello All,
I cloned origin/master of https://github.com/boostorg/dll and copied
include/ to the 1.60 release of boost to give boost.DLL a go.
I am getting the following compile error when including: "boost/dll.hpp"
boost\dll\detail\windows\shared_library_impl.hpp:140: error: C2039:
'get_proc_address' : is not a member of 'boost::detail::winapi'
I am using VS2013.
What am I missing?
-- ElodG