Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Error when using relative paths

    Hi,

    I'm trying to get Visual Update to use relative paths.

    I changed all the paths to relative (e.g. "..\1.1\somefile.exe", "..\1.2\somefile.exe").

    The files seem to appear correctly in the UI.

    When I build a patch, it all works up until the last bit where it fails with the following error:

    Code:
    --------- Errors ---------
    Creating diff files
    Error 3210: Could not make copy of target file: 1
    
    --------------------------
    Any ideas?

    John

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    Quote Originally Posted by jdmwood View Post
    I changed all the paths to relative (e.g. "..\1.1\somefile.exe", "..\1.2\somefile.exe").
    So your paths are relative to what, exactly?

    You could use full paths, or perhaps make them relative to something known, like for example, the folder where your project file is stored:

    #PROJECTFILEDIR#\1.1\somefile.exe

    Ulrich

  3. #3
    Join Date
    Oct 2009
    Posts
    2
    I assumed they'd be relative to the project file.

    I couldn't see any documentation for how to use relative paths in the project so I had no way of knowing.

    Thanks for the suggestion, I'll try that and let you know if it works.

    John

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts