Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem when executing the program

Status
Not open for further replies.

markitus

Programmer
Apr 12, 2005
10
PL
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 :
Code:
class graphics_c : public CFormView
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top