Skip to Content.
Sympa Menu

freetds - Re: Trouble with gettin err_messages under C++

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Vladimir Maximenko <mvu AT wplus.net>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Trouble with gettin err_messages under C++
  • Date: Thu, 15 Mar 2001 13:12:23 +0300 (MSK)



> "Vladimir Maximenko" <mvu AT wplus.net> wrote:
>
> : Hi! I have some troubles when I write applications under C++ with
> : dberrhandle( syb_err_handler ).
> : How I can get error messages ?
>
> What sort of "troubles"?
>
When I call function dberrhandle() like wrote at the unittests
programms compiler don't get it with message:
matches converting function `syb_err_handler' to type `int (*)(...)'
I look to the 'dblib.c' when function described. These function send just
function's adress to another((int*)g_dblib_msg_handler at the token.c .
C++ types controler don't permit the same
references.





Archive powered by MHonArc 2.6.24.

Top of Page