[Bug c++/57454] scrnsaver bug

2013-05-30 Thread dima.sergeevich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 --- Comment #8 from Dmitry --- Yes, you was right. Completely right.

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread dima.sergeevich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 Dmitry changed: What|Removed |Added Status|RESOLVED|CLOSED Resolution|INVALID

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread dima.sergeevich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 Dmitry changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread dima.sergeevich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 --- Comment #2 from Dmitry --- (In reply to Jonathan Wakely from comment #1) > This is not a GCC bug, the error you get is not even from GCC, it's from the > linker, but the problem is almost certainly due to you not linking to a > required librar

[Bug c++/57454] New: scrnsaver bug

2013-05-29 Thread dima.sergeevich at gmail dot com
at gcc dot gnu.org Reporter: dima.sergeevich at gmail dot com I am compiling(trying) a screen saver. Yes, a I have included "scrnsaver.h" and compiling with -lscrnsaver. And getting an error: mingw32-g++.exe -o bin\Debug\ScrDemo.exe obj\Debug\main.o -lscrnsave - lgdi32