Please any help with this;
I updated my entire folder of sourcecode in order to compile a new version after a long time. All went well but .......
--------------------Configuration: ctp2 - Win32 Debug--------------------
Compiling...
armymanagerwindow.cpp
....\ctp2_code\ui\interface\armymanagerwindow.cpp( 472) : error C2955: 'list' : use of class template requires template argument list
d:\programs\visual.c.6.0\include\list(415) : see declaration of 'list'
Error executing cl.exe.
CivCTP_dbg.exe - 1 error(s), 0 warning(s)
the code line reads ;
ctp2_ListItem *ArmyManagerWindow::AddArmyItem(ctp2_ListBox *list, ArmyListNode *node)
How can I resolve this minor pita !?
thanks in advance !!!
Tom
I updated my entire folder of sourcecode in order to compile a new version after a long time. All went well but .......
--------------------Configuration: ctp2 - Win32 Debug--------------------
Compiling...
armymanagerwindow.cpp
....\ctp2_code\ui\interface\armymanagerwindow.cpp( 472) : error C2955: 'list' : use of class template requires template argument list
d:\programs\visual.c.6.0\include\list(415) : see declaration of 'list'
Error executing cl.exe.
CivCTP_dbg.exe - 1 error(s), 0 warning(s)
the code line reads ;
ctp2_ListItem *ArmyManagerWindow::AddArmyItem(ctp2_ListBox *list, ArmyListNode *node)
How can I resolve this minor pita !?
thanks in advance !!!
Tom
Comment