SFML / CSFML

Official binding of SFML for C

Home Page:https://www.sfml-dev.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RenderTexture.c

rjopek opened this issue · comments

Hi,

I came back to the topic with the CSFML library, new conditions appeared. I mean the compilation under Wndows.

../../../../../../src/Graphics/RenderTexture.c:123:14: warning: 'sfRenderTexture_getMaximumAntialiasingLevel' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
 unsigned int sfRenderTexture_getMaximumAntialiasingLevel();

Since this is talking about dllimport, I assume this comes up in connection with SFML.Net, correct?
When does this warning appear exactly? Can you provide steps to reproduce it?

I'm in the process of doing language bindings for Harbour, the bindings are written in C (not finished yet) hb-sfml project.
As I wrote earlier, creating static library, this problem only occurs on Windows.
Send a list here?

Whereas, compiling on Linux works very well, everything is fine. I have to check it again.

Sorry for the delay.