DLLs and user-defined types
- From: Rob_Summers@xxxxxxxxx (Rob Summers)
- Date: Wed, 31 May 2006 14:21:53 +0000 (UTC)
Is there any way that it is possible to do the following:
I have a project mylibrary.dpr that produces mylibrary.dll and exports some
functions.
I also have an interface file mylib.pas that references the functions
contained in mylibrary.dll that I use when I want to write code
that accesses the functions in mylibrary.dll
So far so good.....
Now, is there any way of putting user-defined types in mylib.pas such that
both any software I write and mylibrary.dpr can access them?
The only solution I can see is to have a third file for such items, which
I'd like to avoid if possible.
Thanks in advance for any help.
Rob
.
- Prev by Date: Order in Multiselect
- Next by Date: D7 --- Load different .hlp file by pressing F1 key at each form of an application
- Previous by thread: Order in Multiselect
- Next by thread: D7 --- Load different .hlp file by pressing F1 key at each form of an application
- Index(es):