D deneus Member Licensed User Longtime User Apr 19, 2012 #1 Hello I try to play a video and I have the following error: Compiling code. Error Error parsing program. Error description: Unknown type: videoview Are you missing a library reference? Occurred on line: 26 Dim vv As VideoView -------------- As you add libraries?
Hello I try to play a video and I have the following error: Compiling code. Error Error parsing program. Error description: Unknown type: videoview Are you missing a library reference? Occurred on line: 26 Dim vv As VideoView -------------- As you add libraries?
NJDude Expert Licensed User Longtime User Apr 19, 2012 #2 You have to add a reference to the AUDIO library, on the IDE right side panel click on "Libs" and then check the library I mentioned above. By the way, this kind of questions should be posted on THIS thread and not here.
You have to add a reference to the AUDIO library, on the IDE right side panel click on "Libs" and then check the library I mentioned above. By the way, this kind of questions should be posted on THIS thread and not here.