Hi,
I despaired of building PN. I don't know why (how) you can build it. My enviroments is : VS. 2005 , WTL :8.0, Boost: 1.33.
I hope you can fix these problems.
Following errors :
------ Build started: Project: pn, Configuration: Debug Win32 ------
Compiling...
stdafx.cpp
g:\pnwtl\pnutils.h(248) : error C3203: 'CXPButton' : unspecialized class template can't be used as a template argument for template parameter 'T', expected a real type
g:\pnwtl\pnutils.h(393) : see reference to class template instantiation 'CXPButton<T>' being compiled
g:\pnwtl\pnutils.h(248) : error C3203: 'CXPButton' : unspecialized class template can't be used as a template argument for template parameter 'T', expected a real type
g:\pnwtl\pnutils.h(404) : see reference to class template instantiation 'CXPButton<T>' being compiled
with
[
T=CArrowButton
]
g:\pnwtl\pntabs.h(21) : error C3203: 'CPNMDITabOwner' : unspecialized class template can't be used as a template argument for template parameter 'T', expected a real type
g:\pnwtl\pntabs.h(95) : see reference to class template instantiation 'CPNMDITabOwner<TTabCtrl>' being compiled
g:\pnwtl\pntabs.h(21) : error C3203: 'CPNMDITabOwner' : unspecialized class template can't be used as a template argument for template parameter 'T', expected a real type
g:\pnwtl\tabbingframework\tabbedmdi.h(1242) : see reference to class template instantiation 'CPNMDITabOwner<TTabCtrl>' being compiled
with
[
TTabCtrl=CDotNetTabCtrl<CTabViewTabItem>
]
g:\pnwtl\pntabs.h(107) : see reference to class template instantiation 'CTabbedMDIClient<TTabCtrl,TTabOwner>' being compiled
with
[
TTabCtrl=CDotNetTabCtrl<CTabViewTabItem>,
TTabOwner=CPNMDITabOwner<CDotNetTabCtrl<CTabViewTabItem>>
]
g:\pnwtl\pntabs.h(169) : error C3203: 'CPNTabbedMDICommandBarCtrl' : unspecialized class template can't be used as a template argument for template parameter 'T', expected a real type
g:\pnwtl\pntabs.h(377) : see reference to class template instantiation 'CPNTabbedMDICommandBarCtrl<TPNFrame>' being compiled
g:\pnwtl\scintillawtl.h(29) : error C3203: 'CScintillaWindowImpl' : unspecialized class template can't be used as a template argument for template parameter 'T', expected a real type
g:\pnwtl\scintillawtl.h(135) : see reference to class template instantiation 'CScintillaWindowImpl<T,TBase>' being compiled
g:\pnwtl\scintillawtl.h(138) : error C3203: 'CScintillaWindow' : unspecialized class template can't be used as a template argument for template parameter 'T', expected a real type
g:\pnwtl\scintillawtl.h(140) : see reference to class template instantiation 'CScintillaWindow<TBase>' being compiled
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '.\debug\afiles.sbr': No such file or directory
Build log was saved at "file://g:\pnwtl\Debug\BuildLog.htm"
pn - 8 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========