Hi Everyone: Can UDFs be written for Microsoft 2000? Many of the posts I read on the newsgroups contradict each other. It seems that support was added by a patch from Ralph Mason, but I can not be sure.
I am using 3.23.52 and VC6. I was able to make a dll of the udf I wanted to add. I assumed a DLL was the same as the .SO file, however I am not sure how to set the rdynamic flag. I start mysqld and attempt to add my function but I get an error 1126 which means "can't open shared library 'udfnotify.dll' (errno 0)' I looked up error 1126 and at least for the unix versions it tells me I need to set -rdynamic. I have not been able to find any refererence to Windows. Thanks for any help you can give. --------------------------------------------------------------------- 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