search for: vcruntimes

Displaying 7 results from an estimated 7 matches for "vcruntimes".

Did you mean: vcruntime
2010 Jul 29
2
NWN2
Hi all I have managed to install NWN2 and have installed DirectX9 and .Net 2.0 and the VCruntimes and also added the following to my registry [HKEY_CURRENT_USER\Software\Wine\Direct3D] OffscreenRenderingMode = fbo UseGLSL = enabled VideoMemorySize = 256 but very clearly NWN doesn't find the graphics card as it wine about nt having 128M of graphics memory and no 3D ability. Any ideas?
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
Hello. I was trying to compile https://github.com/llvm/llvm-project/tree/master/libunwind using: - MSVC - Clang I wasn't able to configure this project for using MSVC (directly or via clang-cl): >cmake -G Ninja -DLLVM_PATH="C:/Users/clang/llvm-project-10.0.1/llvm" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="C:\Users\clang\libunwind_llvm" ../libunwind --
2011 Jan 01
6
Easy question
Recently used winetricks to install the vcrun2005 for another game and whent to reinstall my diablo 2 (i currently use the blizzard installer downloaded from the site) and its poping up with: microsoft visual c++ runtime library runtime error error: This application has requested the runtime to terminate in an unusual way. Ubuntu 10.10
2009 Aug 07
2
Wine and SQL Server
I work in an office with a proprietary Windows Only app that connects to SQL Server and a Network share. I can get the app to install, map my network drive using cifs and then winecfg, but I'm getting some sort of ActiveX error when it tries to connect to the SQL Server. Has anyone done this sort of thing before?
2011 Nov 21
0
Issues in running Abstractspoon todo list
Hello, Please can someone help me get abstractspoon's todo list (ver 6.3.8) to run under kubuntu. I have: wine1.3 (& related libraries/apps), winetricks and the vcruntime libraries that I got with the script below: |wgethttp://winetricks.org/winetricks EXE="winetricks" chmod +x $EXE $EXE vcrun2005 $EXE vcrun2008 rinka at Rinka:~$ uname -a Linux Rinka 3.0.0-13-generic
2011 Nov 30
1
wine-users Digest, Vol 76, Issue 79
On 11/30/2011 07:35 PM, wine-users-request at winehq.org wrote: > [...] > 6. Re: Using todolist (abstract spoon) from ubuntu 11.10 ? > (vitamin) > [...] > 9. Re: Using todolist (abstract spoon) from ubuntu 11.10 ? > (talgalili) > [...] > 16. Re: Using todolist (abstract spoon) from ubuntu 11.10 ? > (James McKenzie) > > >
2016 Oct 24
2
RuntimeDyLdCOFF and RTTI on Windows
I have a similar build tree to what you describe on Windows, but I get this: $ clang -c -emit-llvm repro_input.cpp -std=c++11 -o t.bc $ lli t.bc LLVM ERROR: Program used external function '??_7type_info@@6B@' which could not be resolved! It looks like people have already reported similar issues. Have you done anything to get past this kind of problem? On Sat, Oct 22, 2016 at 7:18 AM,