[fpc-pascal] Windows unit problems

2004-06-08 Thread Matthews
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

Re: [fpc-pascal]Message methods - DefaultHandler

2004-06-08 Thread Peter Vreman
> 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

Re: [fpc-pascal]Message methods - DefaultHandler

2004-06-08 Thread Thomas Schatzl
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

Re: [fpc-pascal]Re: [fpc-pascal]Re: [fpc-pascal]Can't find lmysqlclient What I'm missing? SOLVED!!

2004-06-08 Thread Eduardo Lopez
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

[fpc-pascal]Message methods - DefaultHandler

2004-06-08 Thread Mr. Ego
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