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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

Dinu_IP

@Dinu_IP
About
Posts
8
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Dialog box is not getting displayed [modified]
    D Dinu_IP

    Hi friends, I am facing very strange problem. My dialog box is not getting displayed on the screen. Here are the steps what I am doing: 1. Adding on dialog thru the resource 2. Adding class to that dialog using class wizard, say the class name is CDlgGamma. 3. Adding one button in menu, and the function for that button in the application DOC. 4. Adding the DlgGamma.h in the DOC cpp file say “#include DlgGamma.h” 5. on button click function I am creating the object of the dialog and doing DoModal() like following CDlgGamma dlgGamma; dlgGamma.DoModal(); 6. Now when I am compiling the application I am not getting any error 7. After running the application when I am clicking on the menu button I am not getting my dialog displayed, but if I press the "ALT" key of the keyboard the dialog gets displayed. I don’t understand why this is happening in my application. Because If I create new application and do the same thing then it’s working fine. Please help me out, need the help from forum Thanks in advance, -Dinesh. -- modified at 2:02 Monday 18th December, 2006

    C / C++ / MFC help c++ learning

  • Getting error C2065 and C2057 while complining the application
    D Dinu_IP

    Hi Friends, Following error is troubling me from last couple of days, I am looking for some help from the group I am doing following steps: 1. Adding a dialog box with ID=IDD_DLG_ORG_IMAGE in the SDI application 2. Adding class using class wizard with class name ‘COrgImgDlg’ derived from ‘CDialog’ for the above created dialog 3. After Compiling a code I am getting following error --------------------Configuration: IP - Win32 Debug-------------------- Compiling... MyTabCtrl.cpp e:\dinesh\ip\orgimgdlg.h(23) : error C2065: 'IDD_DLG_ORG_IMAGE' : undeclared identifier e:\dinesh\ip\orgimgdlg.h(23) : error C2057: expected constant expression Error executing cl.exe. IP.exe - 2 error(s), 0 warning(s) Following is the part of the orgimgdlg.h file where I am getting error class COrgImgDlg : public CDialog { // Construction public: COrgImgDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(COrgImgDlg) enum { IDD = IDD_DLG_ORG_IMAGE }; // CMyTabCtrl m_ImageTabs; //}}AFX_DATA Please help me out I am not understating why this error is occurring in the same header file of the dialog. Thanks and Regards, -Dinesh

    C / C++ / MFC help c++ debugging workspace

  • Problem with compiling the VC++ code
    D Dinu_IP

    Hi Friends, I am facing couple of problems while compiling the code, and this is the first time I am facing this kind of problem so I don't understand how to resolve this, Please help me out. The problems are as follows: 1. When I am compiling a code I am getting message saying " The source file XXX and YYY (XXX and YYY are files in different projects) are both configured to produce the output file XXX.obj This project cannot be build. 2.For one project after every change (even after scrolloing the mouse) I am getting message saying " XXX.clw, This file has been modified outside of the source editor. Do you want to relode it?" I am getting this message so many time that I am unable to work. 3. Some times my code is getting compiled and some time it is giving error saying undeclaired member variable even though the variable is declaired. some times same code is getting compiled without any error. Waiting for the replies from the group. Thanks in advance... Thanks & Regards, -Dinesh.

    C / C++ / MFC help c++ tutorial question

  • Problems while compiling a VC++ code
    D Dinu_IP

    This is fine for the point 1. but point 2 and 3 are the different projects which are also troubling me lot. do you have any suggestion for these....

    C / C++ / MFC help c++ tutorial question

  • Problems while compiling a VC++ code
    D Dinu_IP

    You are right..... Project names are different but both the projects are having one "xxx.cpp" file comman and both the projects are stored at different location

    C / C++ / MFC help c++ tutorial question

  • Problems while compiling a VC++ code
    D Dinu_IP

    Hi Friends, I am facing couple of problems while compiling the code, and this is the first time I am facing this kind of problem so I don't understand how to resolve this, Please help me out. The problems are as follows: 1. When I am compiling a code I am getting message saying " The source file XXX and YYY are both configured to produce the output file XXX.obj This project cannot be build. 2. After every modification I am getting mesage saying " XXX.clw, This file has been modified outside of the source editor. Do you want to relode it?" I am getting this message so much time that I am unable to work. 3. Some times my code is getting compiled and some time it is giving error saying undeclaired member variable even though the variable is declaired. some times same code is getting compiled withot any error. Thanks & Regards, -Dinesh.

    C / C++ / MFC help c++ tutorial question

  • To Insert ling graph control in to the Dialog [modified]
    D Dinu_IP

    Hi Cédric Moonen, The code you written is really helpful to me. will you please tell how to change the color of the graph lines, because When I am applying new colors it is keeping the old color for the line. Regards, -DInesh.

    C / C++ / MFC data-structures c++ tutorial

  • To compare two Images to find out the mismatch between them
    D Dinu_IP

    Hi Friends, In my project I want to compare two images to find out the differences in both of the images, can any one please suggest me some algorithm or free code which I can use for this purpose. Thanks in advance, Dinu

    C / C++ / MFC algorithms
  • Login

  • Don't have an account? Register

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