SFML community forums

Bindings - other languages => DotNet => Topic started by: Spodi on November 07, 2010, 07:41:36 pm

Title: Missing CallingConvention.Cdecl
Post by: Spodi on November 07, 2010, 07:41:36 pm
Seems the CallingConvention.Cdecl parameter is missing in the .NET bindings on:

Code: [Select]
static extern void sfText_SetString(IntPtr This, string Text);
Title: Missing CallingConvention.Cdecl
Post by: Laurent on November 07, 2010, 07:55:19 pm
Fixed, thanks :)