Forum

vcrun2017 : make a function ?

Författare Svar
SirEdmar Thursday 14 March 2019 at 22:49
SirEdmarAnonymous

Playonlinux 4 doesn't have vcrun2017. I would add it if i knew how. I already found the scripts for e.g. VC2013 as an example and understand how the syntax of the script mus be. What i don't understand is how to bring the script to live with PlayOnLinux making a function like POL_Install_vcrun2017

Where are the sources for those functions POL_Install_* and on what Repo can i create a Pul request for that?

I am asking for assistance because i am writing a script for Autodes Fusion 360 which already runs pretty neat - though a dependency is vcrun2017.

 

Dadu042 Sunday 24 March 2019 at 10:47
Dadu042

What i don't understand is how to bring the script to live with PlayOnLinux making a function like POL_Install_vcrun2017

http://wiki.playonlinux.com/index.php/How_to_Contribute_a_Script

 

Where are the sources for those functions POL_Install_* and on what Repo can i create a Pul request for that?

This seems only available for the website admin.

Yaotl Sunday 24 March 2019 at 14:58
YaotlAnonymous

Does that help?
.
.
.
#86
POL_Download "https://aka.ms/vs/15/release/vc_redist.x86.exe" ""
POL_Wine_WaitExit "Microsoft Visual C++ Runtimes 2017 x86"
POL_Wine "vc_redist.x86.exe"
#64
POL_Download "https://aka.ms/vs/15/release/vc_redist.x64.exe" ""
POL_Wine_WaitExit "Microsoft Visual C++ Runtimes 2017 x64"
POL_Wine "vc_redist.x64.exe"
.
.
.
POL_Wine_OverrideDLL "native,builtin" "msvcp140"
POL_Wine_OverrideDLL "native,builtin" "vcruntime140"
.
.
.

Ändrat av Yaotl

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com