Results 1 to 6 of 6

Thread: [C++ 2008] Debugging Project

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    [C++ 2008] Debugging Project

    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:
    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 GUI
    code:
    cpp Code:
    1. this->notifyIcon_MouseDown += new System::Windows::Forms::MouseEventHandler(this, notifyIcon_MouseDown)

    Thanks in advance!
    //Zeelia
    Last edited by Zeelia; Jun 29th, 2009 at 04:49 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width