[C++-sig] Fail to build Boost Python Tutorial: LNK1120: 55 unresolved externals
Stefan Ring
stefanrin at gmail.com
Tue Mar 19 12:20:03 EDT 2019
On Tue, Mar 19, 2019 at 3:52 PM Markus Johann Schmidt <schmmark at ethz.ch> wrote:
> A complete output of my command prompt is attached as well.
>
> May my problem be
>
> wrong import of python library? I try to use a wildcard in lib boost_python instead of `boost_python36-vc140-mt-x64-1_69` But the error stays the same when I rename it
> Some issues with 32bit and 64bit detection?
> Am I missing some imports?
Looks like issues with MSVC's runtime libraries. Maybe rename the
other Visual Studio version's installation directories temporarily to
avoid wrong versions being picked up? I have not tried following the
tutorial myself, though. Have not used Boost on Windows in a decade.
More information about the Cplusplus-sig
mailing list