Hi, All.
 Please, tell my how to compile a UDF under win32.
 For example, udf_example.cc
 
 cl /GX /TP /nologo /c udf_example.cc
 link /nologo /dll /out:udf_example.so udf_example.obj
 
 It do not export the functions :-(

dumpbin /export udf_example.so
DUMPBIN : warning LNK4044: unrecognized option "export"; ignored
Dump of file udf_example.so
File Type: DLL
  Summary
        1000 .data
        1000 .rdata
        1000 .reloc
        3000 .text

 
 Best, Nick.

sql,query
 




---------------------------------------------------------------------
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

Reply via email to