Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Error

Error

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 2159113
    wrote on last edited by
    #1

    I have a dialog with a start button and I want to add a listen function on it. Below is the code that I try: void CTCPTestDlg::OnBtnstart(LPVOID lParam) { // TODO: Add your control notification handler code here } When I compile, ot occur a error: error C2511: 'OnBtnstart' : overloaded member function 'void (void *)' not found in 'CTCPTestDlg' I don't know how to solve it. can somebody help me

    B 1 Reply Last reply
    0
    • U User 2159113

      I have a dialog with a start button and I want to add a listen function on it. Below is the code that I try: void CTCPTestDlg::OnBtnstart(LPVOID lParam) { // TODO: Add your control notification handler code here } When I compile, ot occur a error: error C2511: 'OnBtnstart' : overloaded member function 'void (void *)' not found in 'CTCPTestDlg' I don't know how to solve it. can somebody help me

      B Offline
      B Offline
      Barm
      wrote on last edited by
      #2

      check your declaration in the .h file most probably you have a different declaration there. void CTCPTestDlg::OnBtnstart(LPVOID lParam) in .cpp afx_msg void OnBtnstart(LPVOID lParam) in .h (if function is auto-generated) void OnBtnstart(LPVOID lParam) in .h (if function is manually generated)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups