Jump to content
Software FX Community

GetExternalData( ) in MFC


User (Legacy)

Recommended Posts

Hi,

How do I use this function to load the chart's data from

a text file?

In VB, the documentation specifies these:

Dim CfxFile As Object

Set CfxFile = CreateObject("CfxData.File.1")

CfxFile.FileName = "CfxData.txt"

ChartFX1.GetExternalData CfxFile

How do I port these codes to MFC/C/C++?

I'm using eVC3.0 with PPC2002.

Thanks,

Garry

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...