
Problem adding a control (calender control) to the dialog box in vc 4.2
I tried to add a new control to the default dialog in vc 4.2 and i had 142
errors because the afxctl.h wasn't recognized
by the compiler so i added it to stdafx.h then it compiled the project but
the program did not run
now the same program in vc 5 run's perfectly i just put the control on the
dialog and run no afxctl no recompiling and
no batich.
what is going on?