Search found 3 matches

Go to advanced search

by over_2
04 Mar 2011 15:11
Forum: Development around libVLC
Topic: Programming from vb.net
Replies: 6
Views: 1323

Re: Programming from vb.net

thank you man i think the problem comes from my x64 os. About releasing the memory, of course i'm not a dev, you can use below code: WeakReference w= new WeakReference(ObjectToDispose); ObjectToDispose=null; GC.Collect(); some times your object has a strong refrence(by gerenration).you can use this ...
by over_2
03 Mar 2011 17:20
Forum: Development around libVLC
Topic: Programming from vb.net
Replies: 6
Views: 1323

Re: Programming from vb.net

if everything is ok with except images then it should be about that plugin. Now i have a question :D - I downloaded a project that use axvlc but when i compile it it seems i need to register something dll , active x, or whatever, i just wanna know how u use this component?
by over_2
03 Mar 2011 14:38
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138942

Re: libvlcnet - .NET library based on libvlc

hello everyone! i'm using libvlcnet.I used below code and there is a strange problem. When i compile my program it shows nothing but when i put a break point on mediainput line and resume it after a few seconds VLC Direct3d will show. What's wrong with my code? private void Form1_Load(object sender,...

Go to advanced search