Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Importing data stored in native 'c' format
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Importing data stored in native 'c' format
Miscellaneous
Thread ID:
00099006
Message ID:
00099006
Views:
58
I have a need to import data generated from a machine controled by a C++ application. This application creates a data file in the format of:
 
typedef struct {
    char name[10];
    UInt8 tests;
    Uint32 Sample;
    time_t timeoftest;
    float value;
    } T_Series
 
My FoxPro application is curently in FoxPro 2.6a, but I also have FoxPro 3.0a & 5.0. Any help would be appreciated.
 
 
Thanks,
 
Michael W. Privott
TechWare Incorporated 
privott@techwareinc.com
Next
Reply
Map
View

Click here to load this message in the networking platform