Warning: VC++ 2008 runtime libraries are not installed. Xilinx - xilinx

I installed the ISE from Xilinx to my windows PC and it ended up very bad. It isn't working, since when I try to run it, the next message appears Warning: VC++ 2008 runtime libraries are not installed. Please install the runtime libraries by running the redistributable {Install Root Dir}\common\bin\nt64\vcredist_x64.exe from the installed area. You will need to have adminstrative privilege to run VC++ 2008 Redistributable.
Obviously I went to the directory, run as administrative, repaired the C++ libraries, but nothing changed, it still failed to open.

Related

RAD Studio 10.2.3 Jedi JVCL Install Problem

I've uninstalled my RAD Studio 10.2.2 and installed 10.2.3 in my Win10 development VM. Along the way I uninstalled all the previous 3rd-party libs, including the Jedi GetIt packages, and per the instructions got rid of all the old Jedi source and DCP/DCLs. I'm attempting to install them back into 10.2.3 via GetIt. The JCL libs install fine, but when I try to install JVCL, the installation batch file hangs after compiling the installer and the VM comes to its knees. I rebooted, started taskmgr and watched as the batch file ran - it appears to go into a loop creating many instances of msgfmt. I've tried removing it all again, downloading and installing the 3.8 version myself and running the install batch file by itself, same problem; then backing up to the 3.6 version that had installed OK in 10.2.2, and it does the same thing. If I edit the batch file to skip the language-setup section, the batch file completes OK, but trying to re-run the GetIt update causes it to re-download and replace that batch file. :(
The installer does compile before the languages part of the batch file is reached, so I tried running the installer directly. I assume I'm not passing it cmd line info it needs, because it compiles the 64-bit libs fine but chokes immediately on compiling the 32-bit version of JvCore250.bpl with an unspecified compile error.
Anyone else run into this? Is a solution known?
Turns out to ultimately be a pathing problem. When multiple installations of the IDE exist on a machine (e.g. my VM has or previously had D2007, XE2 and 10.1 on it), the PATH environment variable can be too long - edit the PATH in the system to remove the old/stale paths. Then make sure that the library paths in the IDE includes $(BDSLIB)\$(PLATFORM)\release or you'll get "can't find RTL" when building the packages.
For me the problem is generated from the msgfmt.exe of dxgettext.
msgfmt.exe generates multilanguage messages, for a multilanguage support of jvcl installation.
For the specific problem of msgfmt.exe try to see this: dxgettext and Windows 10
I resolved the problem opened the install.bat file in jvcl folder, and I commented (with ::) every line where the msgfmt is executed.
Attention:
If you use getit I suppose you have to open the folder where jvcl is downloaded and search install.bat (I didn't use getit)
Instead I downloaded jvcl directly from github in my component folder, and I did what is written above in that folder.

Got msvcr120.dll missing wamp error while installing wamp on windows 10 OS

I tried to setup wamp in my windows 64 bit operating system form the below link
http://www.wampserver.com/en/
While setting up it is alerting msvcr120.dll missing wamp error.
Can any one provide how could I fix this issue?
You are missing at least one of Microsofts MSVC C/C++ Runtime libraries required to run Apache/PHP or MySQL.
Look here on the WAMPServer backup repo Down at the bottom you will find a link called
All VC Redistribuable Packages (x86_x64) (32 & 64bits)
Download that ZIP file, it contains all the needed installs for all the needed MSVC Runtimes.
Unzip it, then run each MSVC Runtime version install One-at-a-Time in logical version number order, oldest first.
If you see a dialog saying that the version is installed click the REPAIR button to make sure its correctly installed.
As you are using a 64bit windows and a 64bit WAMPServer, you MUST install BOTH the 32bit AND 64bit MSVC Runtimes.
Once all these are installed, uninstall WAMPServer, manually delete the C:\wamp64 folder and then reinstall WAMPServer. This is required to be absolutely sure that the install works correctly, as without these MSVC Runtimes parts of the install can fail.
Small Note
The first dialog shown by the Install does actually tell you to make sure these runtime libraries are installed before continuing with the install.
During install u after 2 nd step focus on the 3rd step download all link software which start from c++ in it download all which is available and skip when u see error or file not found after all install done u should do further process and its done

Error messages about loading DDLs when starting WAMP server

I am receiving these error message when starting WAMP server:
and
How can I fix the problems?
Based on the message your dll files either are missing or are damaged. Your best bet is to reinstall WampServer.
Try to re-install wamp, but do install first this one
http://www.microsoft.com/en-ph/download/details.aspx?id=30679
In the wamp website it was stated that you must install the vcredist_x64/86.exe
Stated here : http://www.wampserver.com/en/#download-wrapper
As #reignsly said, it looks like you did not download and install the Microsoft Visual C++ 2010 SP1 Redistributable Package.
Please make sure you have the latest version of all of these Microsoft C/C++ Redistributable runtime libraries. You dont need the whole compiler, just these C/C++ runtime libraries.
FOR WAMPServer 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
If you are using WampServer 2.4 or 2.5 32bit and therefore Apache 2.4.x
Microsoft Visual C++ 2012 is required And select vcredist_x86.exe
FOR WAMPServer 64bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Yes you need the x86 Package regardless as
wampmanager is a 32bit exe even on a 64 bit install
Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
If you are using WampServer 2.4 64bit
Microsoft Visual C++ 2010 SP1 Redistributable Package And select vcredist_x64.exe
Warning: The naming convention used for the redist install files is a bit confusing, so download one, install it, then download the next and install it.... otherwwise you will get confused.
Once they are installed your 'Programs and Features' should look something like this :-
32bit systems
64bit systems
The Unable to load dll issue is simply fixed by getting WAMPServer to refresh the SYMLINKS in the ...\apache2.4.9\bin folder
Do this as follows using the Wampmanager menus :-
left click wampmanager -> Apache -> Version
and click on the version number, probably 2.4.9
It takes a couple of second to complete and you wont notice anything going on, but the php_intl error should be solved.

Unable to locate Component

When we are using delphi-10 exe we are getting below issue,but i couldnt find this file in my machine where I installed delphi10
"This application failed to start becuase rtl140.bpl was not found.Re-installing the application may fix this problem"
Your executable is compiled with runtime packages and requires them to run; you should deploy them on the target computer during installation. Alternatively, you could turn off runtime packages (compiler options) and have a stand-alone executable.
On a computer where Delphi is installed the runtime packages should be installed in the system directory; Delphi IDE itself is compiled with runtime packages.

How to load Firebird 2.1.X fbclient.dll on Windows XP wihout installing Microsoft C++ 2005 Redistributable (vcredist_x86.exe)?

Using fbclient.dll in Firebird 2.1.X in fresh install Windows XP that never install with Microsoft C++ 2005 Redistrubable will cause problem.
I wish to deploy my application that contain fbclient.dll and all related Microsoft C++ 2005 redistributable libraries without installing the redistributable libraries. Can I do that? I am running the application in limited account. Install the VC++ redistributable is not an option here.
My application is developed with Delphi using LoadLibrary to load the fbclient.dll
It's possible to just copy the MSVC runtime into your application directory.
However, a standard installer would be better for automatic updates. And the installer will run under an administrator account, so your limited account is not a problem.
As i remenber (havent code near me), you can use manifest files.
A little hint can be seen here: http://www.firebirdnews.org/?p=2248
http://www.destructor.de/firebird/minimumclient.htm.
Relating posts:
Mixed Mode Library and CRT Dependencies - HELP
Visual Studio 2005 security updates and CRT DLL versions in manifest

Resources