Re: [fpc-pascal] Free e-book: Free Pascal from Square One

2018-05-29 Thread Marcos Douglas B. Santos
On Sun, May 27, 2018 at 1:18 PM, Jonas Maebe wrote: > Hi, > > See http://www.contrapositivediary.com/?p=4034 > > It's by Jeff Duntemann, and based on his 1993 book "Borland Pascal 7 from > Square One". Thanks for sharing. Regards, Marcos Douglas ___ fp

Re: [fpc-pascal] Sets & FPC

2018-05-29 Thread martin_wynne
Justin Smyth wrote > how do I do something like this > > if odSelected in state then > begin > // My Code > end; > > I get this error - Error: Incompatible types: got "TOwnerDrawStateType" > expected " > > " Hi Justin, I'm sure you have fixed this by now, but for anyone else, the answer