<div style="font-family:times new roman, new york, times, serif;font-size:18pt"><DIV>thank you very much i will try that<BR></DIV>
<DIV style="FONT-SIZE: 18pt; FONT-FAMILY: times new roman, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Andoni Morales [via GStreamer-devel] &lt;<a href="http://n4.nabble.com/user/SendEmail.jtp?type=node&node=1838927&i=0" target="_top" rel="nofollow">[hidden email]</a>&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> siddeeqhssn &lt;<a href="http://n4.nabble.com/user/SendEmail.jtp?type=node&node=1838927&i=1" target="_top" rel="nofollow">[hidden email]</a>&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tue, April 13, 2010 4:27:53 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: gstreamer ossbuild misssing pieces<BR></FONT><BR>2010/4/13 siddeeqhssn &lt;<A href="http://n4.nabble.com/user/SendEmail.jtp?type=node&amp;node=1838405&amp;i=0" target=_blank rel="nofollow" link="external">[hidden email]</A>&gt;: 
<DIV class=shrinkable-quote><div class='shrinkable-quote'><BR>&gt; <BR>&gt; hi all <BR>&gt; thank you Wes Miller &nbsp;for your help it work ok the programm compiled but <BR>&gt; when linking i get the following error message <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt;&gt; the procedure entry point iconv could not be located in dynamic link <BR>&gt;&gt; library iconv.dll <BR>&gt;&gt; <BR>&gt; <BR>&gt; and the output window for visual studio 2008 show <BR>&gt; <BR>&gt; <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\Documents and Settings\Siddeeq@\My <BR>&gt;&gt; Documents\Visual Studio 2008\Projects\gstTsT\Debug\gstTsT.exe', Symbols <BR>&gt;&gt; loaded. <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\ntdll.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\kernel32.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\Program <BR>&gt;&gt; Files\GTK2-Runtime\bin\libglib-2.0-0.dll', Binary was not built with debug <BR>&gt;&gt; information. <BR>&gt;&gt; 'gstTsT.exe': Loaded
 'E:\WINDOWS\system32\advapi32.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\rpcrt4.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\secur32.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\msvcrt.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\ole32.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\gdi32.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\user32.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\shell32.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\shlwapi.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\ws2_32.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\WINDOWS\system32\ws2help.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'C:\gstreamer\bin\libgstreamer-0.10.dll' <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\Program <BR>&gt;&gt; Files\GTK2-Runtime\bin\libgobject-2.0-0.dll', Binary was not built with <BR>&gt;&gt; debug information. <BR>&gt;&gt;
 'gstTsT.exe': Loaded 'E:\Program <BR>&gt;&gt; Files\GTK2-Runtime\bin\libgthread-2.0-0.dll', Binary was not built with <BR>&gt;&gt; debug information. <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\Program <BR>&gt;&gt; Files\GTK2-Runtime\bin\libgmodule-2.0-0.dll', Binary was not built with <BR>&gt;&gt; debug information. <BR>&gt;&gt; 'gstTsT.exe': Loaded 'C:\gstreamer\bin\libxml2-2.dll', Binary was not <BR>&gt;&gt; built with debug information. <BR>&gt;&gt; 'gstTsT.exe': Loaded 'E:\Program Files\GTK2-Runtime\bin\iconv.dll', Binary <BR>&gt;&gt; was not built with debug information. </DIV></div>Welcome to the DLL Hell! <BR>As you see, you are linking against iconv.dll in 'E:\Program <BR>Files\GTK2-Runtime\bin'. But the GStreamer build should use <BR>/c/gstreamer/bin/iconv.dll. <BR>The are two versions available for windows of iconv: win_iconv and gnu <BR>libconv[1]. The first one export iconv* symbols and the second one <BR>export libconv* symbols. <BR>To avoid this
 issue win_iconv must be built with &nbsp;the <BR>-DUSE_LIBICONV_DLL flag. You can grab a copy from the repo[2] and <BR>replace it in 'E:\Program Files\GTK2-Runtime\bin' <BR><BR>Andoni <BR><BR>[1]http://www.gtk.org/download-windows.html<BR>[2]http://ossbuild.googlecode.com/svn-history/r386/trunk/Shared/Build/Windows/Win32/bin/iconv.dll<BR>
<DIV class=shrinkable-quote><div class='shrinkable-quote'><BR>&gt;&gt; Debugger:: An unhandled non-continuable exception was thrown during <BR>&gt;&gt; process load <BR>&gt;&gt; The program '[5304] gstTsT.exe: Native' has exited with code -1073741511 <BR>&gt;&gt; (0xc0000139). <BR>&gt;&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; View this message in context: http://n4.nabble.com/gstreamer-ossbuild-misssing-pieces-tp1754530p1838256.html<BR>&gt; Sent from the GStreamer-devel mailing list archive at <A href="http://nabble.com/" target=_blank rel="nofollow" link="external">Nabble.com</A>. <BR>&gt; <BR>&gt; ------------------------------------------------------------------------------ <BR>&gt; Download IntelĀ® Parallel Studio Eval <BR>&gt; Try the new software tools for yourself. Speed compiling, find bugs <BR>&gt; proactively, and fine-tune applications for parallel performance. <BR>&gt; See why Intel Parallel Studio got high marks during beta. <BR>&gt; http://p.sf.net/sfu/intel-sw-dev<BR>&gt;
 _______________________________________________ <BR>&gt; gstreamer-devel mailing list <BR>&gt; <A href="http://n4.nabble.com/user/SendEmail.jtp?type=node&amp;node=1838405&amp;i=1" target=_blank rel="nofollow" link="external">[hidden email]</A> <BR>&gt; <A href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target=_blank rel="nofollow" link="external">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>&gt; </DIV></div><BR><BR>-- <BR>Andoni Morales Alastruey <BR><BR>LongoMatch:The Digital Coach <BR>http://www.longomatch.ylatuya.es<BR><BR>------------------------------------------------------------------------------ <BR>Download IntelĀ® Parallel Studio Eval <BR>Try the new software tools for yourself. Speed compiling, find bugs <BR>proactively, and fine-tune applications for parallel performance. <BR>See why Intel Parallel Studio got high marks during beta. <BR><A href="http://p.sf.net/sfu/intel-sw-dev" target=_blank rel="nofollow" link="external">http://p.sf.net/sfu/intel-sw-dev</A><BR>_______________________________________________ <BR>gstreamer-devel mailing list <BR><A href="http://n4.nabble.com/user/SendEmail.jtp?type=node&amp;node=1838405&amp;i=2" target=_blank rel="nofollow" link="external">[hidden email]</A> <BR><A href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target=_blank rel="nofollow" link="external">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR><BR><BR>
<HR color=#cccccc noShade SIZE=1>

<DIV style="FONT: 11px tahoma, geneva, helvetica, arial, sans-serif; COLOR: #666666">View message @ http://n4.nabble.com/gstreamer-ossbuild-misssing-pieces-tp1754530p1838405.html <BR>To unsubscribe from Re: gstreamer ossbuild misssing pieces, <A target=_blank rel="nofollow" link="external">click here</A>. </DIV><BR></DIV></DIV></div><br>

      
<br><hr align="left" width="300">
View this message in context: <a href="http://n4.nabble.com/gstreamer-ossbuild-misssing-pieces-tp1754530p1838927.html">Re: gstreamer ossbuild misssing pieces</a><br>
Sent from the <a href="http://n4.nabble.com/GStreamer-devel-f966125.html">GStreamer-devel mailing list archive</a> at Nabble.com.<br>