News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

/IMPLIB != /DEFAULTLIB

Started by yo_gdg, February 08, 2007, 11:56:05 PM

Previous topic - Next topic

yo_gdg

Hi,

I´ve 2 questions:

1- What´s the diference between /IMPLIB and /DEFAULTLIB ( link.exe )
2-How do i do a static library

One more thing, I´m actually from Argentina :clap: so my english may be wrong. :(

MichaelW

MSDN: Linker Options

AFAIK the MASM32 library is a static library, so you should probably take a look at MAKE.BAT in the m32lib dirctory.

MSDN: Managing a Library


eschew obfuscation

hutch--

yo,

The difference between an IMPORT library and a STATIC library is a STATIC library has executable code within it where an IMPORT library is basically there for the linker as the information it contains is not stored in the object module created by the assembler/compiler. You use an IMPORT library to call functions from a DLL such as the Windows API functions where you include a STATIC library if you want that code added to your executable file.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php