Re: UDF in c++ problem

2002-09-06 Thread Gelu Gogancea
] [EMAIL PROTECTED] - Original Message - From: "Fei Chen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 7:03 PM Subject: UDF in c++ problem > Dear list, > > I have a version of a shared lib, say udf_test

UDF in c++ problem

2002-09-06 Thread Fei Chen
Dear list, I have a version of a shared lib, say udf_test.so, written in C, that loads using "mysql> CREATE FUNCTION ..." without a problem. Now say I create another lib, udf_test1.so, that's written in C++ and includes code from udf_test.so (declared using extern "C"{}), MySQL complains ERROR 11