Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtPageNavigatorWnd Collapse All
Subject Author Date
Nedim Mujezinovic Mar 17, 2006 - 9:55 AM

Dear Support,
First, I would like to express my hones appreciation for the great work that you have done with this library!
It will save me lot of money and time, and I can assure you that I will use the Prof-UIS full version as long as I program VC++ :)

I have reading your post on the general form on Aug 1, 2005 with Subject: Re:Getting started and other questions

I have created a SDI application, and tried both ways of implementing the CExtPageNavigatorWnd.
The program starts, but in the moment when I click in the menu on the ID_VIEW_DOCUMENT_NAVIGATOR item, I get an assertion in the following code portion of the aˆ?objcore.cppaˆ?:

void AFXAPI AfxAssertValidObject(const CObject* pOb,
    LPCSTR lpszFileName, int nLine)
{
    if (pOb == NULL)
    {
TRACE(traceAppMsg, 0, "ASSERT_VALID fails with NULL pointer.\n");
-->        if (AfxAssertFailedLine(lpszFileName, nLine))
            AfxDebugBreak();
        return; // quick escape
    }
.
.
.

That means in the AfxAssertFailedLine, with lpszFileName = ..\Src\ExtControlBar.cpp

Please help me fixing what I am doing wrong.
Thanks.
With best regards,
Nedim.

Nedim Mujezinovic Mar 17, 2006 - 11:21 AM

I have sent it on support@prof-uis.com
Thanks!

Nedim Mujezinovic Mar 17, 2006 - 11:13 AM

Hi !
I can send you the whole project, but on which e-mail adress ?

Technical Support Mar 18, 2006 - 4:15 AM

We received your e-mail and fixed your project. But unfortunately two attempts to send this modified project to you have failed -- it seems you server does not accept any attachments. Would you let us know another e-mail address so we can send the project?

Nedim Mujezinovic Mar 18, 2006 - 4:53 AM

Thank you!
I knew that I am going to have some kind of support for the full version of Prof-UIS, but I have never thought that I will have such great help from your side !!!!
With best regards,
Nedim.

Technical Support Mar 17, 2006 - 11:00 AM

Thank you for the kind words. Your information is not enough to come to any conclusion. Would you send us the call stack or the entire project?