Hello,<br><br>I encountered six linker errors when compiling the latest codes of FSComm in VS2008. I followed the steps from here: <a href="http://wiki.freeswitch.org/wiki/FSComm#Windows">http://wiki.freeswitch.org/wiki/FSComm#Windows</a>. Someone else seemed to have the same issue but got no answers: <a href="http://article.gmane.org/gmane.comp.telephony.freeswitch.user/21757/match=fscomm">http://article.gmane.org/gmane.comp.telephony.freeswitch.user/21757/match=fscomm</a>.<br>
<br>Please enlighten me how to deal with these errors.<br><br>Thanks and best regards,<br>-Jingwei<br><br><div style="margin-left: 40px;">10&gt;fshost.obj : error LNK2019: unresolved external symbol &quot;public: __thiscall Channel::Channel(class QString)&quot; (??0Channel@@QAE@VQString@@@Z) referenced in function &quot;private: void __thiscall FSHost::eventChannelCreate(class QSharedPointer&lt;struct switch_event&gt;,class QString)&quot; (?eventChannelCreate@FSHost@@AAEXV?$QSharedPointer@Uswitch_event@@@@VQString@@@Z)<br>
<br>10&gt;mainwindow.obj : error LNK2019: unresolved external symbol &quot;public: __thiscall StateDebugDialog::StateDebugDialog(class QWidget *)&quot; (??0StateDebugDialog@@QAE@PAVQWidget@@@Z) referenced in function &quot;private: void __thiscall MainWindow::debugEventsTriggered(void)&quot; (?debugEventsTriggered@MainWindow@@AAEXXZ)<br>
<br>10&gt;mainwindow.obj : error LNK2019: unresolved external symbol &quot;public: __thiscall ConsoleWindow::ConsoleWindow(class QWidget *)&quot; (??0ConsoleWindow@@QAE@PAVQWidget@@@Z) referenced in function &quot;private: void __thiscall MainWindow::debugConsoleTriggered(void)&quot; (?debugConsoleTriggered@MainWindow@@AAEXXZ)<br>
<br>10&gt;prefdialog.obj : error LNK2019: unresolved external symbol &quot;public: __thiscall CodecWidget::CodecWidget(class QWidget *)&quot; (??0CodecWidget@@QAE@PAVQWidget@@@Z) referenced in function &quot;public: void __thiscall Ui_PrefDialog::setupUi(class QDialog *)&quot; (?setupUi@Ui_PrefDialog@@QAEXPAVQDialog@@@Z)<br>
<br>10&gt;prefsofia.obj : error LNK2019: unresolved external symbol &quot;public: void __thiscall CodecWidget::setCodecString(class QString)&quot; (?setCodecString@CodecWidget@@QAEXVQString@@@Z) referenced in function &quot;public: void __thiscall PrefSofia::readConfig(void)&quot; (?readConfig@PrefSofia@@QAEXXZ)<br>
<br>10&gt;prefsofia.obj : error LNK2019: unresolved external symbol &quot;public: class QString __thiscall CodecWidget::getCodecString(void)&quot; (?getCodecString@CodecWidget@@QAE?AVQString@@XZ) referenced in function &quot;public: void __thiscall PrefSofia::writeConfig(void)&quot; (?writeConfig@PrefSofia@@QAEXXZ)<br>
</div><br>