I download it and tried it and still does not work. It gives me the same error message.
Is something wrong with the way i am calling it?
using G = SFML.Graphics;I am aliasing the namespace as G
text = new G.String2D("God is Good");
G.FloatRect rect = text.GetRect();