Re: [Lazarus] How do I fix win32object.inc errors compiling Win64 Lazarus trunk+FPC trunk?

2012-10-25 Thread Reinier Olislagers
On 25-10-2012 16:20, luiz americo pereira camara wrote: > > > 2012/10/25 Reinier Olislagers > > > > Bump. > > Could somebody have a look if they have time? The bug's not been > assigned to somebody yet. > > > Should be fixed > > Please, test

Re: [Lazarus] How do I fix win32object.inc errors compiling Win64 Lazarus trunk+FPC trunk?

2012-10-25 Thread luiz americo pereira camara
2012/10/25 Reinier Olislagers > > Bump. > > Could somebody have a look if they have time? The bug's not been > assigned to somebody yet. > Should be fixed Please, test Luiz -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists

Re: [Lazarus] How do I fix win32object.inc errors compiling Win64 Lazarus trunk+FPC trunk?

2012-10-25 Thread Reinier Olislagers
On 18-10-2012 5:05, Reinier Olislagers wrote: > On 11-10-2012 19:29, Marco van de Voort wrote: >> On Thu, Oct 11, 2012 at 10:25:17AM +0200, Reinier Olislagers wrote: IMHO, that patch is correct, except: * use UINTPTR instead of THandle as record field. * make sure it still compiles/r

Re: [Lazarus] How do I fix win32object.inc errors compiling Win64 Lazarus trunk+FPC trunk?

2012-10-17 Thread Reinier Olislagers
On 11-10-2012 19:29, Marco van de Voort wrote: > On Thu, Oct 11, 2012 at 10:25:17AM +0200, Reinier Olislagers wrote: >>> IMHO, that patch is correct, except: >>> * use UINTPTR instead of THandle as record field. >>> * make sure it still compiles/runs with fpc 2.6.0, at least as good as >>> the curr

Re: [Lazarus] How do I fix win32object.inc errors compiling Win64 Lazarus trunk+FPC trunk?

2012-10-11 Thread Marco van de Voort
On Thu, Oct 11, 2012 at 10:25:17AM +0200, Reinier Olislagers wrote: > > IMHO, that patch is correct, except: > > * use UINTPTR instead of THandle as record field. > > * make sure it still compiles/runs with fpc 2.6.0, at least as good as > > the current version. > > Thanks, Vincent ;) > > Patch a

Re: [Lazarus] How do I fix win32object.inc errors compiling Win64 Lazarus trunk+FPC trunk?

2012-10-11 Thread Reinier Olislagers
On 11-10-2012 9:58, Vincent Snijders wrote: > 2012/10/11 Reinier Olislagers : > > Did you look at the patch supplied with the bug report I gave you? > > IMHO, that patch is correct, except: > * use UINTPTR instead of THandle as record field. > * make sure it still compiles/runs with fpc 2.6.0, at

Re: [Lazarus] How do I fix win32object.inc errors compiling Win64 Lazarus trunk+FPC trunk?

2012-10-11 Thread Vincent Snijders
2012/10/11 Reinier Olislagers : > Building Laz trunk+FPC trunk on Windows I get > > win32object.inc(565,78) Error: Incompatible type for arg no. 4: Got > "", > expected " procedure(QWord;LongWord;QWord;LongWord);StdCall>" > win32int.pp(328) Fatal: There were 1 errors compiling module, stopping > >

[Lazarus] How do I fix win32object.inc errors compiling Win64 Lazarus trunk+FPC trunk?

2012-10-11 Thread Reinier Olislagers
Building Laz trunk+FPC trunk on Windows I get win32object.inc(565,78) Error: Incompatible type for arg no. 4: Got "", expected "" win32int.pp(328) Fatal: There were 1 errors compiling module, stopping Probably due to FPC trunk FPC r22526 Eg changes like -function SetTimer(hWnd:HWND; nIDEvent:UINT