Subject Re: [firebird-support] 64 bit UDF DLL problem on Windows
Author Dimitry Sibiryakov
29.03.2017 0:27, Nagy Szilveszter nagy_szilveszter@... [firebird-support] wrote:
> I have wasted a lot of time but succes yet to come.

void foo()
#ifdef __WIN32__
__declspec(dllexport);
#else
__attribute__((visibility ("default")));
#endif // __WIN32__


--
WBR, SD.