mfkl / LibVLCSharp-readonly

.NET bindings for LibVLC
GNU Lesser General Public License v2.1
9 stars 2 forks source link

Disable unsafe code flag #20

Open mfkl opened 6 years ago

mfkl commented 6 years ago

To do this, marshalling needs to be changed for

jeremyVignelles commented 6 years ago

Why not using a IntPtr ? Is there any drawbacks (like heavy performance implications) of using the managed IntPtr?

mfkl commented 6 years ago

No drawbacks, I just did not get around to changing this cppsharp-generated signature and writing the marshalling logic yet. Issue created so I don't forget it :)