Home > other >  In using VLC and cocos2d game video broadcast on Windows environment problems
In using VLC and cocos2d game video broadcast on Windows environment problems

Time:09-25

11 cannot resolve the error and the error LNK1120: external command D: \ Game \ proj win32 \ Debug win32 \ Game. Exe 1 1 Game
Error and error LNK2001: cannot resolve the external symbol of "public: virtual void __thiscall cocos2d: : MoviePlayer: : pause (void)" (? Pause @ MoviePlayer @ cocos2d @ @ UAEXXZ) D: \ Game \ proj win32 \ MoviePlayer obj Game
Error error of 9 LNK2019: cannot resolve _libvlc_media_new_path external symbols, the symbols in the function ": public void __thiscall cocos2d: : MoviePlayer: : play (char *)" (? Play @ MoviePlayer @ cocos2d @ @ QAEXPAD @ Z) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game
Error and the error LNK2019: cannot resolve _libvlc_media_player_new external symbols, the symbol in the function of "public: virtual bool __thiscall cocos2d: : MoviePlayer: : init (void)" (? Init @ MoviePlayer @ cocos2d @ @ UAE_NXZ) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game
Error and the error LNK2019: cannot resolve _libvlc_media_player_play external symbols, the symbol in the function of "public: void __thiscall cocos2d: : MoviePlayer: : play (char *)" (? Play @ MoviePlayer @ cocos2d @ @ QAEXPAD @ Z) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game
Error 12 error LNK2019: cannot resolve _libvlc_media_player_release external symbols, the symbol in the function "public: virtual __thiscall cocos2d: : MoviePlayer: : ~ MoviePlayer (void)" (?????? 1 MoviePlayer @ cocos2d @ @ UAE @ XZ) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game
Error and the error LNK2019: cannot resolve _libvlc_media_player_set_media external symbols, the symbol in the function of "public: void __thiscall cocos2d: : MoviePlayer: : play (char *)" (? Play @ MoviePlayer @ cocos2d @ @ QAEXPAD @ Z) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game
Error 10 error LNK2019: cannot resolve _libvlc_media_release external symbols, the symbols in the function ": public void __thiscall cocos2d: : MoviePlayer: : play (char *)" (? Play @ MoviePlayer @ cocos2d @ @ QAEXPAD @ Z) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game
Error and the error LNK2019: cannot resolve _libvlc_new external symbols, the symbol in the function of "public: virtual bool __thiscall cocos2d: : MoviePlayer: : init (void)" (? Init @ MoviePlayer @ cocos2d @ @ UAE_NXZ) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game
Error 8 error LNK2019: cannot resolve _libvlc_release external symbols, the symbols in the function "public: virtual __thiscall cocos2d: : MoviePlayer: : ~ MoviePlayer (void)" (?????? 1 MoviePlayer @ cocos2d @ @ UAE @ XZ) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game
Error error 15 LNK2019: cannot resolve _libvlc_video_set_callbacks external symbols, the symbols in the function "public: virtual bool __thiscall cocos2d: : MoviePlayer: : init (void)" (? Init @ MoviePlayer @ cocos2d @ @ UAE_NXZ) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game
Error and the error LNK2019: cannot resolve _libvlc_video_set_format external symbols, the symbol in the function of "public: virtual bool __thiscall cocos2d: : MoviePlayer: : init (void)" (? Init @ MoviePlayer @ cocos2d @ @ UAE_NXZ) referenced in the D: \ Game \ proj win32 \ MoviePlayer obj Game




Above for all the mistakes, I check the Internet say LNK2019 commonly is dynamic library without added, all I also manually add the libvlc in the project properties. The lib and libvlccore. Lib, but still won't do, also in VS the VLC include to add the VLC in the include folder in the SDK, could you tell me how to solve this problem,

CodePudding user response:

Why nobody reply,,,,,,,, a great god,
  • Related