Hi!
I recently upgraded a project from VS C++ 2003 (could be 2002, don't remember).
So i got a lot of errors on the upgrade which i dont know how to resolve.
I've just started learning C++ and i dont really understand this error.
If someone could help me, i'd really appreciate it!
error:code:error C3867: 'GUI::Form1::notifyIcon_MouseDown': function call missing argument list; use '&GUI::Form1::notifyIcon_MouseDown' to create a pointer to member f:\mina dokument\source code\gui\Form1.h 112 GUIcpp Code:
this->notifyIcon_MouseDown += new System::Windows::Forms::MouseEventHandler(this, notifyIcon_MouseDown)
Thanks in advance!
//Zeelia




Reply With Quote