$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Schuerch (yg-boost-users_at_[hidden])
Date: 2002-08-08 08:32:22
Hi
I have an application with MFC / ATL and also some files compiled with the
/clr option.
Throuout the application boost is used a lot.
All builds well as long as #define BOOST_DISABLE_WIN32 is set in the
user.hpp file.
Without this option
a) the build hangs during registration after linking
or
b) link error due to differently defined custom attributes (in a file using
/clr option)
Did anybody had similar problems already?
Regards
Martin