Q: compiling a UDF using VC++6 Greetings all,
I need to create a UDF under Windoze.
I've found some examples of MySQL UDFs and some webpages describing
how I need to compile them as a DLL (on a Windoze box).
I have Visual Studio 6.0 EE .
I'm running MySQL Server 5.0 installed as a precompiled binary. I do
see an ./include directory under C:\Program_Files\MySQL
\MySQL_Server_5.0 and this dir does contain the header files
referenced in the UDF examples I've found.
I need some help setting up my project in VC++6 to compile my UDF.
Would someone please give me a hand?
TIA,
Still-learning Steve |