我試圖跟蹤管理對象的創建/在CLI/C處置++ PROG:CLI/C++的轉換 「這個」 指針整數
::System::Diagnostics::Trace::WriteLine(String::Format(
"Created {0} #{1:X8}",
this->GetType()->Name,
((UInt64)this).ToString()));
從而未能與
error C2440: 'type cast' : cannot convert from 'MyType ^const ' to 'unsigned __int64'
有沒有辦法跟蹤這種獨特的對象ID? 謝謝!
這有,你要記得清理的GCHandle當你做了,沒有警告? – 2009-12-30 21:00:29