Xref: utzoo comp.sys.amiga:33348 comp.sys.amiga.tech:4990 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!apple!versatc!mips!prls!philabs!linus!alliant!palladium!nw From: nw@palladium.UUCP (Neil Webber) Newsgroups: comp.sys.amiga,comp.sys.amiga.tech Subject: Re: Question about Lattice C++ Summary: it is a bug Message-ID: <696@palladium.UUCP> Date: 3 May 89 19:47:22 GMT References: <998@kuling.UUCP> Reply-To: nw@palladium.UUCP (Neil Webber) Organization: Epoch Systems, Marlborough, MA Lines: 16 In article <998@kuling.UUCP> jonasf@kuling.UUCP (Jonas Flygare) writes: >I have been having some difficulties with the C++ lately. It seems >some programs call __vec_delete, which doesn't exist in cplus.lib. >Anyone experienced this and know what to do about it? It's a bug. I filed a bug report for it. So far, the only response from Lattice has been "we are aware of it". It seems to happen when you have an array of a class type, and the class has a destructor. When the array goes out of scope a call to __vec_delete is generated. As you've discovered, there is no __vec_delete in their C++ support library. -- Neil Webber / Epoch Systems, Marlboro MA / (508) 481-3717 {harvard!cfisun, linus!alliant}!palladium!nw