hi i have created one application which will communicate with a hardware token in visual studio ( in c lang) that is working fine. Now i want one GUI for it and in background i want to use the above mentioned application can anyone please help me. I tried to add the c files to MFC Project(which i have created New project for GUI) and it is saying the following error...
Precompiled header file is from a previous version of the compiler,or the precompiled header is c++ and you are using it from c(or viceversa).
please help me