Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
232 views

WiX project error when opening up solution in Visual Studio

I have a solution with a WiX project in it. Everytime I open it I get an error and then the WiX project is displayed as unavailable. The error is: Setup\Setup.wixproj : error : Error HRESULT ...
2
votes
0answers
102 views

Get Filename from External Process File Handle for Win64bit - C#

can somebody please help me. I want to get the filename that corresponds to a file handle of an external process. Currently i managed to do that only on Win32bit and not Win64bit. Is code signing ...
2
votes
1answer
166 views

A multitude of problems trying to install Python bcrypt on Windows (x64)

This problem has been mentioned elsewhere, but it does not provide a working solution, so I would still like to keep a ticket open. c:\Users\me\Desktop\temp\py-bcrypt-0.2>setup.py install build ...
2
votes
1answer
131 views

Running PHP on 64 bit Windows platform - issues?

We need to have our PHP application hosted on a 64 bit Windows OS due to another application's requirement. However, reading a bit more on the topic revealed that the PHP implementation is only for a ...
2
votes
1answer
336 views

What changes I need to make to my WCF application to run on 64 bit OS?

I have a C#/WCF application (hosted in windows service) which was deployed and tested on 32 bit Windows server. Now I need to deploy it for production. My network team suggested to deploy it on 64 bit ...
2
votes
3answers
3k views

Configure ASP.NET to use x86 on x64 Windows

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
vote
1answer
355 views

32-bit Keyboard Hook unexpectedly works in 64-bit apps, but is hanging Outlook

Have been reading a lot about this one and the picture just gets muddier. I have a 32-bit app that installs a KeyboardHook to wait for a global hotkey and wake up. Running it on Win 7 x64 edition I ...
1
vote
2answers
408 views

Makefile on Win 64

I am working on Windows 64 and we need a makefile for our project. We have an existing makefile foe Win 32 and don’t know how to set the 64 bit environment from make file. If anyone did it or have ...
1
vote
2answers
558 views

Perl script works OK in command prompt, but fails on ODBC as a CGI script

Issue: Perl script works fine in command prompt, but fails on ODBC as a CGI script Settings: Win XP Pro 64 bit version 2003 SP2 Apache 2.2.17 Win32 Active Perl 5.12.2 (not Perl64) an ODBC DSN is ...
1
vote
1answer
144 views

ODBC SQLBindCol error on Win 64

I am getting following error error C2664: 'SQLBindCol' : cannot convert parameter 6 from 'SQLINTEGER *' to 'SQLLEN *' 1> Types pointed to are unrelated; conversion requires reinterpret_cast, ...
1
vote
2answers
1k views

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 ...
0
votes
1answer
35 views

How to install Feedparser5.1 for python 3.2 windows 64 bit.

im a python noob and I need help desperatly. I have tried FOREVER aka the past 2 weeks to install feedparser for python, and failed miserably. Ive read the readme, tried searching the internet, and ...
0
votes
3answers
82 views

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 ...
0
votes
1answer
214 views

pyserial for Python 2.7.2

I'm new to Pyton. 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. ...
0
votes
0answers
88 views

Cheetah 2.4.4 C Namemapper not working on python 2.4.3

I'm using Cheetah and Python for creating documentation for our project usin YUIDoc, so i had to install Python 2.4.3 followind the YUIDoc install instruction. I downloaded all dependencies and ...
0
votes
1answer
97 views

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. ...
0
votes
1answer
123 views

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 ...
0
votes
1answer
357 views

compile sip on windows x64

I want to compile PyQT for windows x64. I'm following the instructions of this article I am having a problem when I try to compile sip. I could call the configure command. Then when I do nmake I ...
0
votes
1answer
226 views

Windows 64 bit porting issue

Windows 64 bit porting issue. We have few projects, which are compiling my makefile. These make file working fine on Windows 32 and Visual Studio 2005. For Windows 64 porting, we are using Visual ...
0
votes
1answer
426 views

Installing addtional Vim helptags on Windows (x64)

I have been finally trying to get up to speed with Vim, in this case on Win 64 So I have Vim installed in C:\Program Files (x86)\Vim\ and I have added the DB plug in which seems to be working but I ...
-1
votes
1answer
51 views

Mysql local installation on windows 64 machine [closed]

I'm trying to install MySQL on my Windows 64-bit using XAMPP, EasyPHP but it doesnt seem to work. I cannot access phpmyadmin. Can someone please help me with the problem?