Re: [fpc-pascal] Windows API SendMessage()

2017-08-11 Thread James Richters
>I have found this: > >https://stackoverflow.com/questions/25011141/turn-off-on-monitor-cant-turn-on > >It's in c++, but it looks that since w.8, you must simulate a mouse move. Thanks for the info. It got me on the right track. It seems to depend on which method is used to simulate mouse or

[fpc-pascal] FPC IDE generating Sig291

2017-08-11 Thread James Richters
I keep getting 'Program generated a signal 291. Save your sources and restart the IDE.' Errors with the FPC IDE. I'm using version 3.0.4RC1 on a Windows 10 x64 system. It's just a normal stock installation, but I have it installed on my J: drive which is a network share on a NAS system.

[fpc-pascal] Defining sonames?

2017-08-11 Thread Martin Schreiber
Hi, MSEgui uses xlib by the units in packages/x11. The linker searches for libX11.so which is not installed on most systems by default so one has to install the libx11 devel package or manually create a symlink libX11.so -> libX11.so.6 in order to compile MSEgui applications. Some users are