18 May
2009
18 May
'09
3:19 a.m.
AMDG Greg Christopher wrote:
3) I defined a cpp_main(). This never got called. I was hoping that the existence of this symbol would cause initialization to happen elsewhere.
Wow, you adventurous. I recommend reading docs first.
Greg>For instance, this page? http://www.boost.org/doc/libs/1_39_0/libs/test/doc/html/prg-exec-monitor.htm...
I didn't dream up cpp_main(); the docs lead me to believe it would be called by the framework. In the situation where it would be called, initialization would happen first- at least my understanding.
The program execution monitor is a separate component. In Christ, Steven Watanabe