Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Missing CallingConvention.Cdecl  (Read 2334 times)

0 Members and 1 Guest are viewing this topic.

Spodi

  • Full Member
  • ***
  • Posts: 150
    • View Profile
    • http://www.netgore.com/
Missing CallingConvention.Cdecl
« 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);

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Missing CallingConvention.Cdecl
« Reply #1 on: November 07, 2010, 07:55:19 pm »
Fixed, thanks :)
Laurent Gomila - SFML developer

 

anything