Jump to content

Berocoder

Members
  • Content Count

    60
  • Joined

  • Last visited

Posts posted by Berocoder


  1. Ok I have never used https in Delphi.

    Just so I understand you correct.

    Delphi httpclient use openssl?

    No need to deploy additional dll with exe-file? 

    Where can I find an example of this?

    The application is deployed on Windows Server 2012

     

    Regards 

    Roland 


  2. I want to use Google Cloud logging from Delphi. From https://cloud.google.com/apis/docs/client-libraries-explained

     

    While you can use Google Cloud APIs by making direct HTTP requests to the server (or RPC calls where available), we provide client library code for all our Cloud APIs that makes it easier to access them from your favorite languages

     

    Of course Delphi is not represented.

    Any hints on how I can use cloud for logging?

    It also mention that https://www.fluentd.org can be used from any language. But I still want samples how to use all this in practice.

    Any help appreciated!

     


  3. I think I found some kind of conflict between TestInsight and MMX Explorer.

    I have installed Delphi 11 in a VmWare WorkStation VM.

    Installed TestInsight from https://files.spring4d.com/TestInsight/1.2.0.1/TestInsightSetup.zip
    Run installer and verified it works fine on a test-project
    Next install MMX Explorer from https://www.mmx-delphi.de/download/338/

    Now I run TestInsight on the testproject and it looks like this
    image.thumb.png.522fed3f56862fb585a59aa23a2d1091.png

     

    So it just show an empty window. No result from the tests.
    I have the same problem in Delphi 10.4.2.

    I like both plugins and want them to cooperate better.
    Anyone with similar experience ?

     

    Regards

    Roland Bengtsson


  4. Good that you manage to fix problem with Toolbar :classic_smile:
     

    Quote

    Just curious, can you elaborate how your are planning to use code coverage for almost the whole project at once? What information are you expecting to get from that?

    The big 5 mloc project also have a Testproject. I know only a fraction of code is executed in testproject.
    So I am curious how much. 0.1, 3 or 10 % of all code ?

    But I also understand now it is technically challenging to get a code coverage of whole project.

    Reading https://github.com/magicmonty/delphi-code-coverage/blob/master/CodeCoverage/BreakPoint.pas now
    It use opcode $CC Is it the same kind of breakpoint you use ?

    Could be there is no silverbullet to get full code coverage without major speed penalty :classic_smile:


     


  5. Yes the Toolbar is not working in Sydney. But can still use hotkey so no big deal.

     

    I have to manually mark each method to enable code coverage. Is it possible to just enable all code in a project for code coverage? My project have about 5 mloc with thousands of methods. It would be handy 😊


  6. 6 hours ago, Uwe Raabe said:

    Great, will try it now :classic_biggrin:

    [EDIT]
    I tried to clone the repo, compiled it and install.
    I got this error
     

    ---------------------------
    CodeCoverage - Delphi 10.4 - Welcome Page [Built]
    ---------------------------
    Registration procedure, Codecoverage@Main.Register in package C:\Attracs\DelphiCodeCoveragePlugin\Packages\Delphi 10.4 Sydney\CodeCoverage270.bpl raised exception class EAbstractError: Abstract Error.


     

    Any clue ?
     

    /Roland


  7. Attracs company in Finland looking for Delphi developer. Our main application do transport planning and logistics. The office is in Kokkola. Now, most work is done remotely but hopefully, COVID-19 will end someday. So we would prefer someone in the neighborhood.

    We use Delphi Sydney, Bold for Delphi and Windows. Currently, we are 4 developers plus 2 consultants.

     

    In case you are a senior Delphi developer you can also work remotely as freelancer.

    Experience of ORM or Bold for Delphi is a merit.

     

    Ask for more details.

    • Like 3

  8. I want to develop an own component for TCombobox. It should work like this:

     

    1. User type something in the field
    2. User type magic keys, in my case ",," to trigger the search for typed characters
    3. My event OnTrig is called. That search in SQL in the database for the characters. So this can be any tables in the database and is customized per instance of the component.
    4. The list of hits is displayed in the combobox. If too many the first 99 hits is displayed
    5. The user picks one of the hits in the combobox. Now the event OnPick is triggered. That is, of course, different per instance and transform the hit to an object in application.
    Now could you give some general advice about how I should proceed?

     

    I have bought Devexpress VCL components so have source for that. Maybe better to use any of those comboboxes as base?

     

    Regards 

    Roland Bengtsson 


  9. Yes, I corrected spelling. Anyway even if that guy is in charge of Delphi. I doubt he is reading this or other forums that people complaining about  how things are handled.
    I think it is better to try do something concrete about it.

    I made an empty document here https://docs.google.com/document/d/1uxa9u09hE7tLEMau1Ld9OELJoTCTvxEyst6JY3yevzo/edit?usp=sharing
    Anyone can add and edit the ideas.

     

    What changes do we want from Embarcadero ?


  10. Back in 2012 I made a petition to make Bold for Delphi open source. It is still there if anyone would like to sign https://www.change.org/p/embarcadero-technologies-release-the-intellectual-property-of-bold-for-delphi.

    The target failed as Bold is still closed source. IP is kept by Embarcadero. 

    But I achieved one thing. I got attention from Embarcadero. They actually answered my mails when the petitions had some hundred signs.

    So my plan is the following. We make petition to get attention from Embarcadero.

    It should contain ideas what we their customers want Embarcadero to change.
    Ex, make a self-service portal for licenses. Focus less on features more on bugs. Make VCL opensource etc.
    But only a few points. We should focus of most important things and explain why this is important.

     

    1. Set up a shared document at Google docs
    2. Cooperate around the expressions. I am sure there are many here that can write exactly what we need in a clear manner
    3. Publish the petition
    4. Spread the word to as many as possible
    5. When enough signs are collected we contact Embarcadero 🙂

     

    Another thing, who is in charge of Delphi at Embarcadero? I talk to Marco Cantu sometimes but he claim he cannot make big decisions.

    Is it some of these happy guys we should talk to https://www.ideracorp.com/leadership ?

     


  11. On 3/20/2019 at 5:40 PM, Bill Meyer said:

    Large is not only lines of code. It also encompasses legacy code with pervasive unit dependency cycles. Then we are talking minutes to build. Yes, minutes.

    Yes our big legacy codebase of around 4 mloc take one minute to build. And we don't build from  dcu's so that would be a nice improvement.

     


  12. I recently switched from Win7 and D2007 to

    Win10 and Delphi 10.1 Berlin. I use VmWare workstation VMs.

     

    Many new things to explore. But I noticed one thing. To open projects and forms is much slower now. I Googled it and found an older post claiming that rename livebinding bpl could improve speed. I am sure we will never use livebinding in our code. Any comments how to  improve speed i the IDE?

     


  13. This is just an experiment, a proof of concept.

    The real model have about 460 classes. 

    The relations between them can be

    - One to one

    - One to many

    - Many to many. In this case a new association class  is used. So in reality this is two relations. Many to one association class. one (from association class ) to many.

     

    In some cases the relation is navigable only in one direction. In some cases in both. In some cases a class have a relation to itself.

     

    That's the situation now and it works. I just want to remove usage of inc-files for storing code to make development easier.
    Disadvantages with inc-files
    - Codeinsight in IDE don't work

    - Many tools to analyze source don't handle inc-files well.

    - IDE (bds.exe) tends to lock inc-files sometimes, This is random. So restart is required before project can be compiled.

     

    In spite of that we used the current solutions in fifteen years.


  14. I investigated more now and unfortunately I don't get this as I want
    Declaration of TestAbstractB happen in unit TestA. I want to move it to unit TestB as there can be many classes that have references to that class.

    But then again I got 

    [DCC Error] TestA.pas(6): F2047 Circular unit reference to 'TestA'

     

    as TestB have a reference to TestA.

    So I don't know. Using interfaces need huge changes in framework and insert Abstract classes don't work as I expected.

    So maybe we continue with original implementation with inc-files 🙂

     

    [EDIT]

    Simple solution to that was to store abstract declarations in own unit.

    So far so good 🙂

     

     

×