Questions tagged [windows64]

102 questions
1
vote
2 answers

When using TOAD on Windows 7, it pops up an error: ORA-06413 : Connection Not Open

When using TOAD on Windows 7, it pops up an error: ORA-06413 : Connection Not Open I have Windows 7 64-bit and i can ping to the db ip .
shareef
  • 9,255
  • 13
  • 58
  • 89
1
vote
1 answer

ImportError: No module named termios with django_mysql on Windows

I'm on a 64bit Windows machine working on a Django project using PyCharm. Django 1.8.7, Python 2.7.9, MySQL 5.6. I'd like to try out django_mysql, but I get: Unhandled exception in thread started by…
Csaba Toth
  • 10,021
  • 5
  • 75
  • 121
1
vote
2 answers

cannot connect subclipse to VisualSVN on Windows 7

svn: connection refused by the server svn: OPTIONS request failed on '/svn/myrepo/MyProject/trunk' svn: connection refused by the server Java 32 bit 1.6.20 Windows 7 64 bit Eclipse 3.5.2 32 bit VisualSVN 2.1.3 Installed subclipse in Eclipse…
likejudo
  • 3,396
  • 6
  • 52
  • 107
1
vote
0 answers

Building Qemu(ARM emulation) for Windows64 on Linux64

I am trying to run an emulation of ARM VExpress in QEmu. My End platform is Windows64. And my build system is running Linux64. I am using QEmu version 2.3.0 and x86_64-w64-mingw32 toolchain. I faced quite a lot of issues during the build, but solved…
1
vote
1 answer

Error while compiling through cygwin

I am using cygwin for 64 bit Windows but while compiling a makefile I end up with this error /bin/sh: -c: line 0: syntax error near unexpected token `(' What should I do ?
newbie_in
  • 55
  • 1
  • 8
1
vote
3 answers

OpenCL: Strong name validation failed while creating a new opencl project

This is the OpenCL first tutorial I am following. I am unable to create new OpenCL project. When I try to create new OpenCL project in visual studio 2010 on windows 7, 64 bit , I get "Strong name validation failed. (Exception from HRESULT:…
user2799508
  • 844
  • 1
  • 15
  • 41
1
vote
1 answer

way to compile assembler code

just started learning Assembler in school, and want to ask how to compile this code: stek Segment Stack DB 256 DUP(?) stek ENDS CR EQU 13 EF EQU 10 Duom SEGMENT pranesimas DB 'Hello Word', CR,EF DB 'Made By Edgar' $ Duom ENDS prog…
Edgar
  • 1,120
  • 4
  • 28
  • 53
0
votes
1 answer

how to print wchar_t array to file in 64 bit windows

I want to output some wchar_t array filled from some windows api into a file opened with fopen: wchar_t content[256]; SomeWindowsAPI(content, 256); FILE *file; file=fopen( "C:\\log","a+"); fputs(content , file); //???? However, fputs expects a…
lurscher
  • 25,930
  • 29
  • 122
  • 185
0
votes
1 answer

Is there commercial UMS(User-Mode Scheduler) Application

I'm looking for commercial software that uses UMS(user-mode scheduling) and already be available in stores. If someone knows such a software I like to know it (software name and link to it).
Lrrr
  • 4,755
  • 5
  • 41
  • 63
0
votes
3 answers

WPF Save DialogBox (for windows 64)

This is similar to older posts on this site but I keep getting an error message. I want to create a button in C # WPF that opens a dialogbox and saves a text file to be read at a later date. This code works for windows 32, but crashes on windows…
0
votes
0 answers

why does the runtime version of my android studio say AMD64 on my Windows system?

I'm new to developing apps for the Android OS platform (on Windows version of Android Studio) so I'm pretty ignorant. While trying to debug a "toy" app, I noticed that the About box (of Android Studio) says the runtime version is 11.0.10 ...amd64.…
0
votes
1 answer

Winform application not running on 64bit server

I have a winform application to read values from the registrykey.. so i know i have to run as administrator in order to do so. I have two servers of win 2003. one is 32 bit and the other is 64 bit. When i run this application on my 32 bit i have no…
user175084
  • 4,550
  • 28
  • 114
  • 169
0
votes
1 answer

Running a 32-bit window service which loads a 32-bit dll as a 64-bit service

Here's the situation - A window service which I am coding uses Linq2Excel, which insist the invoking application to be complied against x86. However, the window service is to be installed on a 64-bit Windows server. Using corflags, I am able to get…
Extrakun
  • 19,057
  • 21
  • 82
  • 129
0
votes
1 answer

when entering pip install numpy recieved syntax error

new to python and trying to learn some data science, Ive downloaded python 3.8.3 for windows64 two the few things I learned at during the short free trial. when trying to install numpy I received a syntax error, even though pip was imported and the…
0
votes
0 answers

Increasing array dimension limit in GNU Clisp on Windows

I statrted learning commmon lisp using Clisp version 2.49 on windows 10. I downloaded Clisp through This link, which the official site links to. It is a 32-bit version, and I could not find a 64-bit version (my system is 64 bit). Anyway, I tried to…
chuck
  • 1,420
  • 4
  • 19