(no subject)
Пиздец.
#include
#include
[Error: Irreparable invalid markup ('<tdxdbtreelistcolumn*,>') in entry. Owner must fix manually. Raw contents below.]
Пиздец.
#include <map>
typedef std::map<TdxDBTreeListColumn*, double> Summary;
Summary Summaries;
...
TdxDBTreeListColumn* col = grdProrataMarkets->Columns[i];
Summaries[col] = 0;
[C++ Error] MasterMarketProRataWnd.cpp(153): E2094 'operator+' not implemented in type 'Summary' for arguments of type 'TdxDBTreeListColumn *'
Пора, пора в наш советский колумбарий.
#include <map>
typedef std::map<TdxDBTreeListColumn*, double> Summary;
Summary Summaries;
...
TdxDBTreeListColumn* col = grdProrataMarkets->Columns[i];
Summaries[col] = 0;
[C++ Error] MasterMarketProRataWnd.cpp(153): E2094 'operator+' not implemented in type 'Summary' for arguments of type 'TdxDBTreeListColumn *'
Пора, пора в наш советский колумбарий.