From: brock_peabody (bpyama_at_[hidden])
Date: 2003-10-09 17:27:43


I'm trying to use Boost.Build V2 to build a windows (Win32, not MFC)
program that uses Win32. 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!