I have created a dlg application. I have MyappDlg.cpp and .h module and Myapp.cpp and.h module. In the dlg part i just have the declarations and definitions of members and methods as button, editbox..., in the other part i have all the methods which the main aim is to do some calculations. So, as you could think i want to link the dlg part to the calculation part. So, in the dlg.h i just put the line:#include "MyApp.h"
So, i don't know if it's enough for doing the calculation in the dlg box. Is anybody could explain me the way of doing this job?
thanks in advance
jayjay
So, i don't know if it's enough for doing the calculation in the dlg box. Is anybody could explain me the way of doing this job?
thanks in advance
jayjay