<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
you must also add FreeSwitchCoreLib as a dependency of FSComm<BR>
<BR>
please update <A href="http://wiki.freeswitch.org/wiki/FSComm">http://wiki.freeswitch.org/wiki/FSComm</A> with any additional information you found helpful<BR>
<BR> <BR>
<HR id=stopSpelling>
From: larclap@yahoo.com<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Sun, 10 Jan 2010 13:45:59 -0800<BR>Subject: Re: [Freeswitch-users] Compile error fscomm?<BR><BR>
<STYLE>
.ExternalClass .ecxshape
{;}
</STYLE>
<STYLE>
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal
{margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass a:visited, .ExternalClass span.ecxMsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
.ExternalClass p
{margin-right:0in;margin-left:0in;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass span.ecxEmailStyle18
{font-family:'Calibri','sans-serif';color:#1F497D;}
.ExternalClass .ecxMsoChpDefault
{font-size:10.0pt;}
@page Section1
{size:8.5in 11.0in;}
.ExternalClass div.ecxSection1
{page:Section1;}
</STYLE>
<DIV class=ecxSection1>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">Jeff,</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">I downloaded and install QT as you suggested, and created an environmental variable QTDIR as C:\Qt\4.6.0 (the installation directory).</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">I then downloaded FreeSWITCH source via svn (v16230) and built it successfully. I then opened the FSCOMM project within the FreeSWITCH directory and attempted to build it. It failed with the messages below. Any ideas on what I might have done wrong? The environment is Windows 7/64.</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 1 error LNK2019: unresolved external symbol __imp__switch_core_set_globals@0 referenced in function "public: __thiscall FSHost::FSHost(class QObject *)" (??0FSHost@@QAE@PAVQObject@@@Z) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 2 error LNK2019: unresolved external symbol __imp__switch_core_setrlimits@0 referenced in function "public: __thiscall FSHost::FSHost(class QObject *)" (??0FSHost@@QAE@PAVQObject@@@Z) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 3 error LNK2019: unresolved external symbol __imp__switch_core_destroy@0 referenced in function "protected: virtual void __thiscall FSHost::run(void)" (?run@FSHost@@MAEXXZ) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 4 error LNK2019: unresolved external symbol __imp__switch_event_unbind_callback@4 referenced in function "protected: virtual void __thiscall FSHost::run(void)" (?run@FSHost@@MAEXXZ) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 5 error LNK2019: unresolved external symbol __imp__switch_core_runtime_loop@4 referenced in function "protected: virtual void __thiscall FSHost::run(void)" (?run@FSHost@@MAEXXZ) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 6 error LNK2019: unresolved external symbol __imp__switch_core_init_and_modload@12 referenced in function "protected: virtual void __thiscall FSHost::run(void)" (?run@FSHost@@MAEXXZ) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 7 error LNK2019: unresolved external symbol __imp__switch_log_printf referenced in function "protected: virtual void __thiscall FSHost::run(void)" (?run@FSHost@@MAEXXZ) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 8 error LNK2001: unresolved external symbol __imp__switch_log_printf mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 9 error LNK2001: unresolved external symbol __imp__switch_log_printf prefportaudio.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 10 error LNK2019: unresolved external symbol __imp__switch_event_bind@20 referenced in function "protected: virtual void __thiscall FSHost::run(void)" (?run@FSHost@@MAEXXZ) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 11 error LNK2019: unresolved external symbol __imp__switch_core_init@12 referenced in function "protected: virtual void __thiscall FSHost::run(void)" (?run@FSHost@@MAEXXZ) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 12 error LNK2001: unresolved external symbol __imp__SWITCH_GLOBAL_dirs fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 13 error LNK2019: unresolved external symbol __imp__switch_event_dup@8 referenced in function "void __cdecl eventHandlerCallback(struct switch_event *)" (?eventHandlerCallback@@YAXPAUswitch_event@@@Z) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 14 error LNK2019: unresolved external symbol __imp__switch_event_name@4 referenced in function "private: enum switch_status_t __thiscall FSHost::processAlegEvent(struct switch_event *,class QString)" (?processAlegEvent@FSHost@@AAE?AW4switch_status_t@@PAUswitch_event@@VQString@@@Z) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 15 error LNK2019: unresolved external symbol __imp__switch_event_get_header@8 referenced in function "private: enum switch_status_t __thiscall FSHost::processAlegEvent(struct switch_event *,class QString)" (?processAlegEvent@FSHost@@AAE?AW4switch_status_t@@PAUswitch_event@@VQString@@@Z) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 16 error LNK2019: unresolved external symbol __imp__switch_api_execute@16 referenced in function "public: enum switch_status_t __thiscall FSHost::sendCmd(char const *,char const *,class QString *)" (?sendCmd@FSHost@@QAE?AW4switch_status_t@@PBD0PAVQString@@@Z) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 17 error LNK2019: unresolved external symbol __imp__switch_console_stream_raw_write referenced in function "public: enum switch_status_t __thiscall FSHost::sendCmd(char const *,char const *,class QString *)" (?sendCmd@FSHost@@QAE?AW4switch_status_t@@PBD0PAVQString@@@Z) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 18 error LNK2019: unresolved external symbol __imp__switch_console_stream_write referenced in function "public: enum switch_status_t __thiscall FSHost::sendCmd(char const *,char const *,class QString *)" (?sendCmd@FSHost@@QAE?AW4switch_status_t@@PBD0PAVQString@@@Z) fshost.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 19 error LNK2019: unresolved external symbol __imp__switch_xml_parse_str@8 referenced in function "public: struct switch_xml * __thiscall XMLBinding::getConfigXML(class QString)" (?getConfigXML@XMLBinding@@QAEPAUswitch_xml@@VQString@@@Z) mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 20 error LNK2019: unresolved external symbol __imp__switch_event_expand_headers@8 referenced in function "public: struct switch_xml * __thiscall XMLBinding::getConfigXML(class QString)" (?getConfigXML@XMLBinding@@QAEPAUswitch_xml@@VQString@@@Z) mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 21 error LNK2019: unresolved external symbol __imp__switch_event_add_header_string@16 referenced in function "public: struct switch_xml * __thiscall XMLBinding::getConfigXML(class QString)" (?getConfigXML@XMLBinding@@QAEPAUswitch_xml@@VQString@@@Z) mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 22 error LNK2019: unresolved external symbol __imp__switch_event_create_subclass_detailed@24 referenced in function _switch_event_create_plain mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 23 error LNK2019: unresolved external symbol __imp__switch_xml_bind_search_function_ret@16 referenced in function "enum switch_status_t __cdecl do_config(void)" (?do_config@@YA?AW4switch_status_t@@XZ) mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 24 error LNK2019: unresolved external symbol __imp__switch_xml_parse_section_string@4 referenced in function "enum switch_status_t __cdecl do_config(void)" (?do_config@@YA?AW4switch_status_t@@XZ) mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 25 error LNK2019: unresolved external symbol __imp__switch_xml_attr_soft@8 referenced in function "enum switch_status_t __cdecl do_config(void)" (?do_config@@YA?AW4switch_status_t@@XZ) mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 26 error LNK2019: unresolved external symbol __imp__switch_xml_free@4 referenced in function "enum switch_status_t __cdecl do_config(void)" (?do_config@@YA?AW4switch_status_t@@XZ) mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 27 error LNK2019: unresolved external symbol __imp__switch_xml_child@8 referenced in function "enum switch_status_t __cdecl do_config(void)" (?do_config@@YA?AW4switch_status_t@@XZ) mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 28 error LNK2019: unresolved external symbol __imp__switch_xml_open_cfg@12 referenced in function "enum switch_status_t __cdecl do_config(void)" (?do_config@@YA?AW4switch_status_t@@XZ) mod_qsettings.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 29 error LNK2019: unresolved external symbol __imp__switch_find_local_ip@16 referenced in function "public: void __thiscall PrefSofia::readConfig(void)" (?readConfig@PrefSofia@@QAEXXZ) prefsofia.obj FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #1f497d; FONT-SIZE: 9pt">Error 30 fatal error LNK1120: 27 unresolved externals debug\FSComm.exe FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN></P>
<DIV>
<DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<P class=ecxMsoNormal><B><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt">From:</SPAN></B><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt"> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <B>On Behalf Of </B>Jeff Lenk<BR><B>Sent:</B> Thursday, January 07, 2010 7:17 PM<BR><B>To:</B> freeswitch-users@lists.freeswitch.org<BR><B>Subject:</B> Re: [Freeswitch-users] Compile error fscomm?</SPAN></P></DIV></DIV>
<P class=ecxMsoNormal> </P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">The windows support is very experimental at this time!<BR> <BR>You must manually install <A href="http://get.qt.nokia.com/qt/source/qt-win-opensource-4.6.0-vs2008.exe">http://get.qt.nokia.com/qt/source/qt-win-opensource-4.6.0-vs2008.exe</A><BR> <BR>Then set the environment variable QTDIR in the environment variables. This can be set from the Computer/Properties/Advanced system settings/Environment Variables/User Variables settings screen.<BR> <BR>QTDIR=c:\qt\4.6.0 - or wherever you installed it<BR> <BR>then restart VS<BR> <BR><BR> </SPAN></P>
<DIV style="TEXT-ALIGN: center" class=ecxMsoNormal align=center><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">
<HR id=ecxstopSpelling align=center SIZE=2 width="100%">
</SPAN></DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Date: Thu, 7 Jan 2010 21:45:56 -0200<BR>From: jmesquita@freeswitch.org<BR>To: freeswitch-users@lists.freeswitch.org<BR>Subject: Re: [Freeswitch-users] Compile error fscomm?<BR><BR>I don't have a Windows machine to test that. Maybe jlenk could give us a hand since he is the one who has created the visual studio project? </SPAN></P>
<DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P></DIV>
<DIV>
<P style="MARGIN-BOTTOM: 12pt" class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Regards,<BR clear=all>João Mesquita<BR>FreeSWITCH™ Solutions<BR>t: +1 (646) 4959927<BR><BR></SPAN></P>
<DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">On Thu, Jan 7, 2010 at 9:11 PM, Lars Zeb <larclap@yahoo.com> wrote:</SPAN></P>
<DIV>
<DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">No Qt installed. I just checked out from http://svn.freeswitch.org/svn/freeswitch/trunk/fscomm and loaded it into VS2008. </SPAN><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"></SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">Do I need to get http://get.qt.nokia.com/qtsdk/qt-sdk-win-opensource-2009.05.exe ?</SPAN><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"></SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"></SPAN></P>
<DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<P class=ecxMsoNormal><B><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">From:</SPAN></B><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <B>On Behalf Of </B>Michael Collins<BR><B>Sent:</B> Thursday, January 07, 2010 2:36 PM<BR><B>To:</B> freeswitch-users@lists.freeswitch.org<BR><B>Subject:</B> Re: [Freeswitch-users] Compile error fscomm?</SPAN></P></DIV>
<DIV>
<DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<P style="MARGIN-BOTTOM: 12pt" class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">On Thu, Jan 7, 2010 at 2:15 PM, Lars Zeb <larclap@yahoo.com> wrote:</SPAN></P>
<DIV>
<DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">I just downloaded the fscomm project and loaded it into vs2008. I’ve never programmed in C++ (or c), just C#, so I can’t make anything of the following two messages:</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Error 1 error PRJ0019: A tool returned an error code from "RCC resources.qrc" FSComm FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Warning 2 The following environment variables were not found: $(QTDIR) Project FSComm</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Any suggestions? I do see the file “resources.qrc” in the fscomm folder.</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">The environment is Windows 7 64bit & VS2008 (Version 9.0.30729.1 SP)</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: #888888; FONT-SIZE: 10pt">Lars</SPAN><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"></SPAN></P></DIV></DIV>
<DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Do you have Qt 4.6 installed?<BR>-MC</SPAN></P></DIV></DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P></DIV></DIV></DIV></DIV>
<P style="MARGIN-BOTTOM: 12pt" class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"><BR>_______________________________________________<BR>FreeSWITCH-users mailing list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org</SPAN></P></DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P></DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<DIV style="TEXT-ALIGN: center" class=ecxMsoNormal align=center><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">
<HR align=center SIZE=2 width="100%">
</SPAN></DIV>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. <A href="http://clk.atdmt.com/GBL/go/196390709/direct/01/">Sign up now.</A></SPAN></P></DIV>                                            <br /><hr />Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. <a href='http://clk.atdmt.com/GBL/go/196390709/direct/01/' target='_new'>Sign up now.</a></body>
</html>