illegal characters in path

Sysprogs forums Forums VisualGDB illegal characters in path

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27363
    runout
    Participant

    Hi,

    what does it mean?
    The Names of the Paths are Ok.

    These are the warnings: (the project doesn’t build)

    Severity Description Project File Line
    Warning ISO C99 requires whitespace after the macro name EmVgCommon C:\xxx\WorkspaceVS2017\EmVgCommon\<command-line> 0

    VisualGDB version: 5.5.1.3318
    ------------------ System.ArgumentException ------------------
    System.ArgumentException: Illegales Zeichen im Pfad.
    bei System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
    bei System.IO.Path.GetFileName(String path)
    bei Microsoft.VisualStudio.TextMate.VSWindows.TMUtilities.GetFileName(String fileName)
    bei Microsoft.VisualStudio.TextMate.VSWindows.CommonEditorFactory.CreateEditorInstance(UInt32 grfCreateDoc, String pszMkDocument, String pszPhysicalView, IVsHierarchy pvHier, UInt32 itemid, IntPtr punkDocDataExisting, IntPtr& ppunkDocView, IntPtr& ppunkDocData, String& pbstrEditorCaption, Guid& pguidCmdUI, Int32& pgrfCDW)
    bei System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    bei Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure)
    bei Microsoft.VisualStudio.Shell.VsShellUtilities.OpenDocument(IServiceProvider provider, String fullPath, Guid logicalView, IVsUIHierarchy& hierarchy, UInt32& itemID, IVsWindowFrame& windowFrame, IVsTextView& view)
    bei p21.q4(String c, Int32 b, Int32 a)
    bei VisualGDB.Add_In.Tool_Windows.WPF.AdvancedBuildLogToolControl.ListView_MouseDoubleClick(Object sender, MouseButtonEventArgs e)

    Kind Regards

    Thomas

    • This topic was modified 4 years, 2 months ago by support. Reason: formatting
    #27370
    support
    Keymaster

    Hi,

    Please try this build: VisualGDB-5.5.3.3512.msi

    It will display more informative error messages when navigation to build errors fails.

    The “requires whitespace after the macro name” error is likely caused by inconsistent target-specific profile. Please try regenerating the MCU-specific part of the project via the first page of VisualGDB Project Properties.

    #27374
    runout
    Participant

    I’ve imported the project again via gpdsc-file.
    Now it runs fine.

    Kind regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.