Hi all,
I have been using GLScene 1000714 without problems on Delphi7 but when tried to install GLScene 1.1 svn5227 I get errors :
GLSLanguage.pas(24): Invalid compiler directive: 'IMPLICIT_STRING_CAST'
GLSLanguage.pas(25): Invalid compiler directive: 'IMPLICIT_STRING_CAST_LOSS'
Please send any help about that. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I have been using GLScene 1000714 without problems on Delphi7 but when tried to install GLScene 1.1 svn5227 I get errors :
GLSLanguage.pas(24): Invalid compiler directive: 'IMPLICIT_STRING_CAST'
GLSLanguage.pas(25): Invalid compiler directive: 'IMPLICIT_STRING_CAST_LOSS'
Please send any help about that. Thank you.
Hi again, I found a solution, by disabling all following compiler directives :
IMPLICIT_STRING_CAST
IMPLICIT_STRING_CAST_LOSS
REGION
ENDREGION
Now it seems that it's OK, but I don't know if this is a "production" solution.
This has been already corrected in current revision. Please wait next snapshot.