Problem with visual studio 2005/2008 and sourcecode (1 Viewer)

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    ok now it's work!
    thanks all for help!:)
    I have a problem btw, i had to hardcode the path because it can understand "..\"....how to solve this?

    That would be the case if $(SolutionDir) doesn't end with a '\'

    PS: Since Windows doesn't mind the usage of \\, you can just use:

    "$(ProjectDir)PostBuild.bat" "$(SolutionDir)\..\MediaPortal" $(ConfigurationName)
     

    Users who are viewing this thread

    Top Bottom