I've spent most of my day trying to figure out why this error is occurring but it continues to mystify me.
I created a console application in Visual C++ and created one MFC application.Now, I want to add them into single project such way that when i compile the project ,it should open the console then will open Dialog box depending upon my commands......
I've added afx headers files,set configuration settings.
I want to know where to start whether starting point would in winmain() or int main()? Is there any examples.? Give me some links to know. the solution Thank you in advance.