1 May
2009
1 May
'09
2:50 p.m.
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.