Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile without redistributable microsoft stuff #27

Closed
Peter-Harmann opened this issue Mar 6, 2016 · 6 comments
Closed

Compile without redistributable microsoft stuff #27

Peter-Harmann opened this issue Mar 6, 2016 · 6 comments

Comments

@Peter-Harmann
Copy link

Can you change your compile options to compile without the redistributables like MSVCP140.dll?

http://ctrlv.in/723016

@Crayder
Copy link

Crayder commented Mar 6, 2016

All you need to do is install the vs2015 redistributables.

All that option does is include the required libraries in the DLL. This isn't always the best option. It also makes a much larger file... xD

@Peter-Harmann
Copy link
Author

I get that, but lot of beginners don't :D But I guess it is the authors choice. I just prefer to ship everything in one file to avoid confusion. It is not like the size is too important these days.

@Crayder
Copy link

Crayder commented Mar 9, 2016

Those "lot of beginners" that don't know they need to install software to support basically ALL the software there is shouldn't have a computer at all, and you expect them to run a SA-MP server? Ha! Even SA-MP (both client and server) requires redistributables.

@Peter-Harmann
Copy link
Author

I don't even know what to reply to you. Sure, everyone who is not as smart as you should just throw their PC out of a window...

I just got two questions about what the missing dll error means in a very short period of time, so I wrote this. If kurta999 does not want to include the redistributables, fine. I just made a suggestion to consider.

@ghost
Copy link

ghost commented Mar 9, 2016

I'm not going to do this, it's in the main post that you need visual c++ redistributable 2015 to load the plugin.

Plus this "program" is a very basic, almost everything need it.

@Peter-Harmann
Copy link
Author

OK, I understand.

@djacicd djacicd mentioned this issue Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants