Hi.. well, this is problem is a little bit strange , but i'm sure i'm not the first one that have found it. my program consists of different files, everything was working properly until i created one class :
of course, composed by the .h and .cpp files.
When i want to execute the program, a strange window now pops up and asks me to choose one among 2 files: MyProgramApp or graphics_c .... why?? then , it doesn't matter wether i choose the first or the second.. the .exe is the same, and the execution of the programm as well. so... could anyone tell me why is this happening?? before creating this class, when I wanted to execute the programm it just ran.
maybe it's not so important , but it's quite annoying , and above all, anormal.
Code:
class graphics_c : public CFormView
When i want to execute the program, a strange window now pops up and asks me to choose one among 2 files: MyProgramApp or graphics_c .... why?? then , it doesn't matter wether i choose the first or the second.. the .exe is the same, and the execution of the programm as well. so... could anyone tell me why is this happening?? before creating this class, when I wanted to execute the programm it just ran.
maybe it's not so important , but it's quite annoying , and above all, anormal.