View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004507 | JEDI VCL | 00 JVCL Components | public | 2008-10-07 20:53 | 2008-10-26 06:03 |
Reporter | corwin | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.36 | |||
Summary | 0004507: TJvAni can't load *.ANI files under Delphi 2009. | ||||
Description | If you try to load ANI file into TJvAni with LoadFromFile method in application compiled under Delphi 2009 - you will get "Stream read error". The problem is in Unicode. | ||||
Additional Information | Here is solution. In JvTypes.pas TvFourCC = array [0..3] of Char; - Change to AnsiChar In JvAni.pas procedure SetFOURCC(var FourCC: TJvFourCC; ID: String); - Change to AnsiString procedure StartWriteChunk(Stream: TStream; var Tag: TJvAniTag; ID: string); - Change to AnsiString --- I think the same is for JvAniFile.pas | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-10-07 20:53 | corwin | New Issue | |
2008-10-07 23:46 | obones | Status | new => acknowledged |
2008-10-26 06:03 | AHUser | Status | acknowledged => resolved |
2008-10-26 06:03 | AHUser | Fixed in Version | => Daily / SVN |
2008-10-26 06:03 | AHUser | Resolution | open => fixed |
2008-10-26 06:03 | AHUser | Assigned To | => AHUser |
2008-10-26 06:03 | AHUser | Note Added: 0014912 |