Hello,
System win95, emulator d25, R5 codewarrior
I have been getting an error (DataMgr.c line 3805 err creating new rec) on
this snippet of code while trying to initialize a DB:
int x = 0;
UInt index = 0;
for(x=0; x < num; x++)
{
VoidHand h = DmNewRecord(anyDB, &index, 1);
if(h)
{
PackDB(array[x], h);
DmReleaseRecord(anyDB,index,true);
}
}
my error is generated on h = DmNewRecord() line.
Any help on this would be welcome.
- Re: Error in initialization Jim Selph
- Re: Error in initialization Ralf Beckers
