|
-
October 14th, 2010, 05:47 PM
#1
is there a way to create a DLL without use __declspec dllexport at each functions ?
any1 know if there is a way to create a dll project without use __declspec dllimport/dllexport at each function ?
what i am actually need here is, convert a static lib project into a dll project. and this project contains couple hundred files.
the only way that i am aware of to make a dll is by put __declspec dllimport/dllexport infront of each function. which will take me days to complete that task.
so i'd like to ask if any1 know there is a way that i can get away with that ? maybe a macro or a way of build the project, so it will automatically grab all the functions and export them to a dll.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|