$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Anton Gluck (gluc_at_[hidden])
Date: 2000-11-02 21:03:54
Dave,
A minor note for the latest release: when compiling demo.dll, I got an
error C1076, internal heap limit reached (when compiling
extclass_demo.cpp). Setting the /Zm option to /Zm120 solved the problem
for me (/Zm110 wasn't quite enough yet). You might consider setting this
in the distributed project file.
Toni