11 Sep
2010
11 Sep
'10
6 a.m.
Hello Alexei, here is another hairy one, which is a compiler bug in my opinion: Problem: MSVC does not include the exprseq::info() method, giving unresolved symbols when linking Solution (rather, workaround): Add an unarchiver :-) Note: Someone else suggested adding a dummy method in exprseq.cpp basic* dummy_func(void) { return new exprseq(); } but I thought that maybe an unarchiver is at least remotely useful... Have fun! Jan