Hi,
i have a problem with sf::String. When i compile "graphics-fonts.cpp" from the tutorial "Displaying Text" i get:
Info: resolving vtable for sf::Stringby linking to __imp___ZTVN2sf6StringE (auto-import)
.objs\main.o:main.cpp:(.text$_ZN2sf6StringD1Ev[sf::String::~String()]+0x3a): variable 'vtable for sf::String' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 0 seconds)
I use Code::Blocks and SFML 1.3 the other example quellcodes works fine
i hope you can help me[/b]