M
Michael Sgier
Hi
i get error: 'record' was not declared in this scope
so i look in the header...nothing also nothing like DataRecord
but: unsigned long nRecords;
So what could that be?
record = new DataRecord[nRecords];
and how could i declare that? Propositions?
shouldn't record be like: record * ? but what type is record and DataRecord?
Thanks
Michael
i get error: 'record' was not declared in this scope
so i look in the header...nothing also nothing like DataRecord
but: unsigned long nRecords;
So what could that be?
record = new DataRecord[nRecords];
and how could i declare that? Propositions?
shouldn't record be like: record * ? but what type is record and DataRecord?
Thanks
Michael