Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

DLL to Lib converters

Status
Not open for further replies.

dainis

Advanced Member level 4
Joined
May 15, 2001
Messages
1,125
Helped
53
Reputation
106
Reaction score
9
Trophy points
1,318
Activity points
9,269
/http://www.geocities.com/SiliconValley/5806/implib32.htm
/http://www.geocities.com/SiliconValley/5806/impl102.zip
/http://www.digitalmars.com/ctg/implib.html
 

dll 2 lib

Microsoft and Borland C compillers have utility implib (implibw) ...
 

exe2lib

Try this.


/http://www.binary-soft.com/dll2lib/dll2lib.htm
DLL to Lib 1.42 Main Features

Convert DLL file into its equivalent static library. In the conversion process, a programming interface identical to the export functions in the DLL is introduced for developers. And the necessary symbol tables, string tables and reference tables are also reconstructed from the DLL to make a valid and portable static library.
Support to convert all 32-bit DLLs developed by different tools, including Component Object Model(COM) based DLLs.


Integrate "Import Library Reference Information Generator" to process the references to standard libraries.


Integrate "Symbol Finder" for you to find the detail information about a special symbol or a class of symbols.


Support to convert DLLs that use compiler and API implements of TLS.


Perform cross check between the DLL's import lib and the generated static lib so to eliminate the potential inconsistency.


Check the COMDAT symbols in the import libs when generating the static lib.


Support to load and save the conversion settings as a project file.


Support command line parameters.


--rs
 

dll2lib

What about exe2lib or exe2lib? Can i call main function of a exe file in my program?
 

dll2lib import

exe2lib is a good idea! But I think you can't not use a EXE like a DLL or LIB. Maybe some experts can.... but I dont' know.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top