<html><head>
<style type="text/css">P {margin-top:2px;margin-bottom:2px;}</style>
</head>
<body style="margin:0;padding:0;">
<table border="0" cellpadding="0" cellspacing="0" style="font-size:10pt;font-family:Dotum;color:#333333;width:100%;;">
<tr><td valign=top style="word-wrap:break-word;"><TABLE style="WIDTH: 100%; FONT-FAMILY: Dotum; COLOR: #333333; FONT-SIZE: 10pt" border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD style="WORD-WRAP: break-word" vAlign=top>
<P>Hi. my name is JoungEun Kim.</P>
<P> </P>
<P>I was to write "nightly build VLC 1.2.0 compile with VC2005" in "Contribute and help the VideoLAN project"</P>
<P> </P>
<P>At that time, I mentioned some problem.</P>
<P> </P>
<P>j-b want to receive patch file.</P>
<P> </P>
<P> </P>
<P>Please check about this.</P>
<P> </P>
<P> </P>
<P>First<br />
<br />
/modules/gui/qt4/components/playlist/playlist_model.cpp<br />
<br />
bool PLModel::popup( const QModelIndex & index, const QPoint &point, const QModelIndexList &list )<br />
<br />
lineNo 994.<br />
<br />
Orignal code is<br />
if( !strncasecmp( p_input->psz_uri, "file://", 7 ) )<br />
I change like this. <br />
if( p_input->psz_uri && !strncasecmp( p_input->psz_uri, "file://", 7 ) )<br />
<br />
After to add new media library folder and you click right mouse button, VLC crashed.<br />
Because when to add new media folder, psz_uri field is NULL. <br />
strncasecmp is not accept NULL.<br />
<br />
<br />
Second <br />
<br />
/src/text/strings.c<br />
<br />
char *make_URI (const char *path, const char *scheme)<br />
<br />
LineNo. 1062<br />
<br />
Orignal code is<br />
if (path[0] != DIR_SEP_CHAR)<br />
I change like this. <br />
if (path[0] != DIR_SEP_CHAR && path[0] != '/') <br />
And erase LineNo 1122<br />
// assert (path[0] == DIR_SEP_CHAR);<br />
<br />
Because when qt4 add a new play file, DIR_SEP_CHAR is '/' not '\\'.<br />
When you add full path filename, it return NULL.<br />
This part only problem in Windows.<br />
<br />
Bye!!!</P></TD></TR></TBODY></TABLE>
<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%" height=45>
<TBODY>
<TR>
<TD vAlign=bottom align=left></TD></TR></TBODY></TABLE></td></tr>
</table>
<table border='0' cellpadding='0' cellspacing='0' width='100%' height="45"><tr><td valign="bottom" align="left"><a href="http://mail.paran.com/event/mail/?tab=5&p_eye=mail^sms^sms^mai^banner_0501" target="_blank"><img src="http://mailimg.kthimg.com/paran/footer/mail_banner_100831.gif" style="border:0"></a></td></tr></table>

</body></html>
<img src='http://mail71.paran.com/read/put_ack.php?hp=L0Q3MS9zL3Uvbi9zdW5xdWVlbkBwYXJhbi5jb20vLkNvbmZpcm0vMTI5NDMxOTc0NS4xNDg5MC5tYWlsNzF4MQ==&from=sunqueen@paran.com&to=vlc-devel@videolan.org________________________________________________________________________________________________________________________________' border='0'>