Try making a BPL (Borland Package Library). Include the compiled files (.dcu's) instead of the source files.
Dll's in delphi are tricky because Borland wrote their own memory managemant functionality and you have to include some units to be able to use it with other programming languages.
Making a BPL is different for each Delphi version but generally you are looking for a package.
Main Topics
Browse All Topics





by: geobulPosted on 2006-09-05 at 10:31:47ID: 17457467
What about making a Delphi package?