$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jason Stewart (jstewart_at_[hidden])
Date: 2007-10-11 10:35:19
Hansi Hansi wrote:
> When you use windows forms programs you can't use the standard main entry point with mixed unmanaged code.
> There is a bug in the initialization of the CRT in VS2005. It seems that the bug is not anymore in VS2008.
> Test it with the entry point '?mainCRTStartupStrArray@@$$FYMHP$01AP$AAVString_at_System@@@Z'
>
>
Thank you, that was the problem.
Jason