Missing file vcruntime140dll ?

Moderator: Bob L

Goran Nordberg
Member
Posts: 190
Joined: Thu Jun 12, 2008 5:11 am
Has thanked: 3 times

Missing file vcruntime140dll ?

Post by Goran Nordberg »

Hello Folks!
Did a fresh win 10 -64 installation on another computer and installed the latest version of SAWStudio64_v2_3.
When I started SAW, the program asked for vcruntime140.dll.
Did all the updates that were available and restarted, I also ran sfc/ scannow but the same problem.
This is happening right now.
jcgriggs
Member
Posts: 119
Joined: Fri Oct 12, 2007 1:48 pm

Re: Missing file vcruntime140dll ?

Post by jcgriggs »

Goran Nordberg wrote:Hello Folks!
Did a fresh win 10 -64 installation on another computer and installed the latest version of SAWStudio64_v2_3.
When I started SAW, the program asked for vcruntime140.dll.
Did all the updates that were available and restarted, I also ran sfc/ scannow but the same problem.
This is happening right now.
Looks like you need to install the Visual C++ redististributables package as described here: https://learn.microsoft.com/en-us/answe ... g-in-windo

Not sure why SAW would need this - I thought it was all assembly language. A plugin, perhaps? Or maybe the assembly language calls out to utility code from this DLL...

Hope this helps,
John
Goran Nordberg
Member
Posts: 190
Joined: Thu Jun 12, 2008 5:11 am
Has thanked: 3 times

Re: Missing file vcruntime140dll ?

Post by Goran Nordberg »

jcgriggs wrote:Looks like you need to install the Visual C++ redististributables package as described here: https://learn.microsoft.com/en-us/answe ... g-in-windo

Not sure why SAW would need this - I thought it was all assembly language. A plugin, perhaps? Or maybe the assembly language calls out to utility code from this DLL...

Hope this helps,
John
Hurray, yes it was C++. Thanks so much for the help. SAW is up and running.
jcgriggs
Member
Posts: 119
Joined: Fri Oct 12, 2007 1:48 pm

Re: Missing file vcruntime140dll ?

Post by jcgriggs »

Goran Nordberg wrote:Hurray, yes it was C++. Thanks so much for the help. SAW is up and running.
Glad to have been of service.

Cheerz,
John
User avatar
Dave Labrecque
Posts: 12796
Joined: Mon May 24, 2004 12:00 pm
Location: Becket, Massachusetts
Has thanked: 15 times
Been thanked: 15 times

Re: Missing file vcruntime140dll ?

Post by Dave Labrecque »

jcgriggs wrote:Not sure why SAW would need this - I thought it was all assembly language. A plugin, perhaps? Or maybe the assembly language calls out to utility code from this DLL...
IIRC SAW's audio processing engine is assembly language, but the GUI (and other stuff?), I think, use higher-level code. This is all above my pay grade, though, so that's all I got. :p
Dave "it aint the heat, it's the humidity" Labrecque
Becket, Massachusetts
jcgriggs
Member
Posts: 119
Joined: Fri Oct 12, 2007 1:48 pm

Re: Missing file vcruntime140dll ?

Post by jcgriggs »

Dave Labrecque wrote:IIRC SAW's audio processing engine is assembly language, but the GUI (and other stuff?), I think, use higher-level code. This is all above my pay grade, though, so that's all I got. :p
That is what I meant by "calling utility code in the dll" Probably should have been more clear.

- John
User avatar
Dave Labrecque
Posts: 12796
Joined: Mon May 24, 2004 12:00 pm
Location: Becket, Massachusetts
Has thanked: 15 times
Been thanked: 15 times

Re: Missing file vcruntime140dll ?

Post by Dave Labrecque »

jcgriggs wrote:That is what I meant by "calling utility code in the dll" Probably should have been more clear.

- John
Or maybe I coulda been more edumacated. :D
Dave "it aint the heat, it's the humidity" Labrecque
Becket, Massachusetts
Post Reply