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. EVC++

EVC++

Scheduled Pinned Locked Moved C / C++ / MFC
c++hardwarelearning
6 Posts 3 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.
  • S Offline
    S Offline
    SatYr_84
    wrote on last edited by
    #1

    Hi... I am currently working on embedded vc++ and I have created a mfc single document exe application .Now in the resource I add a dialog box and also in the menu I add a new menu button.On pressing it I want the dialog box.For that I have added a command handler to the toll bar.Now what should I write in the command handler for the dialog box to be executed .

    S R V 3 Replies Last reply
    0
    • S SatYr_84

      Hi... I am currently working on embedded vc++ and I have created a mfc single document exe application .Now in the resource I add a dialog box and also in the menu I add a new menu button.On pressing it I want the dialog box.For that I have added a command handler to the toll bar.Now what should I write in the command handler for the dialog box to be executed .

      S Offline
      S Offline
      SatYr_84
      wrote on last edited by
      #2

      Basically I completed the steps given in this site: http://www.justppc.com/evc2.shtml

      1 Reply Last reply
      0
      • S SatYr_84

        Hi... I am currently working on embedded vc++ and I have created a mfc single document exe application .Now in the resource I add a dialog box and also in the menu I add a new menu button.On pressing it I want the dialog box.For that I have added a command handler to the toll bar.Now what should I write in the command handler for the dialog box to be executed .

        R Offline
        R Offline
        Rajesh match
        wrote on last edited by
        #3

        CMyDialog dlg; dlg.DoModal(); or CMyDialog *dlg = new CMyDialog(); dlg->Create(ID_DILOG); DLG->ShowWindow(;)

        S 1 Reply Last reply
        0
        • R Rajesh match

          CMyDialog dlg; dlg.DoModal(); or CMyDialog *dlg = new CMyDialog(); dlg->Create(ID_DILOG); DLG->ShowWindow(;)

          S Offline
          S Offline
          SatYr_84
          wrote on last edited by
          #4

          It gives the Error that CAboutDialog class doesnot exist.I had added the dialog box and its name was CAboutDialog

          S 1 Reply Last reply
          0
          • S SatYr_84

            It gives the Error that CAboutDialog class doesnot exist.I had added the dialog box and its name was CAboutDialog

            S Offline
            S Offline
            SatYr_84
            wrote on last edited by
            #5

            I managed to remove the error however on running the application I get this error on clicking the run menu TryCalc2:File winocc.cpp Line 238 On ignoring the error I get my calculator and it runs properl.What is this error????

            1 Reply Last reply
            0
            • S SatYr_84

              Hi... I am currently working on embedded vc++ and I have created a mfc single document exe application .Now in the resource I add a dialog box and also in the menu I add a new menu button.On pressing it I want the dialog box.For that I have added a command handler to the toll bar.Now what should I write in the command handler for the dialog box to be executed .

              V Offline
              V Offline
              vikas amin
              wrote on last edited by
              #6

              Nice to know that u work on EVC++ we are plannig to go for a project in VOIP with WinCE & EVC . Can u please prvoide guidence for EVC+ or WinCE. Any help will be nice Vikas Amin Embin Technology Bombay vikas.amin@embin.com

              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