Hello Scott.
I have tested all my changes in both debug and release builds.
All worked.
Then I merged my code with CVS code.
Now Kaboodle works in debug builds only.
There is a problem in realise build -
Kaboodle starts, but a user don't see GUI.
I found a problem.
Please look into the function int CEFController::Start().
There is a line
while (!m_pNetworkManager->bStartUpFinished);
It seems to me that there is infinite loop in realize build.
The member m_pNetworkManager->bStartUpFinished
sets as "TRUE" in the function
int CNetworkManager::OnStartup(DWORD nIDController, CGUID KaboodleID).
It seems like that function don't works correctly in release build.

- Igor




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Kaboodle-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kaboodle-devel

Reply via email to