CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Join Date
    Nov 2007
    Posts
    93

    Re: riched20 in 64 bit app

    Debug Assertion Failed!

    Program: C:\Windows\system32\mfc140ud.dll

    File . f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\occcont.cpp

    Line:925

    But i caN´T ACCES THIS LINE

  2. #17
    Join Date
    Nov 2007
    Posts
    93

    Re: riched20 in 64 bit app

    Sorry for the mistake. The file is occcont.cpp and nor dbcore.cppp
    Thanks for your help

  3. #18
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: riched20 in 64 bit app

    Quote Originally Posted by pererm View Post
    Sorry for the mistake. The file is occcont.cpp and nor dbcore.cppp
    Thanks for your help
    Code:
    				COleControlSiteOrWnd *pTemp =
    					new COleControlSiteOrWnd(
    						hwndCtrl,
    						pOccDlgInfo->m_pItemInfo[i].bAutoRadioButton);
    				ASSERT(IsWindow(pTemp->m_hWnd));
    Well, control window was not created....
    Victor Nijegorodov

  4. #19
    Join Date
    Nov 2007
    Posts
    93

    Re: riched20 in 64 bit app

    Sorry for the mistake. The message is :


    Debug Assertion Failed!

    Program: C:\Windows\system32\mfc140ud.dll

    File: f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dbcore.cpp

    Line:928

    But iCan´t acces this line

    Thanks for your help
    PERE

  5. #20
    Join Date
    Nov 2007
    Posts
    93

    Re: riched20 in 64 bit app

    Sorry for the doble mistake. The message is :


    Debug Assertion Failed!

    Program: C:\Windows\system32\mfc140ud.dll

    File: f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\occcont.cpp

    Line:928

    But iCan´t acces this line

    Thanks for your help
    PERE

  6. #21
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: riched20 in 64 bit app

    I have just tested the dialog based app created with VS2015 (debug, x64) and run on Windws 7 ultimate.
    With the call of AfxInitRichEdit() from within the App class (it does not matter, from ctor or InitInstance()) it does work!
    Victor Nijegorodov

  7. #22
    Join Date
    Nov 2007
    Posts
    93

    Re: riched20 in 64 bit app

    Thank you

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured