similar to: Re: Visual C++ installation Help?

Displaying 20 results from an estimated 2000 matches similar to: "Re: Visual C++ installation Help?"

2012 Jun 12
1
winetricks won't open from terminal
mike at mike-Inspiron-N4010:~$ winetricks ------------------------------------------------------ wine cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '%ProgramFiles%' ... can be caused a corrupt wineprefix, an old wine, or by not owning /home/mike/.wine ------------------------------------------------------ mike at mike-Inspiron-N4010:~$ I'm new to linux so does
2009 Jun 29
1
i have a problem wit the program
when i want to run a application nothing heapens i try in terminal and she give this messsage wine start utorrent.exe fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jul 02
1
Logmein install error
Cannot install logmein.msi and here is what I get: wine start logmein.msi preloader: Warning: failed to reserve range 00000000-60000000 preloader: Warning: failed to reserve range 00000000-60000000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report preloader: Warning: failed to reserve range 00000000-60000000 err:dosmem:setup_dos_mem Cannot use first megabyte
2008 May 26
2
installing problem
I'm trying to install steam and when I ran the install it came up with this. matt:~$ wine start home/matt/Downloads/SteamInstall.msi preloader: Warning: failed to reserve range 00000000-60000000 preloader: Warning: failed to reserve range 00000000-60000000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report preloader: Warning: failed to reserve range
2009 Apr 03
1
Acrobat Reader won't start from a applications
I have installed a software working fine with WINE (some special financial software from my company I work for) but I can't get Acrobat Reader to launch, when I try to open a pdf File from that application. Acrobat is installed. On the console I get this message: Code: fixme:exec:SHELL_execute flags ignored: 0x00000100 Same when I try that: Code: wine start
2011 Jun 28
0
New winetricks 20110628: 18 new verbs (adobe_diged, audible, irfanview, winamp, bioshock2, lego_potc_demo, nfsworld, d3dx9_43, glidewrapper, grabfullscreen, ...)
Another two months, another winetricks release. (So much for release early, release often :-) Highlights: - fixes a bunch of verbs whose download URLs had changed, especially vcrun2005 and vcrun2008. - fixes the annoying "unexpanded variable" error which happened when running old wine with a new wineprefix. - brings back gog support (though without automated download for now; any
2009 Feb 03
2
SteamInstall.msi results in "Error: Success"
Code: $ wine start SteamInstall.msi fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found Or by running outside terminal, I get the wine error dialog "Success" with the red circle next to it and a little OK under it. lol, "Error: Success" Wine 1.1.4
2008 Dec 22
0
Problem running Knights of the Force 2.
Downloaded and installed KOTF 2 (http://www.kotf.com/) with no problems. Than trying to run the app with wine-1.0.1 @ Ubuntu 8.10 process failed. Bash gives this: > *****@******:~/.wine/dosdevices/c:/Program Files/LucasArts$ '/home/******/.wine/dosdevices/c:/Program Files/LucasArts/KotF Jedi Academy Expansion Pack/GameData/KotFsp.exe' > C:\Program Files\LucasArts>copy /y
2006 Mar 21
2
Rails newbie can''t initialize a new Paginator object
Hi all, I''m using ruby 1.8.2-15 and a recent rails 1.0 download. I''m trying to implement the Classic/Custom pagination in a list action. Here''s my code: def list getSearchTerms # NOTE: @params[:search_results] is an Array of product_data objects # returned by a search action. @results = @params[:search_results] if @results.nil? then # The default
2015 Dec 05
1
Compile error about using RInside on windows enviroment
I'm going to using RInside on windows enviroment. I installed all tools and packages according to Dirk's instruction. My R installation reside in d:\hli\programfiles\R-3.2.2. There's no problems with folders with spaces. The rtools is installed in d:\hli\programfiles\Rtools and MinGW in d: \hli\programfiles\MinGW. The R_HOME is set to d:\hli\programfiles\R-3.2.2. I
2010 Jun 01
12
Wine & Pro/Intralink
Hi My name i Lorenzo, I'm new on linux's world. I wold like to know is someone has tried to use Wine with Pro/Intralink (a PTC product). During installation...no problem. Lunching the program after installation... no results. Following, more informations: WINE Version: Wine 1.2-rc1 TERMINAL OUTPUT DURING INSTALLATION [code]icelolli at ascari:/media/PRO$ wine setup.exe icelolli at
2008 Sep 02
1
the %ProgramFiles% variable
Hello, I want to use the %ProgramFiles% variable in a Sys.setenv (R 2.7.2, Windows) but it always seems to get handled literally. For instance, in cmd.exe I get what I want C:\Documents and Settings\user>echo %ProgramFiles% C:\Program Files but in R > system("echo %ProgramFiles%") %ProgramFiles% nope. Is there a way to use %ProgramFIles% or get the corresponding
2010 Jun 15
2
ThreadError: stopping only thread
Running Rails 2.3.5 I am new to Ruby and Rails. From the console I get the following ThreadError below. Any suggestions are very welcome. >> app.get "/slides" => 200 >> app.request.path_parameters => {"action"=>"index", "controller"=>"slides"} >> app.get "/slides/1" ThreadError: stopping only thread
2015 Jul 28
0
Wine release 1.7.48
The Wine development release 1.7.48 is now available. What's new in this release (see below for details): - Fleshed out OpenMP implementation. - I/O stream support in the MSVCIRT C++ runtime. - Support for pixel snapping in DirectWrite. - More support for OpenGL core contexts. - Various bug fixes. The source is available from the following locations:
2019 Apr 26
2
Total response file count limited to 21
Hi, I recently hit this on a project using a build system that relies heavily on nested response files. We found we could only have 21 response files total before getting errors related to the unexpanded response files. I tracked it down to this code in llvm/lib/Support/CommandLine.cpp // If we have too many response files, leave some unexpanded. This avoids // crashing on
2005 Oct 14
3
zip package
Dear all I can not understand how to install the package lpsolve_1.1.9.zip I have read the FAQ and the help pages carefully, but it still not clear for me. I have tried the following (and obtained the respective error messages): >install.packages("c:/ProgramFiles/R/rw2011/library/lpSolve_1.1.9",destdir=" c:/ProgramFiles/R/rw2011/library/lpSolve") Mensagem de aviso:
2010 May 22
1
R.exe crashes on R v2.12.0dev (Windows Vista)
Using the latest developers version of R [2.12.0 Under development (unstable) (2010-05-21 r52061)], R.exe crashes: "%ProgramFiles%/R/R-2.12.0dev/bin/i386/R.exe" with Windows reporting: Problem signature: Problem Event Name: APPCRASH Application Name: R.exe Application Version: 2.120.52061.0 Application Timestamp: 4bf638bd Fault Module Name: R.exe Fault Module Version:
2007 Aug 10
0
Wine release 0.9.43
This is release 0.9.43 of Wine, a free implementation of Windows on Unix. What's new in this release: - Direct3D support on top of WGL instead of GLX for better portability. - Many DirectSound fixes. - Still more gdiplus functions. - Many crypt32 improvements. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available
2007 Jun 01
0
Wine release 0.9.38
This is release 0.9.38 of Wine, a free implementation of Windows on Unix. What's new in this release: - Beginnings of support for copy protection kernel drivers. - More MSI automation support. - Many 64-bit compilation fixes. - A number of OLE fixes. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the
2016 Jan 22
0
Wine release 1.9.2
The Wine development release 1.9.2 is now available. What's new in this release (see below for details): - GStreamer 1.0 support. - Support for SHA hashes in BCrypt. - Synthesizing bold glyphs also for bitmap fonts. - Underlines support in DirectWrite. - Still more Shader Model 4 instructions. - Various bug fixes. The source is available from the following locations: