Hi,
I am using my_sql_real_escape_string and in that the
strmov function of mysqlclient library.
I am getting the following errors while compiling:

d:\program files\mysql\include\m_string.h(143) : error
C2061: syntax error : identifier 'uint'
d:\program files\mysql\include\m_string.h(146) : error
C2061: syntax error : identifier 'uint'
d:\program files\mysql\include\m_string.h(147) : error
C2061: syntax error : identifier 'uint'
d:\program files\mysql\include\m_string.h(149) : error
C2061: syntax error : identifier 'uint'
d:\program files\mysql\include\m_string.h(151) : error
C2061: syntax error : identifier 'pchar'
d:\program files\mysql\include\m_string.h(154) : error
C2061: syntax error : identifier 'my_string'
d:\program files\mysql\include\m_string.h(155) : error
C2146: syntax error : missing ';' before identifier
'strinstr'
d:\program files\mysql\include\m_string.h(155) : fatal
error C1004: unexpected end of file found
Error executing cl.exe.
I could not locate the identifiesrs strinstr etc in
any of the include files.

Can some one guide me for a way out.

Regards,
Ravi


____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to