Jump to content
Registration disabled at the moment Read more... ×

Leaderboard


Popular Content

Showing content with the highest reputation on 08/08/25 in all areas

  1. Finally, after a little help from Axes4 GmbH, my report designer + a patched Gnostice can (also:) create fully valid PDF/UA's. The tagging is entered in the designer and passed with GDI comments/EMF to the Gnostice PDF.
  2. A.M. Hoornweg

    DLL path...

    There is a relatively simple way to do it. SetDllDirectoryA() also works for child processes spawned by the program. OP (Mark) could write a trivial loader process that first calls SetDLLDirectoryA() and subsequently executes the "real" program.
  3. Remy Lebeau

    DLL path...

    As it should. That is one of the pre-defined places where the DLL loader looks for dependant DLLs. That means the DLL could not be loaded. Either you used the wrong path, or a dependency could not be found, etc. Did you try using a Delay Load failure hook to find out exactly what is failing? See the example in Delphi's documentation
  4. Anders Melander

    How to enable SafeSEH, CFG flags for Delphi 10.4 Dll's/Exe's?

    Nah nah nah nah, can't hear you. I just added support for Alpha AXP to my application with SetPEFlags(IMAGE_FILE_MACHINE_ALPHA). Neat huh?
  5. Anders Melander

    32bit bitmap

    If you're using Delphi 7 then you will have to use 3rd party components. For example Graphics32 - and better hurry because I plan to drop support for Delphi 7 in Graphics32 the first chance I get.
×