Dmitrii Dimandt - 2005-04-27

I downloaded version 0.6.1 and it wouldn't compile under MS VS.NET 7.1.

First, I had to change all "vsnprintf"s to "vsprintf"s, even though I am not sure that the exchange is right.

However, then the Studio splattered the screen with

"include\qry_dat.h(133): error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)
"

and the like