Jump to content

Sherlock

Moderators
  • Content Count

    1186
  • Joined

  • Last visited

  • Days Won

    23

Posts posted by Sherlock


  1. Agrred. But with two StringLists whose Items correspond Item by Item there is clearly no room for interpretation. But, lets let the TE clarify... @giomach has either been overwhelmed by the answers or is carefully formulating a response right now.


  2. 23 minutes ago, Attila Kovacs said:

    was not defined tht list A contains unique keys

    It sort of was:

    On 5/8/2023 at 6:50 PM, giomach said:

    I have two TStringLists, which correspond item-by-item. I intend to use Find on the first list, and extract the corresponding item from the second list.  So far it works well.

    So the TDictionary approach is sound.


  3. And to elaborate a bit on Anders great pointers on how to ask a question that will get usable answers: When posting code use the code tags! It makes code just so much more readable by coloring and over all prettying things up. As you seem to have noticed yourself, formatting the code by following general guidelines like this one https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Introduction to render it more human readable is also a plus. The less strain reading your code puts on the potential helpers eyes the more likely you will get great answers.


  4. Well, a platform change comes with a bunch of changes to compiler directives. And it has been my knowledge, that those only really take after a full build because some of the DCUs may be considered clean even though they have been compiled with a different set of directives. So of course you need to fully build after switching the platform.


  5. 12 hours ago, zogtrog said:

    I think it is probably very important to work with advice from a consultancy company right from the get go just make sure your not screwing anything up especially if you are new to developing for medical devices.

    That is a very good attitude and will most likely prevent this endeavor from failing. This is one of the very few examples where I actually value consultants....


  6. Switching between VMs is not that arduous...

    What gets to me right now is that my GetIt batch file wont work. I get either

    Quote

    Internal check error. Error Installing: Error when installing "CodeSite Express".

    or

    Quote

    Update Subscription is required to install this item

    What gives? Now I have to install everything by hand again, along with the really tedious IDE restarting....

×