感谢启发帖: http://blog.k-res.net/archives/1833.html
AppDelegate.cpp 加上一句
engine->executeString("print = release_print");搞定!
纠结了整整2天!
希望对同样纠结的同学有用!
本文介绍了一个关于AppDelegate.cpp中解决打印功能释放的问题,通过在代码中加入一行executeString指令即可轻松解决,为遇到相同问题的开发者提供了解决方案。
感谢启发帖: http://blog.k-res.net/archives/1833.html
AppDelegate.cpp 加上一句
engine->executeString("print = release_print");纠结了整整2天!
希望对同样纠结的同学有用!