V104 - bbSetWindowTitle() bug...

Archives Forums/Blitz3D SDK Bug Reports/V104 - bbSetWindowTitle() bug...

MCP(Posted 2009) [#1]
Hi,
After updating from V102 to V104 of the SDK the command
bbSetWindowTitle(const char *title,const char *close);
now crashes immediately upon calling regardless of parameter use in C++. Anyone else can confirm this???


Giano(Posted 2009) [#2]
Try to modify the .h in this manner

bbSetWindowTitle(const char *title,const char *close="");


MCP(Posted 2009) [#3]
Thanks BitmaniaK.. problem solved :)