-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am working on a web application in PHP. I have a singleton class called registry. This class will hold all the objects i need throughout my application, such as loader classes, template classes, database, classes, etc.
When an object of the registry class is created I send it an array with the…
>>> More
-
as seen on Super User
- Search for 'Super User'
I've got a windows XP installation that has a corrupt registry. A worm (which was removed) had hijacked the HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon entry (which should have a value of Userinit=C:\windows\system32\userinit.exe
When the worm was removed, the corrupt entry was deleted…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We register the capabilities of Delphi applications using TLB files. However, from reading MSDN documentation, "Installation package authors are strongly advised against using the TypeLib table. Instead, they should register type libraries by using the Registry table". Does anyone have any advice…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I try to install a plugin in Eclipse I get these error messages
Registry event dispatcher
Error notifying registry change listener.
Error notifying registry change listener.
Invalid registry object
Error notifying registry change listener.
Invalid registry object
Error notifying registry…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I can't install ubuntu 11.10 inside my windows 7. It shows permission denied while installation. It gave a log file having the following data:
03-29 20:19 DEBUG TaskList: # Running tasklist...
03-29 20:19 DEBUG TaskList: ## Running select_target_dir...
03-29 20:19 INFO WindowsBackend: Installing…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Multiple 64-bit versions (Kubuntu, Lubuntu and Xubuntu) once installed on my ThinkPad R60 show 3GB of RAM, not the correct 4GB of RAM. Last week with 13.04, I had 4GB of RAM (which matches the BIOS) and this week I have 3GB available. Inquiring minds want to know. Details follow:
Linux R60 3.11.0-12-generic…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I managed to successfully install VMWare Workstation 6.5.5 (64-bit) on Ubuntu 10.04 (64-bit). It works well and somehow feels faster and snappier than the same exact version on Ubuntu 8.04.
However, there is one slight issue, somewhat hurting productivity:
When the guest VM is Microsoft Windows…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just want to build this on my development machine -- the binary install from Python.org is still 32 bits and installing extensions (MySQLdb, for example) is driving me nuts with trying to figure out the proper flags for each and every extension.
Clarification: I did NOT replace the system Python…
>>> More
-
as seen on Super User
- Search for 'Super User'
I read on Wikipedia that Windows 7 on a 64-bit PC needs twice as much RAM as on a 32-bit PC.
I understand why is that: every number stored in memory takes 8 bytes rather than just 4.
That, in simple terms, means that your amount of RAM is reduced to half when you use Windows 7 on a 64-bit computer…
>>> More
-
as seen on West-Wind
- Search for 'West-Wind'
If you're running on IIS 7 and a 64 bit operating system you might run into the following error using ASP classic or ASP.NET with COM interop. In classic ASP applications the error will show up as: ActiveX component can't create object (Error 429) (actually without error handling the…
>>> More