News:

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

Redistribute kernel32.lib ?

Started by James Ladd, September 03, 2006, 10:38:28 PM

Previous topic - Next topic

James Ladd

For my project I link with kernel32.lib and a few others from the MASM32 project.
Is it ok with teh license if I distribute the lib's on masm32/lib with the project rather than requiring people to
download that separately ?

PBrennick

James,
I cannot speak for Hutch, only for my own project.  Having said that, though, I can say that there is no licensing issues involved with those libraries.

Paul
The GeneSys Project is available from:
The Repository or My crappy website

hutch--

James,

Make your own. Run MAKE.BAT in the attachment.  :bg

[attachment deleted by admin]
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

ToutEnMasm

Hello,
What is the difference using link or polib to create a lib with the defined prototypes ?.
                                  ToutEnMasm


PBrennick

Using link.exe calls lib.exe to do the job so using polib.exe is a more efficient process.  Using polib.exe also creates smaller libraries than using lib.exe which is what link.exe would use.

Vortex knows more about this than I do.
Paul
The GeneSys Project is available from:
The Repository or My crappy website

Vortex

ToutEnMasm,

Paul is right, Polink creates smaller import libraries plus it's updated regularly.

James Ladd

ok, so I can or I can't copy kernel32.lib ?

hutch--

James,

The whole idea of posting the attachment above was so that you could distribute your own without needing anyone else to change their licence for a single exception. To expedite your use of your own version of KERNEL32.LIB which you can distribute any way you like, I will not modify the masm32 licence for exceptions.  :bg
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

James Ladd

Hutch,

That response is a lot clearer thanks.
I certainly didn't want to have the license changed, not that would happen.

Rgs, James.