Subject | Re: [firebird-support] 64 bit UDF DLL problem on Windows |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2017-03-29T08:48:07Z |
29.03.2017 0:27, Nagy Szilveszter nagy_szilveszter@... [firebird-support] wrote:
#ifdef __WIN32__
__declspec(dllexport);
#else
__attribute__((visibility ("default")));
#endif // __WIN32__
--
WBR, SD.
> 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.