No extern Interop Disassembly Issues

JebBrain 1.1 doesn't generate extern keyword for interop declaration [DllImport("zlibapi.dll", EntryPoint = "gzwrite")]     private static unsafe int gzwrite64(IntPtr file, byte* buf, int len);So I always got errors like  'Zlib.gzwrite64(System.IntPtr, byte*, int)' must declare a body because it is not marked abstract, extern, or partial.Could you help to fix that issue?Thanks
0
1 comment

Hi,

This issue was fixed in dotPeek 1.2, the latest dotPeek 1.3 should work fine as well.

0

Please sign in to leave a comment.