for questions specifically about the x64 version of Windows 7.
Questions tagged [windows-7-x64]
1819 questions
0
votes
1 answer
VBS add on not working in internet explorer (IE8) in Windows 7
I have been trying to add a command to the IE command bar that will show a simple alert box on clicking (I'll be adding more functions to it later). For that I used this tutorial to create a VBScript and added it to the registry (Both direct and…

Shubham choudhary
- 11
- 4
0
votes
1 answer
Batch Script Logging and it runs double?
I wrote a batch script to make a backup of my Thunderbird client on Windows 7. It works perfectly, but I am having issues with the logging part.
Essentially, I would like it to see what is going on in the command window when it runs, as well as to…

Zapp
- 17
- 5
0
votes
0 answers
Running Spatial Queries in PostGIS 2.1.3 and Postgresql 9.3 in Windows 7
I installed PostGreSql 9.3 ( PgAdmin 3 GUI) and PostGIS 2.1.3 (http://www.enterprisedb.com/products-services-training/pgdownload#windows) for Windows 7 64 bit.
After installing it, I downloaded the Sql files for country database…

sid
- 31
- 3
0
votes
1 answer
0xc000007b error on Windows 7 64
I recently had to reinstall Windows 7 64 (my hard disk died) and i'm building a project of mine with vc++ 2013 but when i run it i get a 0xc000007b error
I found out that this error for 32 bit applications is commonly due to loading 64 bit dlls…

tuccio
- 333
- 3
- 10
0
votes
1 answer
How-to Admin prompt/elevate/ask for admin rights for .msi installation?
I have got a .msi installer but during the installation I get an error that there are insufficient rights to make a registry change. I guess I need to start .msi as an administrator but there is no UAC prompt coming up to let me grant it admin…

sceiler
- 1,145
- 2
- 20
- 35
0
votes
0 answers
VS2013 ClickOnce Installation - Application cannot be started
I develop small .net applications for various little tasks in my company. I work in a Windows 7 64-bit environment using Visual Studio 2013 and have developed at least a dozen without any problems. I have a new one that's working perfectly in both…

JaredS
- 93
- 1
- 3
- 9
0
votes
4 answers
Sharing a mex64 file across computers
I have a mex64 dll compiled on my machine. I used Matlab 2009b with VS2008 Pro to compile the dll. The dll works fine on my Matlab installation.
I want a colleague to use the dll so I sent it to him and he gets the following error message when…

Shaihi
- 3,952
- 4
- 27
- 47
0
votes
2 answers
How Can I install oci8 drivers in php 5.3 on my windows pc whith out xampp or wamp
Win 2007 Server 32bit
Apache2.2
PHP version 5.3.14 which was without php_oci8 files
oracle Enterprise Edition installed
I need to be able to connect to remote oracle database, so I find out, that OCI8 extension should be used. To make OCI8 work, I…

Manu
- 15
- 6
0
votes
1 answer
I can run my script from idle but not from python.exe?
When I run my script from Idle my program runs perfectly, but when I run the .py file and it spawns a shell @ C:\Python27\Python.exe my program fails with the following error:-
IOError: [Errno 13] Permission denied: 'my new file.html'
And the bit of…

gazeranco
- 55
- 8
0
votes
2 answers
Arduino Could not find COM port
I used the below code sample to communicate with my Arduino-uno board. The board uses COM40. But when i ran this code from Eclipse, i get the message "Could not find COM port". The board connects via COM40 from the Arduino IDE. My machine is a 64bit…

Ted Mad
- 75
- 2
- 14
0
votes
1 answer
Disable wifi password remembering in windows 7
I'd like to disable password remembering in windows 7 in laptop. What I have done is that I have deleted wifi name in settings of network from list. Now I have to connect manualy with this network but windows still remembers password.
How to force…

DKM
- 270
- 3
- 13
0
votes
1 answer
SQLCODE -1390 connecting to DB2 64 bit client from 32 bit app
I've got a 32 bit application that connects normally to a DB2 database. (written in C)
When I run it on a machine with a DB2 64 bit client, I get a SQLCODE -1390 from connect.
(Win7 64 Bit, DB2 V9.7 client 64 bit)
Connecting from the command line…

Oliver Abraham
- 73
- 5
0
votes
0 answers
Bat file is not running untill any key pressed from keyboard
My computer has a different problem.
Whatever the batch file i run, it won't starts its execution until i press any key from keyboard until that it holds the data without printing on console/command prompt.
once i press a key the execution…

Madhu
- 9
- 1
- 8
0
votes
0 answers
TIFF images created by PIL drawing overlapping text on one computer but not another
I've been trying to debug this problem and I'm at a loss to what may be causing it. I have two different computers, both are running 64-bit Windows 7 with Python 2.7 installed. I have a script which uses PIL to create a TIFF image and draw lines…

CCKx
- 1,303
- 10
- 22
0
votes
1 answer
installing rpy2 on R3.1.1 on Python 2.7.2 on Windows 7(R.dll not found)
I have been trying to learn Python and was working on a data that needed seasonal decomposition. So I had to use R for that since Python didn't allow me for it. Using Rpy2 was a good option to use for decomposing my data. Hence I went through all…

KS15
- 1
- 1