Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Compiling VLC in Visual Studio 2013

Compiling VLC in Visual Studio 2013

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studioquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Django_Untaken
    wrote on last edited by
    #1

    Hello. I am trying to compile VLC player source code in visual studio. I have got all the header and implementation files. But I am getting alot of errors (77K+ to be precise). There are some options that have to changed to compile it successfully? What should I look for? Thanks.

    L L 2 Replies Last reply
    0
    • D Django_Untaken

      Hello. I am trying to compile VLC player source code in visual studio. I have got all the header and implementation files. But I am getting alot of errors (77K+ to be precise). There are some options that have to changed to compile it successfully? What should I look for? Thanks.

      L Offline
      L Offline
      leon de boer
      wrote on last edited by
      #2

      The first one I would guess at is to turn the unicode on the API interface off. Project->Properties->configuration properties->character set It will be defaulted to "Use Unicode Character Set" change it to "not set" However I seem to recall you can't compile VLC on visual studio because it needs MingGW-64 and that won't compile on Visual Studio because of C++ abi and name convention differences. So unless things have changed I think it is not possible.

      In vino veritas

      1 Reply Last reply
      0
      • D Django_Untaken

        Hello. I am trying to compile VLC player source code in visual studio. I have got all the header and implementation files. But I am getting alot of errors (77K+ to be precise). There are some options that have to changed to compile it successfully? What should I look for? Thanks.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Try http://www.videolan.org/developers/vlc.html[^].

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups