$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [statechart] Asynch statechart in dll
From: Andreas Huber (ahd6974-spamboostorgtrap_at_[hidden])
Date: 2009-05-01 10:50:58
> Solved: the BallReturned event needed to be exported. Otherwise its type
> info was being defined twice, once by the exe, once by the dll.
Right, its very important to properly export/import all classes that are
"used" in both the exe & dll. Alternatively, you could do away with the
exporting/importing and just define BOOST_STATECHART_USE_NATIVE_RTTI in all
TUs.
Regards,
-- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header.