Subj : Re: CPPSAVEX_MAGIC assertion To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Thu Sep 09 2004 03:24 pm Shawn Butler wrote: >So, I'm faced with a quandry to the point where I don't know where to >proceed to debug from here. Using BCB6 sp4 (5.6.4), As Bruce said, this group is for the older pre-builder compilers. The Builder groups have cppbuilder in their names. >this syntactically. This code compiles normally under BCB5 IDE and command >line. > >I have no idea why it compiles and executes using the BCB6 IDE and not the >command line and am stymied on how to proceed. Removing the default >argument to the next_time() method removes the compile time assertion. Probably want to make sure you are using the RW STL in your BCB6 instead of the default (new in 6) STL. BCB5 used the RW version. There have been several threads in the builder groups where the procedure to switch was laid out (simple as I recall). .