Re: [Lazarus] int64 assignment fails

2014-05-10 Thread leledumbo
http://wiki.freepascal.org/User_Changes_2.4.0#Treating_direct-mapped_properties_as_regular_fields -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-int64-assignment-fails-tp4036884p4036887.html Sent from the Free Pascal - Lazarus mailing list archive at Na

Re: [Lazarus] int64 assignment fails

2014-05-10 Thread Flávio Etrusco
On Sat, May 10, 2014 at 8:40 PM, Tom Lisjac wrote: > fpc-2.6.4-1.x86_64. says "Argument can't be assigned to" when trying to > compile the following: > > type > TickType = Int64; > > TimebaseData = record > TicksFrequency: TickType; > end; > > TEpikTimer= class(TComponent) > privat

[Lazarus] How to program with time in milliseconds?

2014-05-10 Thread Junior
Lazarus 1.3 r44997M FPC 2.6.4 i386-linux-gtk 2 - Ubuntu 14.04 -- I need to develop a game for all possible Operating Systems. It will be based on time. I will use hundreds of time. I wanted some tips with low-le

[Lazarus] int64 assignment fails

2014-05-10 Thread Tom Lisjac
fpc-2.6.4-1.x86_64. says "Argument can't be assigned to" when trying to compile the following: type TickType = Int64; TimebaseData = record TicksFrequency: TickType; end; TEpikTimer= class(TComponent) private FHWTicks:TimeBaseData; Public property HWTimebase: Time

Re: [Lazarus] [LAZARUS] Minilib (was : Any Free/Cheap Async Serial Port Component)

2014-05-10 Thread Marco van de Voort
On Sat, May 10, 2014 at 06:49:36PM +0200, Koenraad Lelong wrote: > Here I'm stuck. > P.S. I do it this way because I don't see how I can use the bug-tracker > of sourceforge. I will have to search more. charinset is a D2009+ function that is roughly the same as (c in tsyscharset), where c is an e

Re: [Lazarus] [LAZARUS] Minilib (was : Any Free/Cheap Async Serial Port Component)

2014-05-10 Thread Koenraad Lelong
op 10-05-14 18:23, Koenraad Lelong schreef: op 10-05-14 16:44, Zaher Dirkey schreef: What functions? I added the missed file, and you can use the bug tracker. Try again Thank you Never mind those functions. I later read that I needed to use release, in stead of trunk. There all was OK. I wi

Re: [Lazarus] [LAZARUS] Minilib (was : Any Free/Cheap Async Serial Port Component)

2014-05-10 Thread Koenraad Lelong
op 10-05-14 16:44, Zaher Dirkey schreef: What functions? I added the missed file, and you can use the bug tracker. Try again Thank you Never mind those functions. I later read that I needed to use release, in stead of trunk. There all was OK. I will try again ASAP. Koenraad. --

Re: [Lazarus] TCoolBar improvements

2014-05-10 Thread Juha Manninen
I move a note from issue #26096 here. >Vojtech Cihak: > ... LCL triggers 6-12 AlignControls on one CalculateAndAlign (just uncomment > DebugLn() in these methods). Naturally AlignControls and Resize are called often because you call CalculateAndAlign and Invalidate from around your code. Calcul

Re: [Lazarus] [LAZARUS] Minilib (was : Any Free/Cheap Async Serial Port Component)

2014-05-10 Thread Zaher Dirkey
What functions? I added the missed file, and you can use the bug tracker. Try again Thank you On Thu, May 8, 2014 at 10:37 PM, Koenraad Lelong wrote: > op 06-05-14 21:08, Zaher Dirkey schreef: > >> Try >> https://sourceforge.net/p/minilib >> >> https://sourceforge.net/p/minilib/code/HEAD/tree/