4

A few questions:

  1. Do Delphi XE2 64-bit apps link in borlndmm.dll when sharemem.pas is used just like in 32-bit?
  2. Are their export signatures the same as the 32-bit borlndmm.dll?
  3. Is it also called borlndmm.dll?

Cheers.

Zach Saw
  • 4,308
  • 3
  • 33
  • 49

1 Answers1

7

Q: Do Delphi XE2 64-bit apps link in borlndmm.dll when sharemem.pas is used just like in 32-bit?

A: Yes, Delphi uses a 64 bit version of the borlndmm.dll library

Q: Are their export signatures the same as the 32-bit borlndmm.dll?

A: Yes , the signatures are the same.

Q : Is it also called borlndmm.dll?

A: Yes is called borlndmm.dll and is located on the bin64 folder of your rad studio (delphi) installation.

RRUZ
  • 134,889
  • 20
  • 356
  • 483