<style>
BODY{FONT-SIZE: 10pt;}
DIV, P {FONT-SIZE: 10pt;margin-top:2px;margin-bottom:2px;}
TD {FONT-SIZE: 10pt}
</style>
<body leftmargin=1 topmargin=1>
Hello.
<BR>
I'm Sangyoon Woo who studying IGI in S.Korea.
<BR>
<BR>
I built the IGITutorialSourceCode but there are some errors.
<BR>
(the source from http://public.kitware.com/IGSTKWIKI/images/8/8b/IGITutorialSourceCode.zip)
<BR>
It said that 'int varient' cannot be change to 'const std::string'
<BR>
<BR>
I changed the sourcecode like below.
<BR>
<BR>
<BR>
<<Before>>
<BR>
this->m_tool->RequestSetMarkerName(m_GUI.idBox->currentText().toInt());
<BR>
m_ArucoTrackerTool->RequestSetMarkerName(m_PointerId.toInt());
<BR>
m_ArucoReferenceTrackerTool->RequestSetMarkerName(m_ReferenceId.toInt());
<BR>
m_ArucoTrackerToolMap[markerId]->RequestSetMarkerName(markerId.toInt());
<BR>
<BR>
<<After>>
<BR>
this->m_tool->RequestSetMarkerName(m_GUI.idBox->currentText().tostdstring());
<BR>
m_ArucoTrackerTool->RequestSetMarkerName(m_PointerId.tostdstring());
<BR>
m_ArucoReferenceTrackerTool->RequestSetMarkerName(m_ReferenceId.tostdstring());
<BR>
m_ArucoTrackerToolMap[markerId]->RequestSetMarkerName(markerId.tostdstring());
<BR>
<BR>
<BR>
Then it was able to be built.
<BR>
<BR>
I think IGITutorialSourceCode may need to be changed.
<BR>
<BR>
<BR>
Sangyoon</body>
<img src="http://auk1.snu.ac.kr:80/receiveMDNResponse.do?from=woodli14@snu.ac.kr&mid=6898115.1350277471936.JavaMail.root%40auk1&store=%2Fmindex3%2F%2F653%2Fwoodli14&host=mew6.snu.ac.kr&to=igstk-users@public.kitware.com&" height=1 width=1>