<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>VDK Discussion Forum | VoipDevKit</title>
	<link>http://www.voipdevkit.com/developers/forum/general/</link>
	<description><![CDATA[Give VoIP to your ideas!]]></description>
	<generator>Simple:Press Forum Version 4.1.3</generator>
	<atom:link href="http://www.voipdevkit.com/developers/forum/?general&#038;xfeed=forum" rel="self" type="application/rss+xml" />
<item>
	<title>lamonica on compile tutorial 1 failed </title>
	<link>http://www.voipdevkit.com/developers/forum/general/compile-tutorial-1-failed/#p46</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/compile-tutorial-1-failed/#p46</guid>
	<description><![CDATA[<p>Hello Shun,</p>
<p>unfortunately libssl that ships with Fedora9 is lacking a few functionalities that libsofia needs. You can however install the libsofia-sip package for Fedora 9 (1.12.8) and compile your vdk application against that one (please take care not to have both libsofia, from F9 and VDK package in you library path). It <em>should</em> work but I cannot assure evetything will be fine since all testing of VDK is done against libsofia 1.12.9 (that introduced more than one bug-fix).</p>
<br />
<p>Please note also that Fedora 9 ships with Qt 4.3.4 and VDK needs at <strong><em>least</em></strong> Qt 4.5.x so be sure that the provided ones are in your path <em>before</em> Fedora ones.</p>
<br />
<p>regards</p>
]]></description>
	<pubDate>Wed, 28 Apr 2010 15:11:54 +0000</pubDate>
</item>
<item>
	<title>Shun on compile tutorial 1 failed </title>
	<link>http://www.voipdevkit.com/developers/forum/general/compile-tutorial-1-failed/#p45</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/compile-tutorial-1-failed/#p45</guid>
	<description><![CDATA[<p>It&#39;s openssl-0.9.8g,&#160;&#160;but i rebuild and install openssl-0.9.8,the same&#160;problem happen again export for the indication about libssl not found !</p>
<br />
<p>and i cp&#160;libssl.so.0.9.8 ,libcrypto.so.0.9.8 to the VDK directory ,rebuild the tutorial 1 ,problem again ...</p>
<br />
<p>what&#39;s wrong ?</p>
]]></description>
	<pubDate>Wed, 28 Apr 2010 01:24:17 +0000</pubDate>
</item>
<item>
	<title>lamonica on compile tutorial 1 failed </title>
	<link>http://www.voipdevkit.com/developers/forum/general/compile-tutorial-1-failed/#p44</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/compile-tutorial-1-failed/#p44</guid>
	<description><![CDATA[<p>Hello Shun, sorry for the late reply.</p>
<br />
libsofia-sip, one of vdk dependencies, depends on libssl (0.9.8 as installed on ubuntu&#160; distribution) what version of libssl have you got on fedora9?<br />
<br />
<p>regards</p>
]]></description>
	<pubDate>Tue, 27 Apr 2010 18:54:07 +0000</pubDate>
</item>
<item>
	<title>Shun on compile tutorial 1 failed </title>
	<link>http://www.voipdevkit.com/developers/forum/general/compile-tutorial-1-failed/#p43</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/compile-tutorial-1-failed/#p43</guid>
	<description><![CDATA[<p>i come across a problem compiling "testwidget" in fedroa9 ,following is the problem,</p>
<br />
<p>root@Shun testwidget]# make</p>
<p>g++ -o Server testwidget.o main.o moc_testwidget.o -L/usr/local/vdk -lvdk -lsofia-sip-ua -lspeex -lspeexdsp -ljrtp -lportaudio -lQtGui -lQtNetwork -lQtCore -lpthread</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_NAME_oneline@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `HMAC@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_shutdown@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_write@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `BIO_new_socket@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CIPHER_get_name@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_get_current_cipher@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSLv23_method@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `OBJ_nid2sn@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_load_verify_locations@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_set_session_id_context@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_STORE_CTX_get_error@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_STORE_CTX_get_error_depth@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_set_client_CA_list@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_set_verify_depth@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_set_cipher_list@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `sk_value@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_STORE_CTX_get_current_cert@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_get_verify_result@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_read@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_new@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_check_private_key@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_load_error_strings@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `ERR_lib_error_string@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_get_issuer_name@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_set_bio@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_get_shutdown@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `EVP_sha1@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `RAND_pseudo_bytes@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_load_client_CA_file@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_connect@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_library_init@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `sk_num@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_verify_cert_error_string@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `BIO_ctrl@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `OBJ_obj2nid@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_get_peer_certificate@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_get_ext_count@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `ERR_func_error_string@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_free@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `RAND_load_file@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_get_subject_name@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_use_certificate_file@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_set_accept_state@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `BIO_free@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_EXTENSION_get_object@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509V3_EXT_get@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `ERR_reason_error_string@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_ctrl@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509V3_EXT_d2i@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_pending@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_set_fd@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_get_ext@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `TLSv1_client_method@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_new@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_set_verify@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `TLSv1_method@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_NAME_get_text_by_NID@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_free@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `X509_free@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_get_error@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `ERR_get_error@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_CTX_use_PrivateKey_file@OPENSSL_0.9.8&#39;</p>
<p>/usr/local/vdk/libsofia-sip-ua.so: undefined reference to `SSL_set_connect_state@OPENSSL_0.9.8&#39;</p>
<p>collect2: ld 杩斿洖 1</p>
<p>make: *** [Server] 閿欒 1</p>
<p>[root@Shun testwidget]#</p>
<br />
]]></description>
	<pubDate>Thu, 22 Apr 2010 03:38:14 +0000</pubDate>
</item>
<item>
	<title>lamonica on warning: libjthread-1.2.1.so</title>
	<link>http://www.voipdevkit.com/developers/forum/general/warning-libjthread-1-2-1-so/#p42</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/warning-libjthread-1-2-1-so/#p42</guid>
	<description><![CDATA[<p>Hi tntneo,</p>
<p>you have to add the following switch to your Makefile</p>
<blockquote>
<p>-L/home/tntneo/vdk</p>
</blockquote>
<p>or, if you are using the Qt tool <em>qmake</em>, you need to add in your <em>.pro</em> file the entry</p>
<blockquote>
<p>LIBPATH+=/home/tntneo/vdk</p>
</blockquote>
<p>Hope this helps <img title="Smile" src="/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
]]></description>
	<pubDate>Mon, 18 Jan 2010 16:46:02 +0000</pubDate>
</item>
<item>
	<title>tntneo on warning: libjthread-1.2.1.so</title>
	<link>http://www.voipdevkit.com/developers/forum/general/warning-libjthread-1-2-1-so/#p41</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/warning-libjthread-1-2-1-so/#p41</guid>
	<description><![CDATA[<p>Thank you but i still have another problem when compiling</p>
<p>g++ -Wl,-O1 -o voiip main.o testwidget.o moc_testwidget.o&#160;&#160;&#160; -L/usr/lib -lvdk -lsofia-sip-ua -lspeex -lspeexdsp -ljrtp -lportaudio -lQtGui -lQtCore -lpthread<br />/usr/bin/ld: cannot find -lvdk<br />collect2: ld a retourn&#233; 1 code d&#39;&#233;tat d&#39;ex&#233;cution<br />make: *** [voiip] Erreur 1</p>
<p>Thanks</p>
]]></description>
	<pubDate>Mon, 18 Jan 2010 15:51:01 +0000</pubDate>
</item>
<item>
	<title>lamonica on warning: libjthread-1.2.1.so</title>
	<link>http://www.voipdevkit.com/developers/forum/general/warning-libjthread-1-2-1-so/#p40</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/warning-libjthread-1-2-1-so/#p40</guid>
	<description><![CDATA[<p>Hi tntneo,</p>
<p>libjthread-1.2.1.so is one of the dependencies of VDK, you should have got a copy of that in the same directory where VDK was installed. You should instruct your compiler to look in that directory for VDK libraries, try the following command before launching your application:</p>
<blockquote>
<p>export LD_LIBRARY_PATH="/home/tntneo/vdk"</p>
</blockquote>
<p>and then try again to run you application.</p>
]]></description>
	<pubDate>Mon, 18 Jan 2010 10:52:22 +0000</pubDate>
</item>
<item>
	<title>tntneo on warning: libjthread-1.2.1.so</title>
	<link>http://www.voipdevkit.com/developers/forum/general/warning-libjthread-1-2-1-so/#p39</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/warning-libjthread-1-2-1-so/#p39</guid>
	<description><![CDATA[<p>hi,</p>
<p>when i want to build the example i got tihs warning message</p>
<pre>/usr/bin/ld:&#160;warning:&#160;libjthread-1.2.1.so,&#160;needed&#160;by&#160;/home/tntneo/vdk/libvdk.so,&#160;not&#160;found (try&#160;using&#160;-rpath&#160;or&#160;-rpath-link)<br /><br />can you help me to solve the problem<br />i&#39;m on qt4.5.0 et ubuntu 9.04</pre>
]]></description>
	<pubDate>Sat, 16 Jan 2010 02:48:02 +0000</pubDate>
</item>
<item>
	<title>lamonica on Is QtCreator not yet support with the vdk??</title>
	<link>http://www.voipdevkit.com/developers/forum/general/is-qtcreator-not-yet-support-with-the-vdk/#p38</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/is-qtcreator-not-yet-support-with-the-vdk/#p38</guid>
	<description><![CDATA[<p>Hi Mario,</p>
<p>it is indeed a high priority on our roadmap to provide a vdk version that is compatible with QtCreator on windows!</p>
<p>Unfortunately, what is holding us back still is that a 3rd party library vdk depends on is not compatible with the mingw 5.x compiler used by QtCreator. Vdk code is already compatible with mingw, so, as soon as this problem will be resolved we&#39;ll make available a package compatible with QtCreator.</p>
<br />
<p>best regards</p>
]]></description>
	<pubDate>Thu, 24 Sep 2009 14:03:29 +0000</pubDate>
</item>
<item>
	<title>mario on Is QtCreator not yet support with the vdk??</title>
	<link>http://www.voipdevkit.com/developers/forum/general/is-qtcreator-not-yet-support-with-the-vdk/#p37</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/is-qtcreator-not-yet-support-with-the-vdk/#p37</guid>
	<description><![CDATA[<p>I plan also to build a vdk project using QtCreator on windows. I also get an error just like from the post of simon. Is it now supported or i have no choice but to use visual studio to create a vdk application for windows?</p>
]]></description>
	<pubDate>Mon, 21 Sep 2009 13:08:23 +0000</pubDate>
</item>
<item>
	<title>lamonica on new to vdk and have some questions...</title>
	<link>http://www.voipdevkit.com/developers/forum/general/new-to-vdk-and-have-some-questions/#p36</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/new-to-vdk-and-have-some-questions/#p36</guid>
	<description><![CDATA[<p>Hi,</p>
<p>VDK is able to handle multiple calls at the same time, either putting them in conference or handling one at a time. The trial version can handle just one call, that is, if you are busy in a conversation you cannot receive any other incoming call nor start another one.</p>
<p>VDK&#39;s VirtuaDev technology handles the connection between media sources; incoming audio of a SIP call is a device, speakers another one, wav files another and so on. To write a softphone for example you have to connect microphone to network line and network line to speakers, that is a total of two concurrent VirtuaDev connections. Again, if you want to play an audio file you need to connect the file device to the speakers, that will cost you just one connection. In the trial version the amount of available VirtuaDev connections is 4.</p>
<br />
<p>Hope this helps,</p>
<p>regards</p>
<br />
]]></description>
	<pubDate>Sun, 30 Aug 2009 11:46:29 +0000</pubDate>
</item>
<item>
	<title>mario on new to vdk and have some questions...</title>
	<link>http://www.voipdevkit.com/developers/forum/general/new-to-vdk-and-have-some-questions/#p35</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/new-to-vdk-and-have-some-questions/#p35</guid>
	<description><![CDATA[<p>Based from the features of the trial version, what do you mean by</p>
<ul>
<li>Only one VoIP call at once can be handled</li>
<li>The number of devices that can be  connected at a time is limited to 4</li>
</ul>
<p>Can you elaborate further? Pardon me because i am still new with this but i want to learn. Thanks.</p>
<br />
<p>-mario</p>
]]></description>
	<pubDate>Sun, 30 Aug 2009 08:50:40 +0000</pubDate>
</item>
<item>
	<title>lamonica on Sip account- VDK</title>
	<link>http://www.voipdevkit.com/developers/forum/general/sip-account-vdk/#p34</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/sip-account-vdk/#p34</guid>
	<description><![CDATA[<p>Hi Rachel,</p>
<p>the tasks you mentioned can be very easily implemented using VDK, at the moment you can try out the trial version which is downloadable from this website.</p>
<p>The simple tutorial that is available within the documentation should help you to get a grip on how to do what you need, there are described exactly the steps you mentioned.</p>
<p>Unfortunately only c++ language is supported at the moment. In a few weeks time we will provide Java and .Net interface modules and we&#39;re working on a native PHP interface but we cannot give you an estimate delivery time for that at this moment.</p>
<p>Please come back to this forum if you need further assistance.</p>
<p>regards</p>
]]></description>
	<pubDate>Fri, 21 Aug 2009 14:44:09 +0000</pubDate>
</item>
<item>
	<title>Rachel on Sip account- VDK</title>
	<link>http://www.voipdevkit.com/developers/forum/general/sip-account-vdk/#p33</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/sip-account-vdk/#p33</guid>
	<description><![CDATA[<p>Hey,</p>
<p>I&#39;m working as S/W developer. Mostly developing in php, javascript etc etc.</p>
<p>Recently I was given&#160; a project to work with VoIP, which is first time I&#39;m even aware of software like this. I was suggest&#160; to go for VDK.</p>
<p>Here&#39;s the brief note of what I was told to do:</p>
<p>1.Register and have an account with SIP</p>
<p>2.Outgoing call</p>
<p>3.terminate the established call.</p>
<p>Will I be able to do this with VDK?</p>
<p>If YES, apart from VDK s/w what else I need to run the script and how to run.</p>
<p>I&#39;m total newbie so any help would be appreciated.</p>
<p>Thanks</p>
<p>Rachel<img title="Confused" src="/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
<br />
]]></description>
	<pubDate>Mon, 17 Aug 2009 18:37:53 +0000</pubDate>
</item>
<item>
	<title>Antti on Using VDK with QtCreator on Mac (OS 10.5.7)</title>
	<link>http://www.voipdevkit.com/developers/forum/general/using-vdk-with-qtcreator-on-mac-os-1057/#p32</link>
	<category>General</category>
	<guid isPermaLink="true">http://www.voipdevkit.com/developers/forum/general/using-vdk-with-qtcreator-on-mac-os-1057/#p32</guid>
	<description><![CDATA[<p>Hi, It seems to be that paths for vdk.ini are different. Until this I had vdk.ini only in the /.../Contents/MacOS/ folder. I copied it also to the directory where the root of the bundle is. Now the test app is starting up normally when it is esecuted with and without debugger within QtCreator, and it works also when I execute it from command line or by by clicking the app through the Finder.</p>
<br />
<p>Thanks for your help!</p>
]]></description>
	<pubDate>Mon, 15 Jun 2009 20:21:30 +0000</pubDate>
</item>
</channel>
</rss>