Send windows message to a console application
问题 I have a DLL that send message to the UI application, most of the messages that the DLL send contains text in them, the GUI application get the message and act according to the message. I need to create a console application that works with the same DLL, Is there any option to get the messages to the console application, as in console application I do not have a windows message procedure. In the GUI application I load the DLL and use one of its function to set my current HWND to the DLL, once