<html>
<body>
Hello !<br>
Again, another problem : i want to launch an external file (non video)
from vlc. I ended up on the execve() function which is what i seem to
need.<br>
But i don't know how to use it , the standard use is execve(filename,
argv, envp) , the corresponding function in vlc is<br>
vlc_execve( 
<a href="http://developers.videolan.org/vlc/vlc/doc/doxygen/html/structvlc__object__t.html">vlc_object_t</a>
*  <i>p_object</i>, <br>
<a href="http://developers.videolan.org/vlc/vlc/doc/doxygen/html/ffmpeg_8h.html#a73">int</a>  <i>i_argc</i>, <br>
char **  <i>pp_argv</i>, <br>
char **  <i>pp_env</i>, <br>
char *  <i>psz_cwd</i>, <br>
char *  <i>p_in</i>, <br>
<a href="http://developers.videolan.org/vlc/vlc/doc/doxygen/html/ffmpeg_8h.html#a73">int</a>  <i>i_in</i>, <br>
char **  <i>pp_data</i>, <br>
<a href="http://developers.videolan.org/vlc/vlc/doc/doxygen/html/ffmpeg_8h.html#a73">int</a> *  <i>pi_data<br>
</i>)<br><br>
if i want to launch my browser with <a href="http://www.videolan.org/" eudora="autourl">www.videolan.org</a> adress, what is the correct call to the vlc_execve function ?<br><br>
thanks,<br><br>
</body>
</html>