Hi,
Yes, I have asked in the Pascal related forum. Just covering all bases. I made a build of csfml already for this project. I was just checking to make sure there was no other way. All I was suggesting was that if you add a pointer to the end of the param ref then for those languages that have issues such as Delphi it should then be able to work:
sfContextSettings sfWindow_getSettings(const sfWindow* window);delphi
vs.
sfContextSettings sfWindow_getSettings(const sfWindow* window, sfContextSettings *settings_);
The 2nd should work and not break compatibility. Is all I am saying.
I am just trying to get this to work in Delphi. There are no binding that I know of, so trying to make some and these are the issues I am running into.