Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Illegal to bundle Microsoft public .dll's in own application?

Status
Not open for further replies.

mark01

Technical User
Jan 17, 2001
600
US
I have an application I wrote in VB6, which requires a few .dll's. My question is, can I include these .dll's in my installer if I ever sell the application?

(These .dll's can each be downloaded legally from the internet for free...)
msstdfmt.dll
dao360.dll
msvbvm60.dll
wshom.ocx

(just to name a few)
 
There is a redist.txt file in your Visual Studio directory -- see if the files are on the list in it.

Chip H.


____________________________________________________________________
Click here to learn Ways to help with Tsunami Relief
If you want to get the best response to a question, please read FAQ222-2244 first
 
I could not find the redist.txt anywhere in the Visual Studio Directory... Where else could I find this file?

Thanks
 
Ok, i found it..

What is the difference between:
Limited Use
Extended Use
Standard Use
(These are sections in the redist.txt)
 
I found the files in the redist.txt, execpt dao360.dll. I found dao350.dll, but not dao360.dll.

This file is downloadable in MDAC 2.5... Would I be safe to include this file anyway?
 

The answer to your question is "Yes", you can redistribute that file. Though this question could be an ethical one, "Should I or shouldn't I redistribute something that is not covered by a license agreement?", I think you might want to post questions like this in a VB or Visual Studio forum in the future. Just a thought, take it or leave it.

boyd.gif

 
I believe that if you read that redist.txt file (I haven't read it in years myself) it will tell you that you also need to enclude the Microsoft EULA for those files.

Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(My very old site)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top