Search found 6 matches
- Thu Sep 15, 2022 8:17 am
- Forum: VCL
- Topic: Wrong when I install V2022.35 into RAD 11
- Replies: 8
- Views: 5842
Re: Wrong when I install V2022.35 into RAD 11
Hello, Try replacing the broken strings. Ie: 612: TeeMsg_Copyright :={$IFDEF LCL}'(C)'{$ELSE}'©'{$ENDIF}+' 1995-2022 by Steema Software'; 1014: TeePolarDegreeSymbol :='°'; Dear Yeray, I repaired all encoding mistaken what I can, finally, recompiled.exe can be run OK of Win32 and Win64. But, when I ...
- Thu Sep 15, 2022 6:31 am
- Forum: VCL
- Topic: Wrong when I install V2022.35 into RAD 11
- Replies: 8
- Views: 5842
Re: Wrong when I install V2022.35 into RAD 11
Hello, Try replacing the broken strings. Ie: 612: TeeMsg_Copyright :={$IFDEF LCL}'(C)'{$ELSE}'©'{$ENDIF}+' 1995-2022 by Steema Software'; 1014: TeePolarDegreeSymbol :='°'; Yes, I did it, repaired all mistaken encoding of report, Win32 is OK, Win64 is error, the message is : ========================...
- Thu Sep 15, 2022 6:16 am
- Forum: VCL
- Topic: Wrong when I install V2022.35 into RAD 11
- Replies: 8
- Views: 5842
Re: Wrong when I install V2022.35 into RAD 11
Hello, If you open the TeeConst.pas from the "Source" folder, what do you see at line 612? 612| TeeMsg_Copyright :={$IFDEF LCL}'(C)'{$ELSE}'?{$ENDIF}+' 1995-2022 by Steema Software'; ---------------------------------------------------------------------------^----------------------------------------...
- Thu Sep 15, 2022 6:12 am
- Forum: VCL
- Topic: Wrong when I install V2022.35 into RAD 11
- Replies: 8
- Views: 5842
Re: Wrong when I install V2022.35 into RAD 11
612| TeeMsg_Copyright :={$IFDEF LCL}'(C)'{$ELSE}'?{$ENDIF}+' 1995-2022 by Steema Software'; ---------------------------------------------------------------------------^--------------------------------------------------------------- mistaken encode
- Tue Sep 13, 2022 11:55 am
- Forum: VCL
- Topic: Wrong when I install V2022.35 into RAD 11
- Replies: 8
- Views: 5842
Re: Wrong when I install V2022.35 into RAD 11
My system is Win 10 Chinese
- Tue Sep 13, 2022 10:51 am
- Forum: VCL
- Topic: Wrong when I install V2022.35 into RAD 11
- Replies: 8
- Views: 5842
Wrong when I install V2022.35 into RAD 11
I have install TeeChart Pro VCL FMX source code 2022.35. I need compile into RAD 11, when I run TeeRecompile.exe, the exception is showed bellow: =============================================== TeeChart Pro Compilation started: 2022/9/13 18:47:50 Win32 v28 (C++) Tee928 Cannot recompile Delphi packag...