- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 ?
링크가 복사됨
0 응답
