|
From: Jeffrey M. <Jef...@3D...> - 2000-12-08 15:16:02
|
Assert() is being used in the file ttexcombine.cpp. > ---------- > From: Rik Faith[SMTP:fa...@va...] > Reply To: gle...@li... > Sent: Friday, December 08, 2000 8:21 AM > To: Lea...@en... > Cc: gle...@li... > Subject: Re: [glean-dev] Win32 building > > On Fri 8 Dec 2000 11:06:00 +1000, > Leath Muller <Lea...@en...> wrote: > > > Oh, assert() may be a different matter; possibly a header file isn't > > > included properly under Windows. > > > > I've always had trouble with assert() with VC -- but ASSERT() works > fine... > > maybe a conditional could be added in there??? (I have two months leave > > starting at the end of today... lotsa coding time... :) > > assert() is defined in ANSI C -- all you should have to do it to include > the assert.h header file. > > Indeed, assert() is highly recommended in the Microsoft Press book > "Writing Solid Code", so I can't imagine why there's any problem with > it under VC. > > That said, I can't find any uses of assert is the glean source tree -- > where are we using it? > _______________________________________________ > glean-dev mailing list > gle...@li... > http://lists.sourceforge.net/mailman/listinfo/glean-dev > |