$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-02-06 08:15:29
On Thu, 5 Feb 2004 23:13:13 -0800, Greg Clayton wrote:
> Any hints would be most appreciated.
Well, I'm not sure this is the issue here, but I'd suggest (in DLL and
all it's clients) dynamicaly linking to C and C++ runtime (ie.
"Multi-threaded DLL (/MD)" or "Multi-threaded Debug DLL (/MDd)"),
instead of static runtime. If you already use it, I have not clue what
else it could be :(
B.