Link to home
Start Free TrialLog in
Avatar of formi
formiFlag for Switzerland

asked on

ShareMem and borlndmm

I have to use unit shareMem for accessing dll-procedures with string-params. Now, when I execute the application on a computer without borlndmm.dll I get an error that this file is missing. How can I embed this (I thing with a runtime-package, but which one?)?

Delphi XE 10.1

Thanks, Peter
ASKER CERTIFIED SOLUTION
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of formi

ASKER

I do not use any function from ShareMem but I access a DLL with string-parameters. Meanwhile I have read that it's better to have pString-Parameters and so it is not necessery to have ShareMem in the uses-clause. Thanks
PChar is universal solution (pointer to string). But FastMM should work too, because it replaces borlandmm and is not external dll.