Are you calling MemPtrFree() to free the captured memory
Cheers
Mandar
Qun Wang wrote:
> Hi, all.
> I am using CodeWarrior5.0 on Win95 developing Palm application.
> I encountered a weird problem.
> Whenever I have more than 60 calls to MemPtrNew function CodeWarrior
> give me
> a Link error: Link Error : (Starter.c: 'AppStart' 16-bit code
> reference to 'OpenOrCreateDB' is out of range.)
> If I comment out one MemPtrNew call then everything is fine again.
> Does anybody know what's going on?
> Any hint is appreciated!
>
> -QW