RE: user defined functions under windows

2002-09-18 Thread Chugh Shalini
) { return 1.0; } now try this.. Rgds > -Original Message- > From: Paul Grimwood [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 10:45 PM > To: [EMAIL PROTECTED] > Subject: user defined functions under windows > > I am trying to create a user-defin

user defined functions under windows

2002-09-18 Thread Paul Grimwood
I am trying to create a user-defined function for mysql. I am using a windows binary version of mysql and visual c++ to compile the code. I have created a dummy function call func_test that just returns 1.0. I compile this within a win32 dll project and get a file called funcdll.dll. This is