I am creating a Dial-Up-Connection using Rasdial. To do this rasapi32.dll has to be linked.
My question here is can i redistribute this rasapi32.dll and rasapi32.lib with my package?
thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You certainly shouldn’t need to distribute
rasapi32.libsince you’re linking to a DLL, and sincerasapi32.dllis a standard Windows DLL, your users should have it on their machines already.So my answer is “don’t”.