Hi Mattia,
I've finally come around installing the latest Alien::wxWidgets (0.18)
and the latest cvs snapshot of wxPerl (this morning), and when I try to
use the EVT_MEDIA_LOADED, I get
Error while autoloading 'Wx::wxEVT_MEDIA_LOADED' at
C:/Perl/site/lib/Wx/Media.pm line 43
So something is still wrong I think...
Regards,
Jouke
Mattia Barbon wrote:
> On Fri, 30 Jun 2006 09:10:44 +0200
> Jouke Visser <jo...@pv...> wrote:
>
> Hello,
>
>> If I do
>>
>> use Wx qw(:allclasses)
>>
>> it doesn't include Wx::Media, so I have to explicitly use that. I think
>> that shouldn't be necessary.
>
> Agreed and done.
>
>> Besides that, I couldn't discover where (if at all) the following
>> constants are defined:
>
>> wxMEDIASTATE_STOPPED
>> wxMEDIASTATE_PAUSED
>> wxMEDIASTATE_PLAYING
>> wxMEDIACTRLPLAYERCONTROLS_NONE
>> wxMEDIACTRLPLAYERCONTROLS_DEFAULT
>
> ext/media/cpp/me_constants.h, but there were a couple of
> errors that meant the definitions weren't used
>
>> wxMEDIABACKEND_DIRECTSHOW
>> wxMEDIABACKEND_QUICKTIME
>> wxMEDIABACKEND_MCI
>> wxMEDIABACKEND_GSTREAMER
>
> Missing and added.
>
>> I've tried using Wx with :everything, explicitly importing these
>> constants, and doing the same for Wx::Media, but it seems they haven't
>> been defined (yet).
>>
>> Could you include these before the 0.51 release?
>
> Done. Now let's hope I can fix the MSVC8 build problems...
>
> Thanks!
> Mattia
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> wxperl-users mailing list
> wxp...@li...
> https://lists.sourceforge.net/lists/listinfo/wxperl-users
|