[Lazarus] Lazarus 0.9.30.4RC2 available for download
Sven Barth
pascaldragon at googlemail.com
Fri Mar 9 20:17:02 CET 2012
On 09.03.2012 18:39, Patrick Chevalley wrote:
> Hi,
>
> The problem is because GLScene wrongly define GLS_GENERIC_PREFIX
> depending on LCL_RELEASE instead of FPC_RELEASE.
>
> I submitted a patch for that a few time ago and it is now available in
> the GLScene trunk.
> http://glscene.svn.sourceforge.net/viewvc/glscene?view=revision&revision=6008
>
>> {$IFDEF GLS_SERVICE_CONTEXT}
>> TServiceContextTaskList = {$IFDEF GLS_GENERIC_PREFIX} specialize {$ENDIF}
>> GThreadList< TServiceContextTask> ;
>> {$ENDIF GLS_SERVICE_CONTEXT}
What FPC mode is GLScene compiled with? The need for "specialize" and
"generic" depends on the mode (mode Delphi does not allow them, while
the other modes need them).
Regards,
Sven
More information about the Lazarus
mailing list