Debugging x265 encoder in Visual studio 10

Issue #94 resolved
Former user created an issue

I have build successfully the x265 1.3 code in visual studio but i cannot debug it in Visual studio 10. Please provide possible help.

Comments (5)

  1. Steve Borho

    If you built it in Visual Studio, then all you need to do is make sure you are building for the Debug configuration, then make the 'cli' project the startup project, configure a command line for it, then hit F5

  2. Former user Account Deleted

    Thank you for replying! I did as you mentioned but the output command window flashes for a second with errors as attached on the output window of VS10.error.png

  3. Log in to comment