Questions tagged [vista64]

64 Bit version of Windows Vista

64 Bit version of Windows Vista

60 questions
0
votes
2 answers

Where will I find WOW64... defines on my setup (VS 2005 on Vista 64, C++)

I got a project from the web. The "solution" and the "projects" files were coded for VS2010 but I changed the version numbers and I could load them in my VS2005. I tried to build the solution and I get errors like: 'WOW64_CONTEXT': undeclared…
dom_beau
  • 2,437
  • 3
  • 30
  • 59
0
votes
3 answers

Consequences of Java 32bit on Win(any) 64bit?

I am trying to install JAI (Java Advanced Imaging) 1.1.3 in my Vista 64 and it says that in order for it to be installed JDK 1.3 and up must be installed. The problem is that I have already installed the latest JDK for Win64 and it seems that it is…
imoschak
0
votes
1 answer

QProcess setEnvironment has no effect?

I'm trying to start a program using QProcess (Qt4.4 on vista64bit, developing in MSVC2005). The program is not in the path so I tried to add the directory the program is in to the QProcess environment, in a way similar to what gets demonstrated in…
andreas buykx
  • 12,608
  • 10
  • 62
  • 76
0
votes
1 answer

How to configure ipy_user_conf.py to get IPython to to start with the right IDLE set as editor?

64-bit Vista Python 2.6 IPython 0.10 Also have Python 2.7 and 3.1 My ipy_user_conf.py has example lines showing how to set an editor. I've tried ipy_editors.idle() but [C:Python26/Scripts] |4>ed xxx.py Editing... > C:\Python26\lib\idlelib/idle.py…
NotSuper
  • 309
  • 1
  • 3
  • 14
0
votes
1 answer

Error of screen resolution using PrimaryMonitorSize or Caps

I have serious problems to detect screen resolution under vista64. I have 2 methods using C# to find the resolution backside of a webpage. Client side resolution using javascript is fine but backside nothing is correct. int deskWidth =…
user325558
  • 1,413
  • 5
  • 22
  • 35
0
votes
2 answers

Problem with using driver on Vista 64bit

This is a chronological continuation of this question. I have simplified my board so it runs well with the DDK version of BulkUSB on 32bit versions of XP and Vista, but I'm not able to install it on Vista 64.(built with amd64 fre) I've been able to…
SurDin
  • 3,281
  • 4
  • 26
  • 28
0
votes
1 answer

TortoiseHg 3.3 "Failed to open path in terminal"

I'm using the 64-bit version of TortoiseHg 3.3 on Windows Vista64, and when I navigate to the Repository --> Terminal I get the following error: I guess that I need to change a setting somewhere, and I do not know where to look. I did navigate to…
nu everest
  • 9,589
  • 12
  • 71
  • 90
0
votes
4 answers

Remote desktop client to connect to Linux from Vista x64

I am looking at connecting to a openSuse 11.1 Beta 3 virtual machine from my Vista 64-bit development workstation. I found UltraVNC Viewer to be the only option for this purpose. Is there any other clients that I can use to connect from Vista to…
indyfromoz
  • 4,045
  • 26
  • 24
0
votes
4 answers

VS2005 SP1 breakpoints in Vista Ultimate 64 not working

I just migrated to Windows Ultimate 64 SP1, because my system's hard drive crashed. I installed Visual Studio 2005 SP1 and all the patches that Microsoft has recommended. I finally got my source code from my SCM, but now debugging does not stop on…
Hector Sosa Jr
  • 4,230
  • 27
  • 30
0
votes
1 answer

Visual Studio 2008 - Focus on textbox doesn't work when run from VS2008 as admin

This is a minor, esoteric problem and not a showstopper, but I'm wondering what other VS2008 idiosyncrasies are out there. If you make a web app, add a textbox and run a focus function for the textbox on page load, it works when you run VS not as…
Steve
  • 5,802
  • 12
  • 54
  • 76
0
votes
1 answer

Some help working out kinks in a .bat

My current .bat file is as follows: @echo off rem iTunes tasklist /FI "IMAGENAME eq itunes.exe" /FO CSV > "C:/ForStartingStuff/ForItunes.log" FOR /F %%A IN (' "C:/ForStartingStuff/ForItunes.log" ') DO IF %%~zA EQU 0 GOTO end cd "C:\Program Files…
Jibe
0
votes
3 answers

Incorrect QFileInfo permissions for user desktop on vista 64

I am using the following code to determine if I can write to a specific directory using QFileInfo: QFileInfo dinfo(dirname); if (dinfo.exists()) valid = dinfo.isWritable() Unfortunately, when I pass in the path of the current user's desktop on…
Joe Corkery
  • 2,564
  • 3
  • 18
  • 26
0
votes
2 answers

Django apache mod-python setup (vista)

I am trying to setup my development environment on my local vista machine (django+apache+mod-python+postgres) and for some reason I can't load the settings. Everything works on the built-in server but not under apache. Here is my…
Eeyore
  • 2,126
  • 7
  • 33
  • 49
0
votes
2 answers

No applications available to install on Web Platform Installer on Vista x64

When I use the Web Platform installer on Vista x64 Business it doesn't list any of the applications (such as DotNetNuke or SubText). Has anyone got it to work on Vista 64?
Daniel O
  • 2,810
  • 3
  • 28
  • 35
-2
votes
2 answers

How can I get a 64 bit USB driver to load in Vista 64

I am working in Vista 64 bit system. I have a 3rdPartyUsbDriver.sys and 3rdPartyUsbDriver.inf files. I have made the neccesary changes to the vendor & product IDs in the inf file, to work with my custom hardware. This installs and works in 'Unsigned…
jyoung
  • 5,071
  • 4
  • 30
  • 47
1 2 3
4