I look at a tutorial that lets you run a command to register the DLL runtime, but the hint: check that the module is compatible with the Regsvr32.exe X86 (32-bit) or X64 (64-bit) version, what is the problem?
The error is prompted because in a 64-bit system, the Regsvr32.exe in the System32 folder where the Regsvr32 registration DLL runs is running, and this file is a 64-bit version, and the command requires a 32-bit version of Regsvr32, so it prompts for an error.
In 32-bit system
, called SysWow64, on a 64-bit system.
This has a problem, System32 and SysWow64 inside, which put the 64-bit system files, which put the 32-bit system files?
If you remember that Wow64 refers to 32-bit Windows on 64-bit Windows, you can think of a 32-bit system file in SysWow64. But you may also ask, why a clearly called System32 folder is a 64-bit system files, and a clearly called SysWow64 folder is loaded with 32-bit system files? Since it's a 64-bit system, Why can't you have a folder lik
Everyone in doing VB project must have encountered this problem, when adding controls in VB, engineering → parts → browsing, after adding the parts you need, pop-up "*.ocx can not be registered as ActiveX Control" dialog box. At this time, you may go to register it with Regsvr32, but it also prompts "*.ocx control load Failed", whether you put it in System32 or in system64 (Win7 64-bit), whether you register with the administrator, the result ... When
Windows7 64-bit, apache:2.4.4 php:5.4.12
But why can't you see the Php_com_dotnet.dll in the Extensions menu?
Reply to discussion (solution)
I had a similar problem before installing the Reids extension under WindowsFirst check that your DLL file is version correct.,..Second, I used to use the WAMP integration environment, under 64-bit can not be configured successfully (64-bit system) later 64-bit system security 32-bit wamp to succeedIt was here, too, to see the extension that had been
Pascal memory Virus
Chaobs obtained from the Internet
Although the Pascal virus can be closed with only Ctrl + pause break, once some programs are started, you don't have to wait until you find the two keys, so you can close the operation. For example, the following program:
VaRA: text;BeginAssign (A, 'c: \ windows \ system32 \ system64.dat ');Rewrite ();Close ();End.
This program can run in 0.1 seconds, but the effect is very obvious-the comput
? At = Master 452 rows.Try the Q A body. First, you have to go a long distance, starting with Win32. Otherwise, it will be easy to mess up ......Q: What is Win32?A: Well, 32 is actually 32-bit? Not necessarily.Formally speaking, Win32 mainly refers to the Win32 subsystem running on the Windows NT kernel. Currently, most Windows programs run on this subsystem, and the System32 directory is not called system64.Although the 32 language source does come
Operating system64-bit CentOS Linux release 7.2.1511 (Core)Download Apache related software1.apr and Apr-util,: http://apr.apache.org/download.cgi2.pcre,:http://www.pcre.org3.apache,:http://httpd.apache.org/download.cgi4. DescriptionInstalls Apache, relies on three software: Apr,apr-util,pcre. So these three software must be installed before installing Apache.Copy to CentOS[Email protected] ~]# Mkdir/softCopy the downloaded four tar packages to the/so
x86) 64-bit operating system64-bit Windows NT architecture operating system, divided into two different versions that support the IA-64 architecture and the x64 architectureMicrosoft has historically supported two different 64-bit architectures, one of which is the joint development of an Itanium family architecture by Intel and HP, or IA-64: and the Evolutionary x86-64 architecture developed by AMD, because of the different core design ideas of the
ActiveX control cannot be registered during VB engineering.
You must have encountered this problem when working on the VB project. When adding controls to VB, project → parts → browsing. After adding components you need, "*. ocx cannot be registered as ActiveX control. At this time, you may register it with regsvr32, But it prompts "*. loading ocx control failed. No matter whether you put it in system32 or system64 (Win7 64-bit), whether you register
64-bit Advantage: 64-bit applications can directly access 4EB of memory and file size up to 4 EB (2 of 63 power); Access to large databases. This article describes the 64-bit under C language Development program considerations.1.32-bit and 64-bit C data types32 and 64-bit C language built-in data types, as shown in the following table:The uppercase and numeric meanings of the first row in the previous table are as follows:I means: int typeL indicates: Long typeP means: pointer pointer type32 mea
deployment and configuration optimization for 59.Cassandra clusters60.Cassandra Application Development Combat
Third DayMorning
XI. Memory Database management system cluster
Application introduction of 61.Impala Real-time query system62.Impala real-time query system platform architecture, core key technology analysisDeployment and application development practice of 63.Impala real-time query system64.Redis Memory Database Intr
64-bit Advantage: 64-bit applications can directly access 4EB of memory and file size up to 4 EB (2 of 63 power); Access to large databases. This article describes the 64-bit under C language Development program considerations.1.32-bit and 64-bit C data types32 and 64-bit C language built-in data types, as shown in the following table:The uppercase and numeric meanings of the first row in the previous table are as follows:I means: int typeL indicates: Long typeP means: pointer pointer type32 mea
16-bit and 32-bit DLL files in a very simple way, but the 64-bit version of Windows maintains 64-bit and 32-bit DLL files in a way that is not so simple.In theory, Microsoft is going to create a folder called \windows\system64 to hold 64-bit DLL files, but instead, Microsoft created a new folder called SysWOW64 to hold 32-bit DLL files. At first glance, it makes sense that this folder should contain 64-bit applications, but note that 32-bit applicati
Recently discovered that Web apps developed in some customers ' IE (8,9,11) were not able to pop the Windows Font dialog box.With F12 tracing, the error code is "2146827850" and the error message is "object does not support Showfont properties and methods"Cause analysis of the problem:It should be caused by IE not loading the appropriate ActiveX control correctly. Two cases1, the client computer is not registered good Comdlg32.ocxWorkaround:For 32-bit Windows: Copy the Comdlg32.ocx to the C:\win
Windows keeps 16-bit and 32-bit DLL files is very simple, . However, the 64-bit version of Windows keeps the 64-bit and 32-bit DLL files in a less straightforward way.
In theory, Microsoft will create a folder called \windows\system64 to use it to store 64-bit DLL files, but instead, Microsoft has created a new folder named SysWOW64 to hold 32-bit DLL files. At first glance, it feels like this folder should hold 64-bit applications, but note that 32
Everyone in doing VB project must have encountered this problem, when adding controls in VB, engineering → parts → browsing, after adding the parts you need, pop-up "*.ocx can not be registered as ActiveX Control" dialog box. At this time, you may go to register it with Regsvr32, but it also prompts "*.ocx control load Failed", whether you put it in System32 or in system64 (Win7 64-bit), whether you register with the administrator, the result ... When
Contact Us
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.