Jump to content

PeterPanettone

Members
  • Content Count

    1354
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by PeterPanettone

  1. PeterPanettone

    Error when installing JCL from GetIt

    That's what I have done. But on the next IDE restart I got this error: Translated to English, this means: System error. Code: 1400. Invalid window handle. BTW, do you also run the IDE in a VM?
  2. PeterPanettone

    Delphi on Windows 10 HOME 64-bit?

    Got me a Mac (MacBook Pro 16") with Parallels and installed Windows 10 HOME 64-bit in a Parallels VM. Is Windows 10 Home 64-bit good enough to run Delphi 10.3.3+ without problems or should I upgrade to Windows 10 PRO?
  3. PeterPanettone

    Delphi on Windows 10 HOME 64-bit?

    How can they make it so cheap? Do these licenses really work?
  4. PeterPanettone

    Delphi on Windows 10 HOME 64-bit?

    TMS Web also seems to be a good choice for building web applications.
  5. PeterPanettone

    Delphi on Windows 10 HOME 64-bit?

    Are there any other considerations worth mentioning when deciding which Windows version to use for Delphi?
  6. PeterPanettone

    Filter Checkboxes for the Messages list?

    Does GExperts have Filter Checkboxes for the Compiler Messages log-list? This would allow to TEMPORARILY hide any of the message types [Hints, Warnings, Errors], without having to change the corresponding setting in the Options dialog and then repeat the compilation process: This would particularly useful if there is a long messages list.
  7. PeterPanettone

    Filter Checkboxes for the Messages list?

    Please send me the exact text of the question to Embarcadero to resolve this messages-list problem in a private message, and I will be happy to waste my support ticket.
  8. PeterPanettone

    Filter Checkboxes for the Messages list?

    Who is responsible at Embarcadero for developers' support?
  9. PeterPanettone

    Filter Checkboxes for the Messages list?

    What do you mean by "uneven support efforts"?
  10. PeterPanettone

    Filter Checkboxes for the Messages list?

    According to MARKET RULES, a company should be interested to improve their products to increase its sales. Isn't the US economy based on market rules?
  11. PeterPanettone

    Filter Checkboxes for the Messages list?

    Have you tried to ask Embarcadero? I am sure they are happy to support developers!
  12. PeterPanettone

    Filter Checkboxes for the Messages list?

    There should also be a filter box to filter the messages for a search term (showing only the messages containing the search term), for example: This would be very useful!
  13. Unfortunately, I have a specific library for which I have only Delphi 10.1 Berlin DCUs (no source code), but I need to use this library in Delphi 10.3.3 Rio. Which is the best strategy to achieve this? (DLLs, Packages, ...)
  14. PeterPanettone

    Filter Checkboxes for the Messages list?

    A colleague has posted a quality report: https://quality.embarcadero.com/browse/RSP-27547 Please vote for it.
  15. PeterPanettone

    Filter Checkboxes for the Messages list?

    I have created a request issue here: https://sourceforge.net/p/gexperts/feature-requests/103/
  16. PeterPanettone

    How to use library from Delphi 10.1 DCUs in Delphi 10.3.3?

    I have changed the code using PWideChar now: DLL: function JclShell_DisplayPropDialog(AHandle: THandle; AFile: PWideChar): Boolean; stdcall; begin Result := JclShell.DisplayPropDialog(AHandle, string(AFile)); end; Host exe: function JclShell_DisplayPropDialog(AHandle: THandle; AFile: PWideChar): Boolean; stdcall; external myDLL; procedure TForm3.btnTestClick(Sender: TObject); begin if JclShell_DisplayPropDialog(0, PWideChar(edtFile.Text)) then Self.Caption := 'Success' else Self.Caption := 'Failure'; end; It does work well, no crash.
  17. PeterPanettone

    How to use library from Delphi 10.1 DCUs in Delphi 10.3.3?

    After having removed ShareMem from the uses list in both the DLL and the host exe, it does not crash anymore!
  18. PeterPanettone

    How to use library from Delphi 10.1 DCUs in Delphi 10.3.3?

    Done. It works, but when I close the host exe it CRASHES. The exe also crashes on Close even if I don't press the button! See attachment: TestDLL.zip
  19. PeterPanettone

    How to use library from Delphi 10.1 DCUs in Delphi 10.3.3?

    Can you indicate me a practical example? (There is no theory about the difference between theory and practice)
  20. PeterPanettone

    How to use library from Delphi 10.1 DCUs in Delphi 10.3.3?

    That is OBVIOUS.
  21. PeterPanettone

    r3040 build error

    When trying to build r3040 in Delphi 10.3.3 I got this warnings/errors: [Exec Error] Warning(1): File not found: [...]\gexperts-code-r3040-trunk\Projects\DelphiXx103\GExpertsRS103.manifest.in(EFileNotFound) [Exec Error] Der Befehl "call ..\..\buildtools\prebuild.cmd "C:\COMP\_Addons\GExperts\GExperts Sourcecode\gexperts-code-r3040-trunk\Projects\DelphiXx103\GExpertsRS103.dproj"&&call ..\..\buildtools\movedll.cmd "C:\COMP\_Addons\GExperts\GExperts Sourcecode\gexperts-code-r3040-trunk\Binaries\GExpertsRS103.dll"" wurde mit dem Code 9009 beendet.
  22. PeterPanettone

    r3040 build error

    Thanks, now the errors have disappeared.
  23. In the Delphi Rio 10.3.3 IDE, I have activated the floating form designer by unchecking the "Embedded designer" checkbox in the Options dialog: The floating form designer normally stays on the second monitor. When I reopen a VCL Application project, the previously opened form designer is not automatically restored and I have to manually open it with F12 which often takes a relatively long time. This is one of the small IDE annoyances. Has anyone also experienced this?
  24. Do you also have an unusual WAITING TIME of about 2 - 3 seconds when restoring the IDE window from minimized state?
×