I have a little compile issue ``` - src/vlc/VLCBi...
# lime
c
I have a little compile issue
Copy code
- src/vlc/VLCBitmap.cpp 
 - src/lime/graphics/opengl/ext/EXT_texture_compression_s3tc.cpp 
Error: ./src/vlc/VLCBitmap.cpp:80:77: error: no member named 'onAddedToStage_dyn' in 'vlc::VLCBitmap_obj'
HXLINE(  49)                    this->addEventListener(HX_("addedToStage",63,22,55,0c),this->onAddedToStage_dyn(),null(),null(),null());
                                                                                       ~~~~  ^
./src/vlc/VLCBitmap.cpp:148:80: error: no member named 'onAddedToStage_dyn' in 'vlc::VLCBitmap_obj'
HXLINE( 152)                    this->removeEventListener(HX_("addedToStage",63,22,55,0c),this->onAddedToStage_dyn(),null());
                                                                                          ~~~~  ^
./src/vlc/VLCBitmap.cpp:150:81: error: no member named 'onEnterFrame_dyn' in 'vlc::VLCBitmap_obj'
HXLINE( 154)            this->stage->addEventListener(HX_("enterFrame",f5,03,50,02),this->onEnterFrame_dyn(),null(),null(),null());
                                                                                    ~~~~  ^
3 errors generated.
6 Views