------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1209 Alexander Vostres <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #7 from Alexander Vostres <[email protected]> 2014-04-15 02:55:19 --- This is not bug. Using code from description [DllImport("pcre3.dll")] private static extern void pcre_free(IntPtr re); you're binding to function "pcre_free", while it's not a function, but a pointer to function. Proper code can be seen in my project on github: https://github.com/Alexx999/PcreSharp -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
