Reini Urban schrieb:
Jan Dubois schrieb:
On Sun, 18 Sep 2005, Reini Urban wrote:
I just had a minor issue when iodbc is used instead of the MSVC ODBC
headers. See https://rt.cpan.org/NoAuth/Bug.html?id=14634
I notice you only changed the #includes in ODBC.xs.  I assume the same
change should be applied to CMom.cpp, Constants.cpp and CResults.cpp,
right?
Well, the headers are only important, if the syntax breaks in the MSVC 
headers, as it only does for the one SQLError call in ODBC.xs.
For the other files it would be useless art, the only importance is to 
link against the correct libs, but it would not harm to add the same 
logic also there.
BTW: I'll come up with a better patch sooner or later,
introducing -DHAVE_IODBC.
Then all cpp sources get the correct header suite, and esp. link to the wanted lib.
The above patch is just for the default cygwin case with iodbc 
installed, and doesn't harm on the other targets as well.
--
Reini Urban
http://phpwiki.org/

Reply via email to