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
U

User 13229093

@User 13229093
About
Posts
6
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Debugging ... not able to hit breakpoint.
    U User 13229093

    Hi,

    Need technical help . I am debugging the code and getting this

    "Source information is missing from the debug information for this module" . while debuggin.

    I am referring .dll in the code, that .dll is also build debug. and while debugging the code i have added (dll refered) project
    in my project. still it not loading to breakpoint.

    Could you please guide me on this?

    Managed C++/CLI debugging help tutorial question

  • Error in BSTR TagVariant After project Migration from VS2010 to VS2017
    U User 13229093

    **Error in line :

    CString sURL = URL->bstrVal;

    //bstrVal is BSTR TagVariant Error is** error C2440: 'initializing': cannot convert from 'BSTR' to 'ATL::CStringT>>' 1> with 1> [ 1> _CharType=char 1> ] 1>note: Constructor for class 'ATL::CStringT>>' is declared 'explicit' 1> with 1> [ 1> _CharType=char 1> ]

    C / C++ / MFC c++ help

  • fatal error LNK1104: cannot open file 'errorStruct.lib' Getting error while compiling application
    U User 13229093

    Migrated application from VS2010 to VS2017. application is looking for

    errorStruct.lib

    file.. and it is not available on my system. Is this VS2017 file which is missing? Guide me on this.

    C / C++ / MFC help tutorial question

  • implicitly deleted because a base class invokes a deleted or inaccessible function 'CDialog::CDialog(const CDialog &)'
    U User 13229093

    Thanks you !!!

    C / C++ / MFC help

  • implicitly deleted because a base class invokes a deleted or inaccessible function 'CDialog::CDialog(const CDialog &)'
    U User 13229093

    Code is here
    // CSiBatchJobMigrationDlg dialog

    CSiBatchJobMigrationDlg::CSiBatchJobMigrationDlg(CWnd* pParent /*=NULL*/)
    : CDialog(CSiBatchJobMigrationDlg::IDD, pParent)
    {
    //{{AFX_DATA_INIT(CSiBatchJobMigrationDlg)
    m_sDatabase = _T("");
    m_leaveDevRow = TRUE;
    //}}AFX_DATA_INIT
    // Note that LoadIcon does not require a subsequent DestroyIcon in Win32
    m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
    m_pMenu = new CMenu;
    }

    Giving me error in below line

    SiBatchJobUpdateDlg updateDlg = SiBatchJobUpdateDlg(this);
    

    Code was working fine in VS2010 but getting this error after migration from vs2010 to vs2017

    C / C++ / MFC help

  • VC++ Error in Visual Studio 2017 After migration of application from VS2010 to VS2017 Professional
    U User 13229093

    I have migrated an application in vc++ application from VS2010 to VS2017 Professional. I am able to build it successfully. But it the time of execution, it shows me below error:

    'SiMDICnvs.exe' (Win32): Loaded 'C:\svn_wa\Wbcode\Trunk\Projects\SiMDICnvs\Debug\SiMDICnvs.exe'. Symbols loaded.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleaut32.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp_win.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbase.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mfc140d.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\win32u.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32full.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shlwapi.dll'. Cannot find or open the PDB file.
    'SiMDICnvs.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'. Cannot find or open the PDB file.
    '

    C / C++ / MFC csharp c++ visual-studio debugging collaboration
  • Login

  • Don't have an account? Register

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