$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] I have a crash when I included serialization in my Mixed C++ project
From: Raj Prasan (prasna991_at_[hidden])
Date: 2008-11-13 04:46:15
Thanks it worked.
Looks like Microsoft has not fixed it in VS 2008 also. I went to project
properties > linker settings > advanced
and changed entry point from "main" to
"?mainCRTStartupStrArray@@$$FYMHP$01AP$AAVString_at_System@@@Z"
I appreciate your help very much. You have saved me a lot of time.