---Reply to mail from Michael Nordstrom about Unit test > On Sat, Feb 14, 2004, Chris Hawks wrote: >> I had some problems compiling the unit test. Mostly needed to add >> #include <VFSMgr.h> to a few files. > > What files?
mock_VFS.h The compiler complains 'FileRef' is not defined. mock_Feature.c The compiler complains 'vfsFtrIDVersion' is not defined. (I also added some '#ifdef SUPPORT_VFS_FONTS' and '#ifdef HAVE_JOGDIAL' 'cause I don't) >> Also, paragraphtester fails after printing to the screen. The tester prints: 'This is a test document used for unit'(ps) 'test. It has one link of depth 2.' to the screen and complains: 'No line found Condition should' 'be true: line!=NULL' OK! adding: #ifdef HAVE_PALMCUNIT #include "mock_Header.h" #endif to paragraph.c (so DrawParagraph() is over-ridden) makes it work. ---End reply Christopher R. Hawks HAWKSoft ------------------------------------------------------------------------- Windows 95: 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company, that can't stand 1 bit of competition. _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
