Questions tagged [windows64]
102 questions
0
votes
2 answers
pyfits not working for windows 64 bit
I am using windows 7 home basic 64 bit. I wanted to work with FITS file in python 3.3 so downloaded pyfits and numpy for 64 bit. When I import pyfits I get the following error:
Traceback (most recent call last): File "", line 1, in
import…

Srivatsan
- 9,225
- 13
- 58
- 83
0
votes
0 answers
Trying to load a 32-bit library on a 64-bit Windows with 32-bit Java: java.lang.unsatisfiedlinkerror
I am getting java.lang.unsatisfiedlinkerror
java.lang.UnsatisfiedLinkError: C:\Program Files(x86)\Java\jdk1.7.0_25\jre\bin\liblept168.dll:
The application has failed to start because its side-by-side configuration is incorrect. Please see the…

lamostreta
- 2,359
- 7
- 44
- 61
0
votes
2 answers
can we use Qt(64) to produce an application that will work on both 32bit windows and 64bit windows?
http://qt-project.org/downloads . I downloaded the openGL since many say this set standard is better. but now i got requirement from my prof that I need to provide something that can work on windows 32/64. Is there any way that i do not have to…

Junchao Gu
- 1,815
- 6
- 27
- 43
0
votes
1 answer
Rails server fails to boot with mysql2 - Gems it requires, exists
This is me trying to use MySql on rails for the first time. This happens with using sqlite3 as well except it points to me do 'gem install activerecord-sqlite3-adapter`,the tells me there is no such gem named it.
I am using the lastest Ruby 2.0.
I…

GivenPie
- 1,451
- 9
- 36
- 57
0
votes
0 answers
Mapping a page with a specific address
I'm trying to map a virtual memory page using VirtualAlloc, but it's an specific address outside 8TB Windows 7 64 bits allowed range, i've read at Windows Internals book this address range is used
for "page table self mapping structures", anyway,is…

user615741
- 43
- 5
-1
votes
1 answer
Error installing numpy+mkl on window 7 64bit
I am trying to install numpy+mkl .whl file using pip for installing scipy+mkl .whl file but getting this error:
C:\Program Files\Python36\Scripts>pip install numpy-1.12.1+mkl-cp36-cp36m-win_amd64.zip
Processing c:\program…

MD MAHBUB ALAM
- 57
- 2
- 3
- 9
-1
votes
1 answer
Having Trouble manipulating code to creat a mountain image
This is my code so far but it only makes on half of the mountain image out of the *'s I'm trying to go for
How do I mirror the code or change it so that it creates that same mountain side, but on the left side as well?
It should look something like…

A.M
- 11
-1
votes
1 answer
DB2 64-bit for Windows
Does DB2 comes in 64-bit flavor for Windows environment ? What is the best way to locate installable/executable for the same?
Also, DB2 ODBC Driver I found only 32-bit flavor of it on fix centeral using this link . Is there a 64-bit flavor of it…

Gaurav Daga
- 343
- 2
- 11
-1
votes
1 answer
Registry edit on 64bit windows 7 with .NET
I am trying to make changes in the windows 7 x64 registry. I already had code to change registry keys for 32bit systems and some of those also work on the 64 bit version. However some of them don't and i know it has something to do with the…

F.J
- 35
- 10
-1
votes
1 answer
Windows UAC is messing with file buffers
I ask for your patience about the lack of code snippets in this question and the its vagueness, but I'm totally clueless, I don't have any clue about the location of the bug, and I cannot paste an entire application.
I have a cross platform…

Lorenzo Pistone
- 5,028
- 3
- 34
- 65
-3
votes
1 answer
How can we build an ionic project in Ubuntu 18.04, which is developed and built in windows environment?
i am trying to build an ionic project in ubuntu 18.04. but I am getting an error like it cannot build in ubuntu environment.
I have rebuild node-sass folder as well. After that I am getting error as gulf.file cannot find.
here is the error i am…

sajini sandareka
- 29
- 9
-3
votes
1 answer
Assembly type name that can run in an executable file without an assembler
I was attempting to learn the code that is processed natively by the processor, or the machine code, because I was strongly unfulfilled with the difficulty it took to construct an interpreted programming language. Instead of creating a practical…

MilkyWay90
- 2,023
- 1
- 9
- 21