Difference between revisions of "Talk:.Net Interface to VLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
I see this is released under GPL. How should I go about getting any changes back to you? I added ToggleFullscreen, PlaylistPrev and PlaylistNext functions to wrap the native DLL VLC_FullScreen, VLC_PlaylistPrev and VLC_PlaylistNext functions. --[[User:Mattburke|Mattburke]] 16:19, 21 August 2007 (CEST)
 
I see this is released under GPL. How should I go about getting any changes back to you? I added ToggleFullscreen, PlaylistPrev and PlaylistNext functions to wrap the native DLL VLC_FullScreen, VLC_PlaylistPrev and VLC_PlaylistNext functions. --[[User:Mattburke|Mattburke]] 16:19, 21 August 2007 (CEST)
 
: You don't have to do so under the GPL. Of you course you can edit the files in the wiki if you want to (it's a wiki). Btw, to who ever started those pages: posting a project's code in a wiki isn't really what it's meant for (although it works :p).  -- [[User:Dionoea|Dionoea]] 17:46, 6 September 2007 (CEST)
 
: You don't have to do so under the GPL. Of you course you can edit the files in the wiki if you want to (it's a wiki). Btw, to who ever started those pages: posting a project's code in a wiki isn't really what it's meant for (although it works :p).  -- [[User:Dionoea|Dionoea]] 17:46, 6 September 2007 (CEST)
 +
 +
== How about a ZIP FILE for the code?!!! ==
 +
 +
Why isn't there simply a zip file to download the project?  This is ridiculous!  I don't really want to become a freaking VLC expert, just add the functionality into my project, but this requires I download each file seperately and paste into a new code file.  Why?!!!  What a freaking pain.

Revision as of 23:37, 19 January 2008

I see this is released under GPL. How should I go about getting any changes back to you? I added ToggleFullscreen, PlaylistPrev and PlaylistNext functions to wrap the native DLL VLC_FullScreen, VLC_PlaylistPrev and VLC_PlaylistNext functions. --Mattburke 16:19, 21 August 2007 (CEST)

You don't have to do so under the GPL. Of you course you can edit the files in the wiki if you want to (it's a wiki). Btw, to who ever started those pages: posting a project's code in a wiki isn't really what it's meant for (although it works :p). -- Dionoea 17:46, 6 September 2007 (CEST)

How about a ZIP FILE for the code?!!!

Why isn't there simply a zip file to download the project? This is ridiculous! I don't really want to become a freaking VLC expert, just add the functionality into my project, but this requires I download each file seperately and paste into a new code file. Why?!!! What a freaking pain.