Hi
I have a SDI application with a CListView. I have a menu option which call the function OnFilePrintPreview(). In this moment the application fails...
I have use this code before and it works fine. Since then I change my version of Visual C++.Code:void CVisionCARView::TiparesteAcordImprumut(void)
{
AfxMessageBox("Tipareste");
OnFilePrintPreview();
}
It posible to be a bug?
I'm using now Visual C++ 2003 Standard.
