CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2004
    Posts
    82

    SetDefaultTitle error

    I am doing a single document project. I got an assertion fail in CSingleDocTemplate::SetDefaultTitle function. The error occured at this line:

    VERIFY(strDocName.LoadString(AFX_IDS_UNTITLED));

    How could it be the reasion? Thank you!

    Olin

  2. #2
    Join Date
    Feb 2004
    Posts
    82

    Re: SetDefaultTitle error

    I got it. After rebuilt all, I can eliminate this problem. But it is weird.

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