In my C++ code, I create an application object related to word application.
Then I call the MsWord PRINTOUT method through the wxwidonw method "CallMethod" and after that I call the Quit metod for exiting from word application. Since the execution doesn't wait the end of the PrintOut method, I close MsWord before it finish its print.
Could someone tell me if there is a way for waiting the end of the printout execution before to close the application?