$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Eoin (eoin-keyword-boostusers.07781a_at_[hidden])
Date: 2006-09-06 03:14:57
Hello Yan, thank you for the advice unfortunately I am still getting the
Internal Compiler Errors. This problem is proving to be quite a
show-stopper for my library.
Kind regards,
Eoin
Yan Zhang wrote:
> I had the same problem with MSV7.1 and resolved it by using project
> setting: /Gm, which is under C/C++/Code Generation. Basically, you need
> to reduce the debug information.
>
> Yan
>