1 message in com.mysql.lists.win32UDF on WinNT
FromSent OnAttachments
George A. Fitch III09 Oct 2000 17:14 
Subject:UDF on WinNT
From:George A. Fitch III (geor@orgella.com)
Date:10/09/2000 05:14:07 PM
List:com.mysql.lists.win32

Hi all,

I'm trying to define a UDF for MySQL v3.23.25 on WinNT using Visual C++ 6.0 Enterprise. I downloaded the the source, found the udf_example.cpp, create a new dll project in Visual C++, compiled udf_example.cpp into a file called MyUDF.dll and tried "create aggregate function avgcost returns real soname 'd:\gaffer\mysql\MyUDF.dll'". It returned 'Unknown Error: 1105'.

Does anyone know what I'm doing wrong?

Gaf