i was trying to install the wamp server 2.2 intended for a 64-bit OS.. there's an application error saying "The application was unable to start correctly (0xc000007b). Click OK to close the application." But when i went to Mozilla Firefox to go to the localhost, it won't open. please help me..
If the application didn't start correctly you can't expect for localhost to work. Be sure you installed the 64 bit version on a 64bit OS or you can try xampp.
Application error The application was unable to start correctly (0xc000007b) The error code means "STATUS_INVALID_IMAGE_FORMAT"
I know 2 possible reason for this:
1- In most cases this error occurred when 64 bit windows reaches 32 bit dll in search path. Specially in this case and about wamp server 64 bit it can be caused by 32 bit version of msvcr100.dll in path. Just download 64 bit version of it and copy the file to "C:\wamp\bin\apache\Apache2.4.4\bin"
here you can download the 64 bit of this dll http://www.dll-files.com/dllindex/dll-files.shtml?msvcr100
After this click on wamp icon in system tray Apache/Service/install service to fix the problem.
2- the exe file is damaged due to disk error. In this case try using fdisk. if fdisk found errors on disk and problem not fixed then reinstall the program.
Due to the windows version mismatches. Uninstall Wamp Server 2.2 and download Wamp Server 64bit version.
Download
Related
Submenu File -> New contains only "Other..." and "Customize" items.
How to correct this?
My OS is Windows 10.0.17763.107.
Old version is 10.2 with same problem.
Installed new version 10.4.2, in process of installation of Delphi Community, I have error at Roboto Font downloading:
[403] Forbidden
I pinged this address of Getit found in the registry: https://getit-104.embarcadero.com
It is not responding! Ok, changing to getit.embarcadero.com, the result is negative.
It seems that your Delphi installation hasn't finished properly. Either it was interrupted or Licence manager didn't manage to verify your Community licence properly.
You could try fixing your licence using Licence Manager that you can find inside Delphi folder. If my memory serves me correctly it is located withing BIN subfolder (don't have access to development machine at the moment to verify).
But if the installation proces itself is getting interrupted you might want to download ISO installation instead of Online installation. When installing latest version of Delphi I had to use ISO installation since Web installation kept loosing connection. I suspect my AV Software (ESET Internet Security) with integrated firewall might be the cause.
So I have Delphi XE (no number) and I have a project that was built on another machine (using JVCL components). Now, my machine is a Windows 8.1 (64 bits), and the previous machine was Windows XP (32 bits).
Of course I want to be able to continue developing the app, but for that I need the JCL/JVCL to be installed here too.
Now comes my problem. When I run the installer (bat) of JCL, it starts ok, but it does not show any options, so when I click the Install button nothing happens, and I get a message saying the installation finished. But of course nothing is installed.
This is how the installer looks on my x64 machine:
What can I do to install this JCL on a win64 machine? I am very sure that this is the problem: the OS. Because on 32bit OS (Windows XP) I have no problem installing it.
I looked it up, but could not find a straightforward solution. There might be a problem with some registry where the installer looks for the location of Delphi ?!?! but I have no idea how to fix it.
I need to install the JVCL, but it wont install unless I have JCL installed first... and the JCL does not install
Please help me.
Thank you
I have PostgreSQL 9.2 installed on win 7 64 and can connect to it with ODBC from my delphi IDE using dbexpress with no problem. When I try to connect using Zeos, and although I have provided the path to the libpq.dll, I still get the error (libpq not found or not loadable). I tried all solutions I found by googling but so far I haven't found a working solution.
I have put the dll, and later all dlls into system32 to even see if that is what it takes.
This is my setup:
Delphi XE3
Zeos 7
PostgreSQL 9.2
On windows 7 64
Does anyone use this system and can connect to postgresql 9.2 with zeos?If so what am I missing?
So my question summarized in one line is this:
What is a working configuration/steps to connect zeos 7 with postgresql on delphi on win 7 64?
Your answer is much much appreciated!!
Make sure you have the following files together with libpq.dll:
libeay32.dll, libiconv.dll, ssleay32.dll, libintl.dll, libxml2.dll,
and libxslt.dll. These are library files that lipq.dll depends on. Delphi IDE is 32bit so you can only use the 32bit version of the above libraries if you want to connect to postgresql at design time. If your project is 64bit you may get the 64bit version of the files above and place it in a separate folder under your project's root dir then change the libpq.dll path of ZConnection at runtime to point to that folder.
Hope this helps.
Are you sure your ZeosLib is x64? When building component, make sure you choose 64-bit Windows as Target Platform.
Most likely the computer where the problem is happening lacks Microsoft Visual C++ 2010 Redistributable x64. I adivise you to download it from Microsoft and install it, then run another test.
I had the same problem. To get around this, I had to change the working directory of the delphi application to the path of libpq.dll because otherwise it will not be able to find the other libraries, it needs. So maybe you want to do something similar to this before opening the first connection to postgresql:
OldPath := ExtractFilePath(Application.ExeName);
ChDir('c:\path\to\libpq\dll\');
ZConnection.Connect;
ChDir(OldPath)
This question already has answers here:
Not able to launch WAMP - Aestan Tray Menu has stopped working
(11 answers)
Closed 9 years ago.
i installed the wamp server 2.2e in windows xp. when i start the wamp server it displays the windows error(Aestan Tray Menu has encountered a problem and needs to close. We are sorry for the inconvenience). Can anyone advise how to resolve this issue
Before you install Wamp!
If already installed, then UNINSTALL WAMP(you can backup folders WWW and BIN>mysql>data), and install MS PACKAGES at first:
Microsoft Visual C++ 2008 SP1 Redistributable Package !
( or 2010 or 2012 version..
in some cases, maybe .Net Framework is needed too?))
After that, install WAMP!
A few things to check:
Have you installed the services? It can be a little temperamental the tray, but look for an install services batch file. This will get the apache and mysql services running
Is your configuration OK? Particularly, check apache's config with httpd -t on the command line (make sure that you're in the apache/bin folder if httpd isn't in your path)
Have you got the correct version (32bit versus 64bit)?
Have you checked your wamp error logs?
Have you got the pre-requisites installed, such as the Microsoft VC++ redistributable?
If you're still having trouble, checkout the official forum (such as this post http://forum.wampserver.com/read.php?2,53095) and post there for some decent help.
Migh be the same issue (have to install Microsoft Visual C++ 2008 Redistributable Package) :
Not able to launch WAMP - Aestan Tray Menu has stopped working
Try to install .Net framework Latest version.
Link: http://www.microsoft.com/en-us/download/details.aspx?id=21
Before Installing WAMP make sure that you uninstalled old versions.
I have a eVB application that I need to get running on newer WM6+ devices and need to know if at all its possible?
I have installed the VB Runtime files and I can manage to get the program installed but it fails to run with "Access Denied" Errors.
I have the eVB source files so if I need to re-package the installation I can.
Has anyone ever managed this?
I never tryed this before, but you can re-install the runtimes and see if it fixes.
Regards.
Microsoft doesn't support eVB on newer devices.
You can convert the program to NS Basic/CE - it will also boost the performance of your program and make it compliant with Windows phone 6.5.