Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eboxbd

    Cannot find the insert section "AFX_MSG"

    Thanks. Yeah, I have delete that comments. Pls detail. Another error is occured at the line of UpdateData(FALSE). What is the cause, pls?
  2. eboxbd

    Cannot find the insert section "AFX_MSG"

    The following error is shown when i try to view ClassWizard. Cannot find the insert section "AFX_MSG" in file "C:\New\Message.h". ClassWizard cannot edit or import this class. Pls help. Haider.
  3. eboxbd

    error in RASDIALPARAMS and Connect

    Using the following code, the computer can connect with remote computer, but it does not show connection icon on system tray. //Code starting................... BOOL CMesDlg::Connect( const char *lpszUser1, const char *lpszPass1, const char *lpszDialup1 ) { RASDIALPARAMS rdParams; DWORD...
  4. eboxbd

    Error with UpdateData(FALSE)

    Thanks. There is no custom control. pls detail.
  5. eboxbd

    Error with UpdateData(FALSE)

    There is an error for using UpdateData(FALSE) Pls help Sincerely, Haider
  6. eboxbd

    error C2065: 'IDD_PROJECT1' : undeclared identifier

    Thanks sskumar and txjump. It is declared in resource.h It has been renamed. But it also has been modified in the following: enum { IDD = IDD_TESTPRB_DIALOG }; Looking for your help.
  7. eboxbd

    error C2065: 'IDD_PROJECT1' : undeclared identifier

    I can not resume the following errors in a vc++ project. c:\project1\project1dlg.h(20) : error C2065: 'IDD_PROJECT1DLG_DIALOG' : undeclared identifier c:\project1\project1dlg.h(20) : error C2057: expected constant expression c:\project1\project1.h(23) : error C2065: 'IDD_PROJECT1' ...
  8. eboxbd

    cannot open file '.\Debug\Message.sbr'

    There are Message.cpp and message.h in a VC++ project. But, the following errors are occoured: 1. cannot open file '.\Debug\Message.sbr': No such file or directory. 2. \Message.cpp(312) : error C2601: 'fnConnect' : local function definitions are illegal Similar errors are occured for other...
  9. eboxbd

    the memory could be "read" ( error in vc++ project)

    Hello qednick and xwb, Thank u very much for your response. This problem has been solved. [thumbsup]
  10. eboxbd

    the memory could be "read" ( error in vc++ project)

    This project have no syntex error or link error. But, the following error message is occoured when it is executed: The instruciton at "0X5f43351b" referenced memory at "0X00000000". The memory could no be "read". Click on OK to terminate the program Click on...

Part and Inventory Search

Back
Top