Vindcare
11-28-2007, 08:58 AM
Hi all.
I'm a rookie in VC++ so be patient cuz i can ask some noobie questions
I'm coding a hac in Cpp and i get an error
E:\Program Files\Microsoft Visual Studio\MyProjects\cppshack\cppshackDlg.cpp(228) : error C2084: function 'void __thiscall CCppshackDlg::OnTimer(unsigned int)' already has a body
I was looking for a solution for this problem but didnt find anything good.
If someone can hep me please post a solution here, but in easy english, cuz i dont understand it too good.
I just know that a name with the void is already in my code but how to fix it? Make it a function or what?
I'm a rookie in VC++ so be patient cuz i can ask some noobie questions
I'm coding a hac in Cpp and i get an error
E:\Program Files\Microsoft Visual Studio\MyProjects\cppshack\cppshackDlg.cpp(228) : error C2084: function 'void __thiscall CCppshackDlg::OnTimer(unsigned int)' already has a body
I was looking for a solution for this problem but didnt find anything good.
If someone can hep me please post a solution here, but in easy english, cuz i dont understand it too good.
I just know that a name with the void is already in my code but how to fix it? Make it a function or what?