View Issue Details

IDProjectCategoryView StatusLast Update
0001639SkyChartOtherpublic17-02-13 23:12
Reporterhan Assigned ToPatrick Chevalley  
PrioritynoneSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Platformall 
Product Version3.11 SVN 
Target Version4.0Fixed in Version3.11 SVN 
Summary0001639: unit uDE.pas, use of char in code. Compatibility with other compilers.
DescriptionIn unit uDE.pas suggest to replace char by ansiChar. Cosmetic, no consequence in Lazarus/FPC but note that newer Delphi compilers will see Char as a wideChar.

old: :
Title : array[0..83] of Char;

new:
Title : array[0..83] of ansiChar;

I have problem using uDE.pas and will send you seperate mail
Thanks, Han
TagsNo tags attached.

Activities

Patrick Chevalley

17-02-13 23:12

administrator   ~0003600

Yes it is better to be sure to not read too much here.

Fixed by revision 3508:
https://sourceforge.net/p/skychart/code/3508/

Issue History

Date Modified Username Field Change
17-02-13 10:57 han New Issue
17-02-13 23:12 Patrick Chevalley Assigned To => Patrick Chevalley
17-02-13 23:12 Patrick Chevalley Status new => resolved
17-02-13 23:12 Patrick Chevalley Resolution open => fixed
17-02-13 23:12 Patrick Chevalley Fixed in Version => 3.11 SVN
17-02-13 23:12 Patrick Chevalley Target Version => 4.0
17-02-13 23:12 Patrick Chevalley Note Added: 0003600