|
Post by redhaze on May 27, 2009 2:20:15 GMT -5
I am trying out VCLZIP 4.50 Build 1 evaluation version with unicode support, and have noticed a problem with TSFXCfg.
The properties theHeader and HeaderLen are designed to be passed into MakeNewSFX, but theHeader is PWideChar when MakeNewSFX expects the Options parameter to be PAnsiChar. Delphi 2009 doesn't let this compile.
Looking at the help for MakeNewSFX it shows the Options parameter is PChar (which is now wrong), which suggests it used to match theHeader. It appears that TSFXCfg needs updating to cope with Delphi 2009.
|
|
|
Post by Kevin on May 28, 2009 7:02:27 GMT -5
Thanks, I will look into that. That is possible that TSFXCfg did not get updated for D2009. That component is not used as much as it was several years ago. But it should be easy to update it.
Kevin
|
|