Bonjour à tous,
En essayant d'executer l'exemple CloneDB de la dernière version de UIB25
sous D7 j'obtiens les erreurs suivantes :
C'est dans la procedure TExceptionDialog.CreateReport.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 [Error] exceptionform.pas(344): Undeclared identifier: 'sse' [Error] exceptionform.pas(344): Operator not applicable to this operand type [Error] exceptionform.pas(346): Undeclared identifier: 'sse2' [Error] exceptionform.pas(346): Operator not applicable to this operand type [Error] exceptionform.pas(348): Undeclared identifier: 'sse3' [Error] exceptionform.pas(348): Operator not applicable to this operand type [Error] exceptionform.pas(350): Undeclared identifier: 'ssse3' [Error] exceptionform.pas(350): Operator not applicable to this operand type [Error] exceptionform.pas(352): Undeclared identifier: 'sse4A' [Error] exceptionform.pas(352): Operator not applicable to this operand type [Error] exceptionform.pas(354): Undeclared identifier: 'sse4B' [Error] exceptionform.pas(354): Operator not applicable to this operand type [Error] exceptionform.pas(356): Undeclared identifier: 'sse5' [Error] exceptionform.pas(356): Operator not applicable to this operand type
Dans la procedure, je ne vois pas la déclaration de ces
Alors je ne sais pas si quelqu' un a eu le même problème.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 Undeclared identifier
Dans ce cas, merci de m'eclairer
Partager