- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I need to build a dll from an existing library made up of more than a thousand files each containing a function or a routine.
I don't want to edit each one to add the
!DEC$ ATTRIBUTES DLLEXPORT
part.
How can I export all the routines ? Is there an available script that adds the !DEC$ declaration ?
I heard of the .def files, but cannot find a usable description in the doc. Can someone tell me how it works ? I browsed the forum and saw that .def files contains the number of arguments of each subroutine. That would also require opening all the files to see how many arguments are in the routine/function.
Is there a better way ?
I need to build a dll from an existing library made up of more than a thousand files each containing a function or a routine.
I don't want to edit each one to add the
!DEC$ ATTRIBUTES DLLEXPORT
part.
How can I export all the routines ? Is there an available script that adds the !DEC$ declaration ?
I heard of the .def files, but cannot find a usable description in the doc. Can someone tell me how it works ? I browsed the forum and saw that .def files contains the number of arguments of each subroutine. That would also require opening all the files to see how many arguments are in the routine/function.
Is there a better way ?
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page