Page 1 of 1

Videolan 1.0.5

Posted: 27 Apr 2010 14:40
by audi30tdi
Hello!

I am using Delphi 7 and have installed Videolan Vlcplayer 1.0.5, and Videolan VLC activex plugin version 1.0 in Delphi.

In my project I have a button which code is adding a mp3 file and a play command, and a tvlcplugin. But when I start the project it only shows an error;

exception eoverflow in module livvlccore.dll at 0007d2d1. Floating point overflow.

What is wrong?? Have I installed videolan the wrong way or what??

TIA
Kåre!

Re: Videolan 1.0.5

Posted: 15 Jun 2010 18:03
by floc
Hi,

I have exactly the same issue.
I'm using the VLC Plugin V1 V0.8.6e in a Delphi 6 application to stream video/audio over the network and it works fine. But as soon as I try with the 1.0.5, each time I have a crash even if I use the plugin V2 (with the new methods). Floating point overflow is raised.

If you have idea, please let me know...

Best Regards,
Floc

Re: Videolan 1.0.5

Posted: 16 Jun 2010 11:03
by Beardless2
dont use the activex control - its unmaintained and buggy (last time i looked anyway), use the Delphi wrapper that interfaces directly with the libvlc dll (do a search on the forum / google search)