[Oledb-dev] Provider question

Arvo arvox at hot.ee
Sun Apr 9 12:30:06 GMT 2006


Hello Shachar,

> Thanks. Let me know. If possible, I want the code to compile, out of the
> box, on as many platforms as possible.

Doesn't compile yet with VC7 (VS.NET 2002) :)

Problem(s):

e:\PGOLEDB\oledb\PgDBSchemaRowsetImpl.h(146): error C2039: 'InlineIsEqualGUID' : is not a member of 'ATL'
e:\PGOLEDB\oledb\PgCommand.cpp(377): error C2039: 'InlineIsEqualGUID' : is not a member of 'ATL'

Looking at source, you changed InlineIsEqualGUID scope since version 1.0.0.18. Unfortunately VC7 doesn't like
::ATL::InlineIsEqualGUID() - what should I wrote instead? 
InlineIsEqualGUID() (like it was in old version) or ::InlineIsEqualGUID()?

Project itself converted well, my old problem was with PgOleDb.dll registration - needs to put libpq.dll somewhere into path (or into Debug subdirectory :)).

And what I don't like either - big amount of compiler warnings. See attached text.

-- 
Best regards,
 Arvo                            mailto:arvox at hot.ee
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Output-Build.txt
Url: http://pgfoundry.org/pipermail/oledb-devel/attachments/20060409/6185861a/attachment.txt 


More information about the Oledb-devel mailing list