Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Tchart を破棄するにはどうすればよいですか? for 内のいくつかのチャートの後、新しい Tchart がメモリ不足でハングアップするためです。
前もって感謝します
while (...) { $chart1 = new TChart(400,250); ... }