Questions tagged [windows-7-x64]

for questions specifically about the x64 version of Windows 7.

1819 questions
0
votes
1 answer

wxHtmlWindow::SetPage() crash application when called second time

I need to refresh html in wxHtmlWindow sometimes. But when I set html for the second time - my apllication crashed without any error. code is here What is this and how to avoid crashing? EDIT: After some experimenting i found that code work…
Neka
  • 1,574
  • 4
  • 22
  • 36
0
votes
2 answers

Dependencies description of wxWidgets libraries

I simply want to use wxRichTextCtrl, but I have dependencies, dependencies, dependencies... So, libwxmsw30u_richtext.a has this dependencies: libwxmsw30u_html.a, libwxbase30u_xml.a, libwxexpat.a and more more more. Is somewhere FAQ about such…
Neka
  • 1,574
  • 4
  • 22
  • 36
0
votes
3 answers

On-Demand Python Thread Start/Join Freezing Up from wxPython GUI

I'm attempting to build a very simple wxPython GUI that monitors and displays external data. There is a button that turns the monitoring on/off. When monitoring is turned on, the GUI updates a couple of wx StaticLabels with real-time data. When…
bhilburn
  • 579
  • 7
  • 18
0
votes
1 answer

Internet Explorer 9 limit of number of processes

I am trying to run some tests with Internet Explorer. and I cannot run more than 58 iexplore.exe processes or 29 windows. I have Windows 7 and IE9. Is there any way to run nore than 58 IE processes? Actually I need 100 processes. I use this command…
Zlelik
  • 559
  • 1
  • 7
  • 17
0
votes
1 answer

Changing from 32 bit to 64 bit

My solution in Visual Studio 2012 has three projects. A WinForms project and two VC++ projects (Libraries). Initially all the development was done on a Windows 7 Professional 32 Bit. But recently, my system was updated to Windows 7 Professional 64…
Abhishek
  • 2,925
  • 4
  • 34
  • 59
0
votes
1 answer

alternative to applocker windows 7 professional

Does any one know of a alternative version of applocker? I am running windows 7pro and i would like to Control Policies for each user on our PC. The only thing i really need it to do is block installs of anything with out administrator permissions…
Donavon
  • 51
  • 1
  • 1
  • 12
0
votes
2 answers

Batch/CMD File Accept User Input for Timeout

I'm looking for a way to accept user input for timeout in a batch file. Basically, when the batch program starts, the user will have the option to input a timeout in minutes which will be calculated into seconds and passed as a variable until the…
Omar Abdirahman
  • 721
  • 9
  • 23
0
votes
1 answer

What version of the TWAIN specification does the twain.dll that comes with Window 7 64bit implement?

I'm trying to determine what version of the TWAIN specification I can write my software to utilize and want to find out which version of the specification the twain.dll that comes with Win7 x64 implements. The file info is as follows: File Version:…
BlackICE
  • 8,816
  • 3
  • 53
  • 91
0
votes
1 answer

How to register 2 Browser Helper Object dlls at once into IE11 with EPM on Windows7(x64)?

I made a Browser Helper object for IE11 with Enhanced Protected Mode(EPM) on/off. In order to support compatibility, I made two BHO dll files. One is for 32bit and the other is for 64bit. And I'm trying to install these dll files at once with using…
Kamakuran
  • 33
  • 5
0
votes
2 answers

Install 32-bit VB6 GUI design on 64-bit windows system

I have a GUI designed with visual basic 6.0 on windows 32-bit system. I am trying to install it on windows-64 bit system. When i install it on 64-bit windows system I am getting some problems in GUI like some text is missing on label or…
verendra
  • 223
  • 3
  • 18
0
votes
1 answer

Writing to registry on Windows 7 64-bit by means of JNIWrapper - Performance issue

Our installation uses jniwrapper library. Now, we started installing on Windows 7 64-bit machines and are facing a problem. To write values to registry we use the function com.jniwrapper.win32.registry.RegistryKeyValues.put() As long as we install…
andreasgk
  • 673
  • 1
  • 12
  • 30
0
votes
2 answers

PyBluez and Python 3.3 windows 64 bits

I don't install pybluez on Windows 7 64 bit. In fact, I use pip to try install PyBluez-0.20-cp33-none-win_amd64.whl. (http://www.lfd.uci.edu/~gohlke/pythonlibs/) But I have this message 0.20-cp33-none-win_amd64.whl is not a supported wheel on this…
Your_efr
  • 1
  • 1
  • 2
0
votes
2 answers

exception while calling the scanner document using java

hi i am using java and i am using twain jar to implement read the scanned document from scanner. i am using 64 bit java and 64 bit windows 7. and i added twain 64 related dll in system32. and i am getting these exception…
Sthogari
  • 31
  • 2
  • 7
0
votes
1 answer

Extension download error:Python 27 not detected

I need the pywin32 extension for Python 2.7, and I tried downloading it from different sources like SourceForge and got the same error each time when ran it and opened the blue 'Powered by Python' window: Python 27 directory not found. So I am not…
0
votes
2 answers

Change logged in user to matching workspace owner in Windows 7 VS2012 TFS

I had an issue with TFS on VS2012, Windows 7 that most solutions online did not resolve. There was a workspace with many changes that needed to be checked in which could not be because the user VS defaulted to was always the domain account (windows…
JWiley
  • 3,129
  • 8
  • 41
  • 66