Salem's reply :
Sounds like you have code in header files, and have included those header files in several source files (and thus now have multiple copies of the functions).
joekibz:
Yeah , its an MFC dialog application with several child dialogs . There is one main header file which i have included in in most of the dialogs .
Question:
How would you recommend i go about troubleshooting this problem ?