jae Posted July 12, 2005 Posted July 12, 2005 (edited) How do I get a static library dll ? Edited July 12, 2005 by jae
/dev/null Posted July 12, 2005 Posted July 12, 2005 How do I get a static library dll ?<{POST_SNAPBACK}>a static library and a DLL (Dynamic link library) are contradictory. So, what are you looking for?CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
jae Posted July 13, 2005 Author Posted July 13, 2005 a static library and a DLL (Dynamic link library) are contradictory. So, what are you looking for?CheersKurt<{POST_SNAPBACK}>A version of the AutoitX3.lib file that can be used for statically linking to an executable or DLL, as oposed to the current AutoitX3.lib file which requires the AutoitX3.DLL file to be included. I do not need nor want COM support.Is there source code for Autoit ? If so, then I would just compile it that way myself, but the C/C++ code page only has some source files for Zlib compression...
Administrators Jon Posted July 27, 2005 Administrators Posted July 27, 2005 Yes, no, maybe so?I hear there are utilities out there that can convert a a dynamic lib into a static lib. I don't currently supply a static library version - primarily for branding/PR reasons I suppose. I may do in the future.
jae Posted August 3, 2005 Author Posted August 3, 2005 I hear there are utilities out there that can convert a a dynamic lib into a static lib. I don't currently supply a static library version - primarily for branding/PR reasons I suppose. I may do in the future.<{POST_SNAPBACK}>Hi Jon, thanks for the reply. I have tried DLL2Lib but the resulting library does seem to work, and I really can't see if its even generating the library properly. I have the c++ source code for version 3, but it is an older release. Any chance of getting an updated source release?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now