What is this c++ compiler message?!

drjackool 956 Reputation points
2023-08-25T06:44:24.0366667+00:00

Hi

Platform: Win32/ATL

When i compiling my code following message printed in output window, but my code works fine.

My classes are template in headers.

\ListCtrlEx.h(132,7): message : while compiling class template member function 'void CListCtrlDragImpl<CDetailListView>::MoveSelectedItems(CListCtrlDragImpl<CDetailListView>::MoveMode,int)'
\ListCtrlEx.h(273,22): message : see the first reference to 'CListCtrlDragImpl<CDetailListView>::MoveSelectedItems' in 'CListCtrlDragImpl<CDetailListView>::OnLButtonUp'
\ListCtrlEx.h(282,3): message : see the first reference to 'CListCtrlDragImpl<CDetailListView>::OnLButtonUp' in 'CListCtrlDragImpl<CDetailListView>::ProcessWindowMessage'
\DetailView.h(122,3): message : see the first reference to 'CListCtrlDragImpl<CDetailListView>::ProcessWindowMessage' in 'CDetailView::ProcessWindowMessage'
\DetailView.h(28,11): message : see reference to class template instantiation 'CListCtrlDragImpl<CDetailListView>' being compiled
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,523 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,636 questions
{count} votes