User (Legacy) Posted March 27, 2003 Report Posted March 27, 2003 I have been importing Chart Fx 3, build 35 ocx into Delphi since Delphi 2. But now, with the Delphi 6 import (which imported fine), my application is generating run-time errors "Invalid number of parameters" on the execution of lines such as: ChartFx1.FixLeg[0] := sometext Is this a compatibility problem with ChartFx3 and Delphi 6? If so, what are my options, and if the only option is an upgrade, will the new version of ChartFx be backward compatible to version 3, so that I don't have to affect any code changes?
User (Legacy) Posted March 27, 2003 Author Report Posted March 27, 2003 Since posting this, I have seen some newsgroup messages indicating that this may be caused by trouble with Delphi 6 importing ActiveX's. There seems to be a fixed version available of ChartFxLib_TLB.pas which can be used to recompile the chartFx package. Where can I download this file? Thanks for any help. SD "S Duguay" <sduguay@qc.maxxam.ca> wrote in message news:k$FxSnH9CHA.1324@webserver1.softwarefx.com... > I have been importing Chart Fx 3, build 35 ocx into Delphi since Delphi 2. > But now, with the Delphi 6 import (which imported fine), my application is > generating run-time errors "Invalid number of parameters" on the execution > of lines such as: > > ChartFx1.FixLeg[0] := sometext > > Is this a compatibility problem with ChartFx3 and Delphi 6? If so, what are > my options, and if the only option is an upgrade, will the new version of > ChartFx be backward compatible to version 3, so that I don't have to affect > any code changes? > >
Software FX Posted March 28, 2003 Report Posted March 28, 2003 We do not have such fix for Chart FX 3.0, I believe you can use the same ChartFxLib_TLB.PAS file generated by Delphi 4.0 in Delphi 6.0 hence avoiding the new Import problem. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.