MyProgTreeView.h(8) error C2504: 'CTreeView' : base class undefined
the line look like this:
class CMyProgTreeView : public CTreeView
Someone please tell me what is going on!
--
,,,
(o o)
================================oOO==(_)==OOo===============================
Steinar Elgsaeter, Norway | Those who can -- do.
E-mail : el...@nobipol.unit.no | Those who cannot -- teach.
Also known as: | Those who cannot teach --
administrate.
"Elgen" and "Caveman" | .oooO Oooo. - H.L.Mencken's Law
================================( )==(
)================================
\ ( ) /
\_) (_/
#include "afxcview.h"
You need to add this. I added it to stdafx.h
#include <afxcview.h> // MFC Common controls
--
Steve Brailsford Steve.Br...@smg.seagate.com
Seagate Software Orlando, FL
Try including <afxcmn.h> in your header.
John
You need to include #include <afxcview.h> in stdafx.h. (It's noted in the
overview for CTreeView in the help file.)
--------------------
Dave Connet
Dave_...@corp.dialog.com
My opinions are my own. I think...