Questions tagged [windows-7-x64]

for questions specifically about the x64 version of Windows 7.

1819 questions
0
votes
1 answer

Java 1.3.1 on Windows 7

I'm trying to launch a Java 1.3 VM (x86) in Windows 7 (x64). Whenever any AWT-related code is executed, the following is printed to stderr: Assertion failed: glyph != NULL, file ../../../src/share/native/sun/awt/font/t2k/truetype.c, line 2133 In…
Bass
  • 4,977
  • 2
  • 36
  • 82
0
votes
1 answer

Can't update Nexus 5 driver on Windows 7

I'm trying to connect my Nexus 5 to my Windows 7 (64 bits even though I don't think it makes any difference) in order to deploy and test some apps. I updated the USB driver from "SDK Manager -> Extras". I downloaded the latest usb driver from…
Inês
  • 882
  • 3
  • 13
  • 28
0
votes
1 answer

Aptana Studio 3 newproject error with Django

I am having an issue with starting a new project from the command prompt. After I have created a virtual env and activated the enviroment, when I enter in .\Scripts\django-admin.py startproject new_project, a popup window shows up which says…
0
votes
1 answer

Windows webserivce starts and stops automatically

This message is displayed when running my windows service. The [service name] service on local computer started and then stopped. Some Services stop automatically if they are not in use by another services or programs. I am not sure what is…
Steven Lynn
  • 103
  • 8
0
votes
3 answers

Struggling with Python's subprocess.Popen running a Perl script

I have a Perl script that I need to run with Python, and I've been trying to use subprocess to do it, unsuccessfully. I'm able to get the command to run just fine on the command line, but subprocess isn't able to get it to work. If I have a Perl…
mr.plow
  • 43
  • 7
0
votes
1 answer

Macromedia Dreamweaver 4 work with Windows 7 64 bit

I am thinking of putting an older version of DW (Macromedia DW4) on my computer at work but locating it around the house will be challenging so I would like to know if it will work on my Windows 7 OS before trying to track it down. Has anyone tried…
user12059
  • 733
  • 2
  • 13
  • 27
0
votes
1 answer

Need help launching Android Studio with Java in different installation location

I'm trying to launch Android Studio (64-bit) by clicking the icon on my desktop. When I use the studio.bat file to launch Android Studio - 64-bit AS launches and runs fine (however, the CMD window remains running in the background - if I close the…
Hanny
  • 2,078
  • 6
  • 24
  • 52
0
votes
3 answers

Bex Error on reading from a file in C

In file count.c, program reads a string from a file and then counts the total number of characters given in the file. Following are the lines of code in file count.c: #include int main() #define max 1000 { char c, inpt[max]; int…
user2534035
0
votes
2 answers

SendInput scan code on Windows 7 x64

I am working with a WPF application sending keys to a game. I opened spy++ to observer s as a key press on the keyboard. I then press my button on the application and I noticed a different scan code in spy++ messages. Could this be somthing to do…
Stanomatic
  • 421
  • 6
  • 8
0
votes
0 answers

How to monitor a serial port without opening it on windows 7?

I have developed a serial communication program in python and am returning a timestamp when the data actually is sent over the serial port. I want to match this time stamp manually by monitoring the same port parallely through a program equivalent…
Bluesagar
  • 11
  • 3
0
votes
0 answers

Program Blocked by Group Policy - Windows 7

I am facing issue while running a EXE. I ahve tried all possible way avialble on net as far as I did research. 1) Go to gpedit.msc-computer configuration-windows settings-security settings-local policies-security options.Change "User Account…
user863952
  • 103
  • 2
  • 5
  • 15
0
votes
1 answer

Unsuccessful building wxWidgets sample ( widgets sample ), in CodeBlocks

I am using CodeBlocks 13.12 on a Win 7 x64 machine. My intention was to learn a bit about building a wxWidgets project in CodeBlocks, so I created a new wxWidgets project, pointing the location of wxWidgets to "C:\wxWidgets-3.0.1" . Then added all…
James C
  • 901
  • 1
  • 18
  • 38
0
votes
0 answers

The remote server returned an error (405). Method Not Allowed?

My wcf service is returing the error The remote server returned an error: (405) Method Not Allowed. while looking others answer found that we have to configure it in windows features. My application is in framework 4.5.1, but when i open windows…
Hassaan
  • 3,931
  • 11
  • 34
  • 67
0
votes
1 answer

AngularJS Unit Testing - TypeError: Cannot read property 'title' of null

I am new with AngularJS, so for learning purpose..I have built a very simple app which has one title as "Hello friends!" and a button named "Change the title!", on click it results to the change in the title as "How are you?"... Now for doing…
Newbie
  • 575
  • 1
  • 5
  • 11
0
votes
1 answer

Running Cygwin VIM in a cmd shell occasionally fails

I am using the current Cygwin and VIM editor on Windows 7. Once or twice a day when I start VIM in a cmd shell, the system seems to pause, then the shell window disappears. It will leave a filename.txt.swp file in the current directory. How can I…
lit
  • 14,456
  • 10
  • 65
  • 119
1 2 3
99
100