Installing Rad Studio 2007 and Rad Studio 2010 in same machine - delphi

I want to install Rad Studio 2010 on a machine that already has installed Rad Studio 2007,
There is some compatibility problem?
thanks in advance, Bye.

See this answer from Nick Hodges.
There is no problem with installing a newer version of Delphi/RAD Studio on a machine that has an older version. As Mason says, the reverse is not necessarily true.

Trying to install an older version of Delphi when a newer version already exists can cause problems. If you have to have both, either put 2007 in a VM or uninstall 2010 and then install the two Delphis in order, which will work just fine.

Related

C++Builder Community Edition

I have installed the C++Builder Community Edition and I can only create Delphi projects not C++. Is/Are there any additional tool(s) should be installed?
Note: from Help>About I see :Installed update Delphi 10.2 and C++ Builder 10.2 Update 3
Community Edition offers Delphi and C++ Builder separately. There is no RAD Studio Community Edition that offers both.
You might download delphi installation package rather than C++ builder community installation package.
Embarcadero didn't release combined installation package includes both programming languages.

Missing api-ms-win-crt-runtime-l1-0.dll when launching Delphi IDE

This message appears when I launch Delphi 2009 Enterprise. I installed Windows Updates today (Windows 7 Professional) and updated TortoiseSVN to 1.9.
An article related to a FTP server points to a required installation of Visual Studio 2015 redistributables.
Also related: Win 7, 64 bit, dll problems
Did anybody experience the same and found a fix?
Installed experts:
* GExperts
* IDEFixpack
* DDevextensions
If you have installed the new TortoiseSVN 1.9 then it may be the cause. It requires the Visual C++ Redistributable for Visual Studio 2015. This is mentioned on the Tortoise 1.9 download page under Missing DLLs.
Here is a discussion on the TortoiseSVN discussion forum.

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.

Can Rad Studio XE6 be installed with Delphi 2005?

My PC currently has Delphi 2005 installed. Can Rad Studio XE6 be installed on this same PC without issue? Or, is it a case of one of the other?
Yup, each installation is completely independent of the other. The only caveat is that the file associations will only go to one version -- which will be the latest one unless you disable setting them when you do the install.

Why can't I start WampServer in Windows 2003 server sp2?

here is a problem I meet. I download and installed WampServer, it could not be started. After clicking, it started without any error message but ended immediately because
there was an WampServer icon in the right-down corner (just besides input icon and time) and disappeared within less than 1 second automatically. No process of wamp can be found when using ctrl+alt+del.
I suppose there is no problem in wampserver software itself since it can be installed in other computers successfully. Previous searching indicated I need to install visual C++ 2008 and 2010 but it seems still the same.
I am going crazy about this for a few days. Many thanks for you if there can be any suggestion or some similar cases.
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.
The 2008 Redist (32bit) is used by wampmanager even if you installed the 64bit WAMPServer.
The 2010 Redist is used by some versions of Apache ( depending on compiler used ).
The 2012 Redist is used by some versions of Apache ( depending on compiler used ).
FOR WAMP 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
If you are using WampServer2.4/2.5 32bit and therefore Apache 2.4.x
Microsoft Visual C++ 2012 is required
And select vcredist_x86.exe
FOR WAMP 64bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
>> Yes you need the x86 Package regardless as wampmanager uses this <<
Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
If you are using WampServer2.4/2.5 64bit
Microsoft Visual C++ 2012
And select vcredist_x64.exe
the authors state directly on the download page (http://www.wampserver.com/en/):
Wampserver 2.5 is not compatible with Windows XP, neither with SP3,
nor Windows Server 2003
When I tried it, during the install I get the odd, cryptic error popups such as "bin\apache\apache2.4.9\bin\httpd.exe is not a valid Win32 application".
I would recommend doing the manual approach for Win2K3 platforms - sure it's a lot more work, but you can follow an excellent, precise step-by-step recipe here:
http://www.ricocheting.com/how-to-install-on-windows/apache
I've done this approach a dozen times with no complications. If you've never done the "old school way" before, it's a good learning experience. And it would probably be a lot faster overall than struggling with trying to get WampServer working on Win2K3 OS.
Note that in both cases, you'll still need to first install VC 2008 redistributable package (as mentioned above).

Resources