Contents Up << >>

Why does my BC++ Windows app crash when I'm not running the BC45 IDE?

If you're using BC++ for a Windows app, and it works ok as long as you have the BC45 IDE running, but when the BC45 IDE is shut down you get an exception during the creation of a window, then add the following line of code to the InitMainWindow() method of your application ("YourApp::InitMainWindow()"):

EnableBWCC(TRUE);

  • C++ Class Libraries