SharedMemoryViewer Not working

neoqub

New Member
Hi all and sory for my bad english

Im trying to use SharedMemoryViewer that one from rainmeterskin
but its not working
Im using win 7 prof 64
when im check system event Log
id sey that problem is in visual c++ 2008 i have reinstal all but nothing help

wird is that Microsoft.VC90.MFC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8". why its try tu run x86 version when i have x64 instaled
 
neoqub said:
Hi all and sory for my bad english

Im trying to use SharedMemoryViewer that one from rainmeterskin
but its not working
Im using win 7 prof 64
when im check system event Log
id sey that problem is in visual c++ 2008 i have reinstal all but nothing help

wird is that Microsoft.VC90.MFC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8". why its try tu run x86 version when i have x64 instaled

Its a 32-bit application. You will need to install the x86 C++ runtime:
http://www.microsoft.com/en-us/download/details.aspx?id=5582
 
Back
Top