Jump to content

dummzeuch

Members
  • Content Count

    2995
  • Joined

  • Last visited

  • Days Won

    107

Everything posted by dummzeuch

  1. I was assuming your changes were cumulative. Apparently they are not.
  2. Also, the multiple word filter does not work in this version (I tried your example of "utils system" which gives me an empty list.) Am I right in assuming that this is the latest version of your modified sources?
  3. Unfortunately they don't compile: [dcc32 Error] GX_UsesExpert.pas(877): E2003 Undeclared identifier: 'MultiFilter' [dcc32 Error] GX_UsesExpert.pas(878): E2003 Undeclared identifier: 'IdMultiFilter' edit: Apparently these are TStringList and since they are referenced in multiple methods, they must be fields. If I declare them thus, it compiles for Delphi 10.3.3. Havn't looked at the code yet.
  4. dummzeuch

    StandAlone version of the ProcedureList expert

    Yeah, could be useful.
  5. I just found code in the GExperts code formatter that treats the 'absolute' keyword in the same way in variable and type declarations. I know of only one way absolute can be used: procedure Bla; var Var1: array[0..4] of byte; Var2: integer absolute Var1; begin Var2 := 5; Assert(Var1[0] = 5); Assert(Var1[1] = 0); Assert(Var1[2] = 0); Assert(Var1[3] = 0); end; Declaring Var2 in this way means that it accesses the same memory as Var1. The Embarcadero documentation agrees with me. I know of no way to use 'absolute' in a type declaration. Am I missing something?
  6. I had an Indian coworker once who was a bit "vertically challenged". We called her Little Indian. 😉 (No, we didn't actually. But she herself did sometimes.)
  7. dummzeuch

    Issues in Uses Clause Manager

    I just implemented a work around for issue #1. But this has nothing to do with clearing the cache, it happens with or without that, but only if you compile GExperts in Debug mode. The reason where many SendDebug calls.
  8. dummzeuch

    Issues in Uses Clause Manager

    That happens only to forms that are active while changing this option (e.g. the Grep Result form when it is embedded somewhere in the desktop). Forms that are newly created will use the default font which is the virtual "MS Shell Dlg 2" font. The size for new forms is also set to 9 (on Vista and later) or 8 (on older Windows).
  9. dummzeuch

    Issues in Uses Clause Manager

    The person (I wonder who that might have been 😉) who added the StatusBar to the form must have changed the font which set the ParentFont property to False. So changing the default font for all forms dosn't change the StatusBar's font. I just fixed that.
  10. dummzeuch

    GExperts and virus scanners

    I have been made aware that several of the GExperts installers are classified as malware by some virus scanners, one of them being Windows Defender. Depending on the installer, VirusTotal reports 2 to 17 virus scanners classifiing it as malware, e.g: https://www.virustotal.com/gui/file/63a9c732ca62d8c31a6b7b6ba15bf4e94e26aa862489ad317b0b612745bd795c/detection No idea what I can do about it.
  11. dummzeuch

    GExperts and virus scanners

    Apparently Microsoft has changed something. I just updated to the current virus definitions and the installers are no longer classified as a virus. So that takes care of Microsoft and Kaspersky and possibly Norton / Symantec. Which other virus scanners are popular and currently detect false positives with GExperts?
  12. dummzeuch

    Import .NET Assembly list is empty

    I submitted a bug report for Delphi 10.3.3 (with screenshots from both, Delphi 10.3.3 (empty list) and Delphi 10.2.3 (list not empty) https://quality.embarcadero.com/browse/RSP-27046 This happened on both of my computers.
  13. dummzeuch

    Import .NET Assembly list is empty

    Is there a command line tool that does the same as the Import Component wizard? I couldn't find anything in the online help.
  14. dummzeuch

    Import .NET Assembly list is empty

    Yes, I read that. I used gacutil.exe to install the assembly. It's also listed in the output of gacutil /l . EDIT: gacutil from .NET 2.x does not list the assembly, so it probably has the same problem as Delphi 10.2.3.
  15. dummzeuch

    Import .NET Assembly list is empty

    OK, I tried to copy the entry from c:\windows\Microsoft.NET\Assembly\gac_32 to c:\windows\Assembly\gac_32 . It still doesn't show up in Delphi and also doesn't show up in the explorer view of :\windows\Assembly . So that's probably not the solution.
  16. dummzeuch

    GExperts and virus scanners

    Just got an Answer from Microsoft: Now that's useful ... not!
  17. dummzeuch

    Import .NET Assembly list is empty

    Trying the same with Delphi 10.2.3 at least gives me a non-empty list but unfortunately the assembly I want to import is not there. Pressing "Add" and selecting the DLL dosn't show an error, but the assembly still isn't listed. I noticed that Delphi seems to look for assemblies in c:\windows\assembly\gac_32 which isn't visible in the explorer. Explorer shows only c:\windows\assembly with the assembly name, version, processor architecture etc. Delphi seems to list most of the entries where the processor architeture is x86 so I assume that's the way the exploer show the content of the subdirectory gac_32. The assembly I want to import isn't listed there. According to the documentation on the Global Assembly Cache it is stored in c:\windows\microsoft.net\assembly. If I look there, I find sub directories gac_32, gac_64 and gac_msil and in gac_32 I can see the assembly I am looking for. So, does that mean that Delphi only allows importing 32 bit assemblies? And is it looking in the wrong folder even for that? Can I simply copy the directory for the assembly I want from one folder to the other?
  18. dummzeuch

    GExperts and virus scanners

    Kaspersky just started replying that these were false positives and will be corrected. There are stil about 10 replies outstanding.
  19. dummzeuch

    GExperts and virus scanners

    OMG, Microsoft is even worse than BitDefender, it takes several minutes to provide all the "information" they want. I submitted the installers for 10.3 and 2007 there too but that's it. If anybody else wants to submit any others, go ahead.
  20. dummzeuch

    GExperts and virus scanners

    I just submitted all installers to Kaspersky and the ones for 10.3 and 2007 to BitDefender (I won't submit the other 14 to Bitdefender because they make it too difficult). I guess I also need to submit them to Microsoft.
  21. dummzeuch

    30 % and 35 % discount on Delphi

    I just read about the special offer from code partners (for NZ, AUS and South East Asia only): https://www.code-partners.com/rad-studio-10-3-3-released-and-a-special-offer-to-celebrate/ I wonder wether a similar offer is forthcoming for the rest of the world.
  22. dummzeuch

    30 % and 35 % discount on Delphi

    I just looked for a reseller in Germany. The one I used to buy from several years ago is edv-buchversand and they currently offer Delphi (haven't checked RAD Studio) even a bit cheaper (€ 1.510,11 incl. taxes) than Embarcadero (€1,547.10 (probably also including taxes)). OK, I'll stop the promotion now. 😉
  23. dummzeuch

    GExperts and virus scanners

    I let Windows Defender do a full scan of my computer (excluding the source directory which contains the installers in question). It found nothing. Unfortunately that has a very limited meaning because any good virus will be able to prevent detection while it is active. I'm still quite sure these are false positives. Yes this is an old version of InnoSetup, don't remember when I downloaded it, but it was at least a year ago. About digitally signing the installers (and probably the executables): I've never done that. As I understand it, it would require a certificate which 1. Costs money 2. Is valid for a limited time only 3. Then will cost money again to renew The only advantage for me would be to learn how this works.
  24. dummzeuch

    Changing label text in thread leads to weird display

    Actually, unless you explicitly declare them otherwise, structure members will be 32 bit aligned. In my example I declared the record as packed, to turn that off.
  25. dummzeuch

    Changing label text in thread leads to weird display

    Most variables are automatically aligned on a 32 bit boundary. That's the compiler default. So unless you explicitly make something not aligned, e.g. see my example above, or you access some data structure created by foreign code, there won't be any problem.
×