Hi everybody again,
I just got a little freaky problem. I know that the LNK2001 error should mean that I didn´t linked a library, but I linked all librarys I know so far^^
sfml-system-d.lib sfml-window-d.lib sfml-graphics-d.lib sfml-audio-d.lib sfml-network-d.lib
Although the network library isn´t necessary in my case, I linked it because I wasn´t sure... :oops:
The whole error: (I´m sorry that some parts in german)
1>main.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""private: static unsigned int * sf::Font::ourDefaultCharset" (?ourDefaultCharset@Font@sf@@0PAIA)".
1>P:\Projekte SFML\Pong-Clon\Debug\Pong-Clon.exe : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.
I hope someone could help me!
thx, Felix