I've recently made a simple GUI that i want to add extra code to.
I don't want to add the code directly to a button click event ..instead i would prefer if the specific onbuttonclick function called another function to do the work.
This other function is in a different Cpp file that is added to the project.. i also have a header file for this function added which i include in my dialog Cpp file... when i compile the whole project now i get the following error
"unexpected end of file when looking for precompiled header directive".. does anyone know what is wrong?
I don't want to add the code directly to a button click event ..instead i would prefer if the specific onbuttonclick function called another function to do the work.
This other function is in a different Cpp file that is added to the project.. i also have a header file for this function added which i include in my dialog Cpp file... when i compile the whole project now i get the following error
"unexpected end of file when looking for precompiled header directive".. does anyone know what is wrong?