$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-16 05:10:52
Hello!
In the recent round of Boost.Build V1 vs. Boost.Build V2 test result
comparison, there's a problem with regex_timer test. Under V2, the following
link error is produced:
regex_timer.obj : error LNK2019: unresolved external symbol
__imp__PeekMessageA_at_20 referenced in function __catch$_main$0
..
\bin.v2\libs\regex\example\regex_timer.test\msvc\debug\threading-multi\regex_timer.exe :
fatal error LNK1120: 1 unresolved externals
Does anybody have an idea what that message is telling and how to avoid it? I
can't find anything special in V1 Jamfile.
Thanks in advance,
Volodya