Search found 20 matches

Go to advanced search

by hobbitten
15 Jul 2009 22:12
Forum: VLC media player for Windows Troubleshooting
Topic: Does anyone have a VLC that does not grab onclick event
Replies: 7
Views: 723

Re: Does anyone have a VLC that does not grab onclick event

According to the comments on the bottom of the page http://www.revolunet.com/labo/code/VLCobject vlc version 1.0.0 breaks the vlc controls. and under IE7 http://www.revolunet.com/labo/code/VLCcontrols it works once ... then will not work until i reboot . Where in the code is the default value set so...
by hobbitten
14 Jul 2009 17:46
Forum: VLC media player for Windows Troubleshooting
Topic: Does anyone have a VLC that does not grab onclick event
Replies: 7
Views: 723

Re: Does anyone have a VLC that does not grab onclick event

How do I do this through IE? Not on the command line. Where in the code is the default value set so I can just recompile it? Can it be set thought options?
by hobbitten
29 Jun 2009 15:43
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling VLC - Win32CompileMSYSNew
Replies: 1
Views: 458

Re: Compiling VLC - Win32CompileMSYSNew

You should be in \c\VLC\vlc. BTW ... the instructions are now completely changed.
by hobbitten
29 Jun 2009 15:38
Forum: VLC media player for Windows Troubleshooting
Topic: package-win32-base-exe error
Replies: 2
Views: 1769

Re: package-win32-base-exe error

It is not development related. I tried posting it on the development forum and got this reply back.


viewtopic.php?f=32&t=61401#p205164
Re: package-win32-base-exe error

Postby j-b on Sat Jun 27, 2009 1:17 pm
Not specific to 1.0.0
by hobbitten
27 Jun 2009 15:30
Forum: Development around libVLC
Topic: package-win32-base-exe error
Replies: 1
Views: 22023

package-win32-base-exe error

There is an error in the Makefile for exe. Needed to remove /cygdrive from elif [ -x "/c/Program Files/NSIS/makensis" ]; path and rm statement rm -Rf $(win32_destdir)/sdk. There is also an error with make package-win32-base-exe vlc.win32.nsi http://forum.videolan.org/viewtopic.php?f=14&...
by hobbitten
26 Jun 2009 18:51
Forum: VLC media player for Windows Troubleshooting
Topic: package-win32-base-exe error
Replies: 2
Views: 1769

package-win32-base-exe error

There is an error in the Makefile for exe. Needed to remove /cygdrive from elif [ -x "/c/Program Files/NSIS/makensis" ]; path and rm statement rm -Rf $(win32_destdir)/sdk. package-win32-base-exe: package-win32-base # Create package # rm -Rf $(win32_destdir)/sdk if makensis -VERSION >/dev/n...
by hobbitten
26 Jun 2009 16:23
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

Re: vlccontrol2 make error

Thank you for all you help. I got it to compile. Needed to add: sh extras/package/win32/configure-msys.sh $ git pull --rebase $ sh extras/package/win32/configure-msys.sh $ make clean $ make distclean $ sh extras/package/win32/configure-msys.sh Needed to comment out from Makefile: # rm -Rf vlc-$(VERS...
by hobbitten
24 Jun 2009 18:40
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

Re: vlccontrol2 make error

Thank you for getting me past the first part of the error. It now gives me the following error. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I/usr/win32/include -I/usr/win32/include/ebml -D__USE_MINGW_ANSI_STDIO=1 -DSYS_MINGW32 `top_...
by hobbitten
23 Jun 2009 00:43
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

Re: vlccontrol2 make error

New axvlc.h part2 #ifdef COBJMACROS #define IVLCMessages_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IVLCMessages_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define IVLCMessages_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #de...
by hobbitten
23 Jun 2009 00:42
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

Re: vlccontrol2 make error

Two part message again, due to 60000 limit. I noticed this after your comment about axvlc: http://forum.videolan.org/viewtopic.php?f=32&t=60738 I added the the following : #ifndef __IVLCSubtitle_FWD_DEFINED__ #define __IVLCSubtitle_FWD_DEFINED__ typedef interface IVLCSubtitle IVLCSubtitle; #endi...
by hobbitten
22 Jun 2009 17:39
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

Re: vlccontrol2 make error

vlccontrol2.cpp part2 STDMETHODIMP VLCVideo::put_subtitle(long spu) { libvlc_media_player_t *p_md; HRESULT hr = _p_instance->getMD(&p_md); if( SUCCEEDED(hr) ) { libvlc_exception_t ex; libvlc_exception_init(&ex); libvlc_video_set_spu(p_md, spu, &ex); hr = exception_bridge(&ex); } retu...
by hobbitten
22 Jun 2009 17:37
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

Re: vlccontrol2 make error

Here is the code in two parts due to the 60000 limit vlccontrol2.cpp part1 /***************************************************************************** * vlccontrol2.cpp: ActiveX control for VLC ***************************************************************************** * Copyright (C) 2006 the ...
by hobbitten
12 Jun 2009 15:52
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

Re: vlccontrol2 make error

I did ... hours later ... same error #!/bin/sh root=$(echo $0|sed 's#extras/package/win32/configure-msys.sh##')./ PATH="/usr/win32/bin:$PATH" \ PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS="-L/usr/win32/lib&...
by hobbitten
11 Jun 2009 19:47
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

Re: vlccontrol2 make error

I tried adding --disable-activex to disable activex compile, so I can see if there are anymore compile errors, but it still tries to compile activex.
by hobbitten
09 Jun 2009 22:29
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

Re: vlccontrol2 make error

I am using the latest git version. Yes I need activex for IE. I am trying to compile it to change vlc not to intercept the onclick event on xp(sp3). If you have a compiled version ... that does that ... then I will not need to do this anymore.
by hobbitten
08 Jun 2009 17:36
Forum: VLC media player for Windows Troubleshooting
Topic: vlccontrol2 make error
Replies: 15
Views: 3424

vlccontrol2 make error

I am encountering a problem with the make for vlccontrol2 using msys mingw on windows xp (sp3) Making all in projects/activex make[2]: Entering directory `/c/vlc/VLC/projects/activex' make all-am make[3]: Entering directory `/c/vlc/VLC/projects/activex' /bin/sh ../../libtool --tag=CXX --mode=compile...
by hobbitten
04 Jun 2009 16:45
Forum: VLC media player for Windows Troubleshooting
Topic: Does anyone have a VLC that does not grab onclick event
Replies: 7
Views: 723

Does anyone have a VLC that does not grab onclick event

I am looking for a compiled version of VLC for windows XP SP3 using IE7 so I can use the onclick event.
by hobbitten
04 Jun 2009 14:44
Forum: Development around libVLC
Topic: VLC can't compile in MSYS-undefined macro: AM_INTL_SUBDIR
Replies: 7
Views: 3900

Re: VLC can't compile in MSYS-undefined macro: AM_INTL_SUBDIR

I found out the solution.

msysDTK-1.0.1 package, that installs only m4-1.4, which is too old.
You need to install the m4-1.4.7 update.
http://downloads.sourceforge.net/mingw/ ... YS.tar.bz2
by hobbitten
02 Jun 2009 20:41
Forum: Development around libVLC
Topic: VLC can't compile in MSYS-undefined macro: AM_INTL_SUBDIR
Replies: 7
Views: 3900

Re: VLC can't compile in MSYS-undefined macro: AM_INTL_SUBDIR

I am also having the same problem. The reason I am compiling VLC for windows is to remove VLC from grabbing the onclick event in IE. Does anyone have a compiled VLC package that meets that criteria? $ ./bootstrap ++ dirname ./bootstrap + cd . + ACLOCAL_ARGS=-I m4 + test -d extras/contrib/bin ++ pwd ...

Go to advanced search