18 Dec
2011
18 Dec
'11
6:31 p.m.
ok when I check my function is member function and don't rec any parameter I chenge the prolematic row to below. void StartThread() { pThread_ = new boost::thread(boost::bind(&RPCClientManagment::RunSendRequestStatus,this)); } and this is function defintion void RunSendRequestStatus() { }
this must work this so simple I can't found where is my mistake mybe in other place and this appear here ?
You wrote VC crashed in release mode only -- if you compile/link with /LTCG flag, try to remove it. Also ensure that all your libs and the main application are compiled with consistent compiler flags (particularly, _SECURE_SCL).