MySQL Forums
Forum List  »  General

creating a UDF for Mysql - Error 1127 cn't find symbol in library
Posted by: Mario Rossi
Date: April 04, 2019 08:25AM

I wrote a function in C ++ with Microsoft Visual Studio 2010
I believe I have followed all the rules for making udf for mysql
the program compiles perfectly without any error
then the dll is generated
then I copy it to the mysql lib folder
only that when I go to record it gives me the syntax error

https://www.dropbox.com/s/lrpi8xr5dztoppt/err1.png?dl=0

if instead the register com eINTEGER rather than DOUBLE

gives me this error

https://www.dropbox.com/s/rulajh89bam3c8i/err2.png?dl=0

this is the source

https://www.dropbox.com/s/hhysguksc2xp2b7/ato_simil_string.cpp?dl=0

I hope you can help me.
Thank you all

PS.
I created a post identical to this in the Italian section. I hope there are no problems :)

Options: ReplyQuote


Subject
Written By
Posted
creating a UDF for Mysql - Error 1127 cn't find symbol in library
April 04, 2019 08:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.