hey everyone,
I am working on a project where I have a C++ library (a precompiled library ) that would be used in my application. My application is a Windows based console application.I am working on VisualStudio 6.0.
I would like to add GUI to this application of mine.
Could you please suggest a way ?
I tried the option of "Simple MFC application" appearing after choosing a windows based console application but that shows the following error
"fatal error C1010 - unexpected end of file while looking for precompiled header directive"
I tried fixing it by adding
#include "stdafx" in all files of my source code,but it dint work.
Thanks
bk