[Metakit] Memory mapped files on remote volumes (from Windows)

2005-04-19 Thread Steve Baxter
Hi All, We have a few users reporting Metakit database corruption. Having investigated, they are all opening a database that is residing on a remote volume - in particular one user is opening a database from Windows XP that resides on a Mac running 10.3.8 (the Mac uses SAMBA to share files to

Re: [Metakit] Question on Views

2003-01-24 Thread Steve Baxter
Hi Barbara, The problem might be that you are passing vJustMeasured and vTreeTable to CAreaBased by value. This makes a copy of the objects, which may not be allowed. You might be better passing a reference: CAreaBased::CAreaBased(c4_View vJustMeasured, c4_View vTreeTable) { int nRows