Steve,
If
your DLL is a Delphi DLL, which uses Delphi's string types, then the DLL needs
to share memory management for those strings with the application, hence
you include ShareMem.DLL. If you are not using strings, or are using PChars,
then you don't need it.
Kind
regards,
Andrew.
Attention: |
- [DUG]: How to track this one down... Steve Aish
- RE: [DUG]: How to track this one down... Luke Pascoe
- RE: [DUG]: How to track this one down... Myles Penlington
- RE: [DUG]: How to track this one down... Steve Aish
- Cooke, Andrew