today I'll show you how to load the new Item.tcd
go in TChart.cpp
search for the Method InitTITEMTEMP
go in the FOR Loop and create a New local Variable with the name bla as Byte:
Code:
BYTE bla = 0;
this:
Code:
>> bla >> bla
Code:
>> bla
Code:
;
at least insert after >> pTITEM->m_bCanColor
Code:
>> bla1 >> bla >> bla >> bla >> bla;






