$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: pal.tw (pal.tw_at_[hidden])
Date: 2003-10-09 22:18:47
> Predictably, I get "unresolved external
> symbol _main" since there is no "main" in the program, just
> a "WinMain". Do any of you have any suggestions?
>
> Thanks!
You forgot declaring <user-interface>gui on your executable target.
The default value is console. I suggest that you should
understand "entry point". It's very important to build any programs.