i created a subview with a list box. all that i am trying to do is to fill the listbox with the name of all the .mbm files i can find on the drives.
i attached a screenshot of an error which the compiler gave me.. any suggestion on what it is and how to correct it? :?
thanks
what's this error?
Hey,
Looks like you forgot to include the definition of ForAllMatchingFiles() method in your CView1AppViewStub.h so the linker can't find it which results in the error you got.
Regards, Aljaz