I'm attempting to retrieve information about the current resolution
settings, but I'm not having much luck. I've downloaded the Borland Win32
API, but I'm still stuck with creating the device context, and so on. I
need some massive help with this... =(
Thanks in advance.
-Lukas
PS The code be
> Hello,
> I have some problem with DefaultHandler method. When I pass a message
> for which is special handler defined everything is ok, but when it
> should be passed to DefaultHandler (which is overriden) it does
> nothing. Here is some sample code:
You need to use 1.9.x. It also gives a w
Hello,
> I have some problem with DefaultHandler method. When I pass a
>message for which is special handler defined everything is ok, but when
>it should be passed to DefaultHandler (which is overriden) it does
>nothing. Here is some sample code:
>
> {$MODE OBJFPC}
> type TMyMessage = record
Thank you to all.
I have solved the problem. Yours tips help me to check what I'm doing wrong:
1 - In home (Mandrake 8.2) was only the symbolic link: when I created
the correct it works:
ln -s .. *libmysqlclient.so*
2 - In work (Fedora Core 1), I haven't installed the mysq-client rpm,
whe
Hello,
I have some problem with DefaultHandler method. When I pass a message for which
is special handler defined everything is ok, but when it should be passed to
DefaultHandler (which is overriden) it does nothing. Here is some sample code:
{$MODE OBJFPC}
type TMyMessage = record
M