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 bkrike 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: *

  • Users: eboxbd
  • Content: Threads
  • Order by date
  1. 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.
  2. 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...
  3. eboxbd

    Error with UpdateData(FALSE)

    There is an error for using UpdateData(FALSE) Pls help Sincerely, Haider
  4. 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' ...
  5. 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...
  6. 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