[Freeswitch-users] FSComm linker issue

Jingwei Yang jingwei.yang at gmail.com
Thu May 27 03:35:25 PDT 2010


Hello,

I encountered six linker errors when compiling the latest codes of FSComm in
VS2008. I followed the steps from here:
http://wiki.freeswitch.org/wiki/FSComm#Windows. Someone else seemed to have
the same issue but got no answers:
http://article.gmane.org/gmane.comp.telephony.freeswitch.user/21757/match=fscomm
.

Please enlighten me how to deal with these errors.

Thanks and best regards,
-Jingwei

10>fshost.obj : error LNK2019: unresolved external symbol "public:
__thiscall Channel::Channel(class QString)" (??0Channel@@QAE at VQString@@@Z)
referenced in function "private: void __thiscall
FSHost::eventChannelCreate(class QSharedPointer<struct switch_event>,class
QString)" (?eventChannelCreate at FSHost@@AAEXV?$QSharedPointer at Uswitch_event
@@@@VQString@@@Z)

10>mainwindow.obj : error LNK2019: unresolved external symbol "public:
__thiscall StateDebugDialog::StateDebugDialog(class QWidget *)"
(??0StateDebugDialog@@QAE at PAVQWidget@@@Z) referenced in function "private:
void __thiscall MainWindow::debugEventsTriggered(void)"
(?debugEventsTriggered at MainWindow@@AAEXXZ)

10>mainwindow.obj : error LNK2019: unresolved external symbol "public:
__thiscall ConsoleWindow::ConsoleWindow(class QWidget *)" (??0ConsoleWindow@
@QAE at PAVQWidget@@@Z) referenced in function "private: void __thiscall
MainWindow::debugConsoleTriggered(void)" (?debugConsoleTriggered at MainWindow
@@AAEXXZ)

10>prefdialog.obj : error LNK2019: unresolved external symbol "public:
__thiscall CodecWidget::CodecWidget(class QWidget *)" (??0CodecWidget@
@QAE at PAVQWidget@@@Z) referenced in function "public: void __thiscall
Ui_PrefDialog::setupUi(class QDialog *)" (?setupUi at Ui_PrefDialog
@@QAEXPAVQDialog@@@Z)

10>prefsofia.obj : error LNK2019: unresolved external symbol "public: void
__thiscall CodecWidget::setCodecString(class QString)"
(?setCodecString at CodecWidget@@QAEXVQString@@@Z) referenced in function
"public: void __thiscall PrefSofia::readConfig(void)" (?readConfig at PrefSofia
@@QAEXXZ)

10>prefsofia.obj : error LNK2019: unresolved external symbol "public: class
QString __thiscall CodecWidget::getCodecString(void)"
(?getCodecString at CodecWidget@@QAE?AVQString@@XZ) referenced in function
"public: void __thiscall PrefSofia::writeConfig(void)"
(?writeConfig at PrefSofia@@QAEXXZ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100527/9ae17473/attachment.html 


More information about the FreeSWITCH-users mailing list