[Botan-devel] Botan with VS .NET 2003

Jack Lloyd lloyd at randombit.net
Tue Aug 29 16:35:10 EDT 2006


On Tue, Aug 29, 2006 at 01:22:39PM -0700, Matthias Kurz wrote:
> Yes, I did a complete rebuild. 
> The strange thing is that although the checks pass,
> the hash.cpp example still doesn't work.

Hmmm... have you tried also rebuilding the examples? I'd imagine that
RTTI support requires some special code to be linked into the startup
routine, so it's possible that if main() is compiled with RTTI
disabled all uses of it will fail, even if the library code was
compiled with RTTI. Kind of a shot in the dark, but it seems possible.
(How do the other examples fare?)

-Jack


More information about the botan-devel mailing list