--- In DatabaseTemplateLibrary@yahoogroups.com, "buschnick"
<Soeren.Meyer-Eppler@...> wrote:
>
> > I have added a pre-release of 3.6.11 which fixes the latest gcc 4.1.2
> > compile errors you mentioned. It can be found at:
>
> Thank you.
>
> I now have the following compile error on MSVC2008:
> 1>r:\dtl_3_6_11\lib\variant_row.cpp(1135) : error C2440: 'static_cast'
> : cannot convert from 'const dtl::dtl_variant_t' to '__int64'
> 1> Ambiguous user-defined-conversion
>
> Any ideas?
>
Yeah, in the latest changes I commented out the ODBCINT64 support in
variant_t because it resolved to long int under 64 bit which
conflicted with the existing "long int" cast that variant_t has. I
will look to find a better way to resolve this.
Corwin