Hello Community
(I'm really sorry about my English).
I have a problem.
Here is some source code (I think then you now what i mean, i hope).
[CPP]
void Class::SetRenderWindow(sf::RenderWindow &App)
{
this->App = App;
}
// Now i call the Method
Class.SetRenderWindow(App);
[CPP]
Compiler output:
||=== **** Test, Debug ===|
||Info: resolving vtable for sf::Spriteby linking to __imp___ZTVN2sf6SpriteE |
||warning: auto-importing has been activated without --enable-auto-import specified on the command line.|
C:\Projekte\C++\********\.objs\main.o||In function `ZSt38__copy_backward_output_normal_iteratorIPPN2sf5EventES3_ET0_T_S5_S4_12__false_type':|
)]+0x26)||undefined reference to `sf::NonCopyable::operator=(sf::NonCopyable const&)'|
)]+0x26)||undefined reference to `sf::NonCopyable::operator=(sf::NonCopyable const&)'|
||=== Build finished: 2 errors, 1 warnings ===|
I use Code::Blocks and my Compilier is MinGW but i think the error is the overloaded operator =