
22 Apr
2005
22 Apr
'05
11:39 a.m.
On Apr 21, 2005, at 11:38 PM, Victor A. Wagner Jr. wrote:
At Thursday 2005-04-21 19:40, you wrote:
On Apr 21, 2005, at 12:22 AM, Joel wrote:
Ok. Done. Well, at least I am able to compile read_graphviz_spirit.cpp. Is that all?
Thanks! VC 7.1 is up and running and I'm a happier man for it :)
I was getting buffer overrun errors when compiling that... is it now fixed? I think they've gone away. I was chasing it earlier today, but dint' see anything obvious. What was it, btw??
I ended up having to add /GR- to the compiler options, to turn off RTTI inside that source file. Otherwise we get buffer overrun errors from the compiler... but everything seems to work fine once we've done that. Doug