codetronik

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • codetronik
    Participant

    I’m sorry, maybe I made a mistake.
    Now there is no problem.
    If there is a problem, I will rewrite it.
    Thank you for your help.

    codetronik
    Participant

    If I set this, my property disappears. (screen shot)

    This happens when I set it as below.

    <?xml version=”1.0″ encoding=”utf-8″?>
    <Project DefaultTargets=”Build” ToolsVersion=”14.0″ xmlns=”http://schemas.microsoft.com/developer/msbuild/2003″&gt;
    <PropertyGroup>
    <SysprogsCodeDBDirectoryBase>$(SolutionDir)..\build</SysprogsCodeDBDirectoryBase>
    </PropertyGroup>

    So I changed codedb position and it worked well,
    After a few minutes it was automatically placed as above, and my settings disappeared.

    Is there a workaround?

    • This reply was modified 6 years, 4 months ago by codetronik.
    • This reply was modified 6 years, 4 months ago by codetronik.
    • This reply was modified 6 years, 4 months ago by codetronik.
    • This reply was modified 6 years, 4 months ago by codetronik.
    Attachments:
    You must be logged in to view attached files.
    codetronik
    Participant

    Do I have to modify the CodeDB directory in all projects .vcxproj?

     

    Can not I fix it in the way you have already told me?

    Tools->Options->Text Editor->C/C++ (VisualGDB)->Indexing->Code Database Folder Name

    codetronik
    Participant

    i attached sample project file.

    i want the following directories.

    project ——– src  — testapp
    ……………………..|
    ……………………..| -build — debug
    ……………………..|- release
    1. i don’t want “project-src-testapp-VisualGDB” directory.
    Can I modify this directory location?

    2. I changed project properties
    Output Directory : $(SolutionDir)..\build\$(Platform)\$(Configuration)\
    Intermediate Directory : $(SolutionDir)..\build\$(Platform)\$(Configuration)\obj\$(ProjectName)\

    but error occurs when i build testapp project ::
    Warning : cannot perform inline build: No remote path corresponds to D:\testproject\src\..\build\VisualGDB\Debug\obj\testapp\testapp.msbuild-mak. Please check your source file transfer settings and path mapping settings.

    there is no errors, If i doesn’t change the setting.

    I am very grateful if you can modify this project as I want.

    • This reply was modified 6 years, 4 months ago by codetronik.
    • This reply was modified 6 years, 4 months ago by codetronik.
    • This reply was modified 6 years, 4 months ago by codetronik.
    • This reply was modified 6 years, 4 months ago by codetronik.
    • This reply was modified 6 years, 4 months ago by codetronik.
    Attachments:
    You must be logged in to view attached files.
    codetronik
    Participant

    This screen is my project directory.

    Is this the configuration of the VisualGDB directory you mentioned?

    The VisualGDB/build/CodeDB directory is still created under the project directory.

    I do not want to be created under the project directory.

    Is there any other way?

    • This reply was modified 6 years, 4 months ago by codetronik.
    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)