Panel użytkownika
Nazwa użytkownika:
Hasło:
Nie masz jeszcze konta?

SFML masa błędów

Ostatnio zmodyfikowano 2012-03-10 21:52
Autor Wiadomość
Gal
Temat założony przez niniejszego użytkownika
SFML masa błędów
» 2012-03-10 20:41:01
Gdy pisze z SFML i spróbuje przesłać tablice do funkcji wyskakuje mi ogromna ilość błędów prosze o pomoc! w moim kodzie nic nie znajduje jednak w bibliotekach nagle pełno a ja tam nic nie zmieniałem
C:\SFML-1.6\include\SFML\System\NonCopyable.hpp|57|error: 'sf::NonCopyable::NonCopyable(const sf::NonCopyable&)' is private|
C:\SFML-1.6\include\SFML\Window\Window.hpp|56|error: within this context|
C:\SFML-1.6\include\SFML\System\NonCopyable.hpp|57|error: 'sf::NonCopyable::NonCopyable(const sf::NonCopyable&)' is private|
C:\SFML-1.6\include\SFML\Window\Input.hpp|45|error: within this context|
C:\SFML-1.6\include\SFML\Window\Window.hpp|56|note: synthesized method 'sf::Input::Input(const sf::Input&)' first required here |
C:\SFML-1.6\include\SFML\Graphics\RenderWindow.hpp|46|note: synthesized method 'sf::Window::Window(const sf::Window&)' first required here |
C:\c++\Projekt Sfml\test.cpp||In function 'int main()':|
C:\c++\Projekt Sfml\test.cpp|62|note: synthesized method 'sf::RenderWindow::RenderWindow(const sf::RenderWindow&)' first required here |
C:\c++\Projekt Sfml\test.cpp|62|error:   initializing argument 1 of 'void sterowanie(sf::RenderWindow, bool*, sf::Event)'|
C:\c++\Projekt Sfml\test.cpp|63|error: expected ';' before 'while'|
C:\c++\Projekt Sfml\test.cpp|144|error: expected '}' at end of input|
C:\c++\Projekt Sfml\test.cpp|42|warning: unused variable 'ktory'|
C:\c++\Projekt Sfml\test.cpp|43|warning: unused variable 'znak'|
C:\c++\Projekt Sfml\test.cpp|44|warning: unused variable 'pozX'|
C:\c++\Projekt Sfml\test.cpp|45|warning: unused variable 'pozY'|
C:\c++\Projekt Sfml\test.cpp|46|warning: unused variable 'speed'|
C:\c++\Projekt Sfml\test.cpp|48|warning: unused variable 'poz'|
C:\c++\Projekt Sfml\test.cpp|144|error: expected '}' at end of input|
||=== Build finished: 8 errors, 6 warnings ===|
P-52375
SeaMonster131
» 2012-03-10 21:32:47
Pokaż kod, z fusów nie wróżymy.
P-52379
akwes
» 2012-03-10 21:41:52
Bez jaj że mamy Ci mówić czemu masz takie błędy jak


C:\c++\P rojekt Sfml\test.cpp | 144 | error: expected '}' at end of input |
C:\c++\P rojekt Sfml\test.cpp | 63 | error: expected ';' before 'while' |
C:\c++\P rojekt Sfml\test.cpp | 144 | error: expected '}' at end of input |
P-52382
pekfos
» 2012-03-10 21:52:52
Próbujesz kopiować niekopiowalne obiekty.
P-52384
« 1 »
  Strona 1 z 1