hello
if my Calc addin attempts to pass an integer to an ostringstream, Calc crashes.
i write a simple Calc addin containing one formula including the lines below
std::ostringstream s1;
s1 << 5;Calc blows up on the statment "s1 << 5;".
i would be grateful if someone could help me figure out what is going wrong.
many thanks eric
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
