Jump to content

John Kouraklis

Members
  • Content Count

    332
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by John Kouraklis


  1. I finally found how to fix this:

     

    Project>Deployment>Select the button that says "Revert To Default"

     

    If this does not work, in the dialog after pressing the button, select to revert changes for all platforms and configurations and discard files.

     

    This should work  


  2. Hi,

     

    I've got a CentOS virtual machine and I can connect from the IDE. When I add a simple app and try to run it, I get this error message:

     

    [PAClient Error] Error: E0004 File does not exist: C:\Users\[user]\Documents\Embarcadero\Studio\Projects\Linux64\Project1._@emb_.tmp

     

    Anyone knows how I might solve this?


  3. On 1/27/2019 at 9:57 PM, Ugochukwu Mmaduekwe said:

    Currently use VSCode and OmniPascal as my Editor for now. I suggest you try it out.

    The only thing I use Delphi for is debugging.

    How do you develop forms with VSCode? Do you switch back to Delphi IDE?


  4. I need to write some benchmark tests (nothing sophisticated and highly accurate; just to get an idea of what is happening)

     

     

    So, I have a project with several procedures and they are all called in sequence. I can measure the time required but I'd also like to have the used memory by each test.

     

    I know how to get the used memory for a process (.exe file) but how do I handle a procedure?

     

    Then, I thought to create separate small projects with one manager project which will keep track of all these but I wonder if it can be done in one project

     

    Thanks 

     


  5. Hi,

     

    I was wondering if you could help me with this.

     

    I've got ContinuaCI setup to run some builds and so far I was using 10.2. All was good and now I tried to move the builds to 10.3

     

    But the MSBuild generates an error I can't figure out what to do with.

     

    This is the error:

    C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\CodeGear.Common.Targets(987,5): error MSB4062: The "DependencyCheck" task could not be loaded from the assembly C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\Borland.Build.Tasks.Shared.dll. Could not load file or assembly 'file:///C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\Borland.Build.Tasks.Shared.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. Confirm that the <UsingTask> declaration is correct, and that the assembly and all its dependencies are available.
    0 Warning(s) 
    1 Error(s)
    Time Elapsed 00:00:00.81

    ------------

    Anyone any ideas what might be wrong?

     

    Thanks a lot

×