awesomium / tutorial-framework

Framework to serve as a starting point for tutorials
MIT License
18 stars 7 forks source link

Update view_win.cc #5

Open maxsharabayko opened 8 years ago

maxsharabayko commented 8 years ago

Examining your framework, found this project to be broken. Calling ShowWindow(..) you invoke GetFromHandle(...) where you try to find a newly created window in a vector g_activeviews. The vector is empty and application fails.