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...

Code:
void CVisionCARView::TiparesteAcordImprumut(void)
{
	AfxMessageBox("Tipareste");

	OnFilePrintPreview();
}
I have use this code before and it works fine. Since then I change my version of Visual C++.

It posible to be a bug?


I'm using now Visual C++ 2003 Standard.