windows64 Questions
8
Solved
Have installed 11g in Windows 7 (64 bit machine). Since the SQL developer wont work with 64 bit jdk.
Installed the 32 bit jdk1.7.0
and changed the ORACLE_HOME\sqldeveloper\sqldeveloper\bin\sqldeve...
Sarcoid asked 8/4, 2014 at 6:54
3
I am trying to install pymqi on windows 64-bit machine.
"pip install pymqi" gives an error
Collecting pymqi
Using cached https://files.pythonhosted.org/packages/15/d9/b5babbd3f296b47a9d8bca417c...
Louvenialouver asked 23/5, 2019 at 19:37
9
Solved
I'm new to Python. According to the internets I was looking for the module pyserial after receiving this error:
ImportError: No module named serial
I first tried to install pywin32, it went well...
Matilda asked 13/12, 2011 at 14:47
13
Solved
I have recently tried to install Python 3.4 as an alternative installation on my system in an attempt to familiarise myself before migrating code. My main Python installation is 2.7.6.
I tried the...
Ranged asked 28/4, 2014 at 19:51
14
Solved
I found out that it's impossible to install NumPy/SciPy via installers on Windows 64-bit, that's only possible on 32-bit. Because I need more memory than a 32-bit installation gives me, I need the ...
1
Solved
I am using RDTSC and RDTSCP in NASM to measure machine cycles for various assembly language instructions to help in optimization.
I read "How to Benchmark Code Execution Times on Intel IA-32 and ...
Clambake asked 10/2, 2019 at 21:43
8
Solved
Need to support some old projects directly in the newest OS, not in a virtual machine.
I've installed VB6 from the VS6 disk #1 successfully, but I cannot install the SP6 for this development envir...
Inerasable asked 10/12, 2013 at 10:51
1
Recently updated CMake to version 3.7.1 from 2.8.1, which was working perfectly.
The update required the removal of the deprecated CMAKE_FORCE_C_COMPILER command from the toolchain file, which was...
1
Solved
Wrapper for `__m256` Producing Segmentation Fault with Constructor - Windows 64 + MinGW + AVX Issues
I have a union that looks like this
union bareVec8f {
__m256 m256; //avx 8x float vector
float floats[8];
int ints[8];
inline bareVec8f(){
}
inline bareVec8f(__m256 vec){
this->m256 = ...
2
Solved
Why can't 64-bit Windows unwind the stack during an exception, if the stack crosses the kernel boundary - when 32-bit Windows can?
The context of this entire question comes from:
The case of the ...
Lothair asked 7/7, 2012 at 16:36
1
Solved
I'm trying to install Feedparser 5.1 for Python 3.2, Windows 64 bit.
I have tried FOREVER (aka the past 2 weeks) to install Feedparser for Python, and have been failing miserably. I've read...
Birkner asked 21/1, 2012 at 21:34
3
Solved
I am trying to deploy GAL Modifier, which is an ASP.NET website which uses Microsoft Access on a Windows 2003 x64 machine. However there is no JET driver on x64 (see here), so the change is to use ...
1
© 2022 - 2024 — McMap. All rights reserved.