I have two apps:
Win32 Console App.
MFC GUI App.
I wanted to execute the console app in MFC GUI and I am want to get data from that Console app and display them in GUI.
I get this error: "fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d]" while compiling.
Is IPC the answer?