User Activity

  • Posted a comment on discussion Help on Win32++

    Okay, maybe this is not the usual usage

  • Posted a comment on discussion Help on Win32++

    @david_nash When I use CTab to attach an existing tab OnAttach->SelectPage while get a error // Selects the tab and the view page. inline void CTab::SelectPage(int page) { if ((page >= 0) && (page < GetItemCount())) { if (page != GetCurSel()) SetCurSel(page); ShowActiveView(m_allTabPageInfo[static_cast<size_t>(page)].pView); //here error } } Because m_allTabPageInfo is empty but the value returned by ItemCount is greater than 0 so get out of range error How can I do?

  • Posted a comment on discussion Help on Win32++

    Thanks, David. It helped me a lot

  • Posted a comment on discussion Help on Win32++

    @david_nash Because I want to create a window according to the size of the parent window in the PreCreate function, how can I do this

  • Posted a comment on discussion Help on Win32++

    First of all, this is a very good library But I still encounter some problems in the process of using it Cwnd::PreCreate I think we should get the parent window handle here So I added a line of code before that cs.hwndParent = parent;//add // Allow the CREATESTRUCT parameters to be modified. PreCreate(cs); CImageList::Read Assert here is not necessary inline void CImageList::Read(LPSTREAM pStream) { assert(m_pData->images);//It should be removed here HIMAGELIST images = ImageList_Read(pStream); if...

  • Posted a comment on discussion General Discussion on unluac

    I think it's good enough Thank you for your time to solve my problem

  • Posted a comment on discussion General Discussion on unluac

    After I manually modified the error I mentioned above, the script has been able to run normally

  • Modified a comment on discussion General Discussion on unluac

    Constants after the keyword "or" cannot be exported correctly

View All

Personal Data

Username:
chricsp
Joined:
2020-08-19 17:49:55

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB