Questions tagged [win64]

all versions of the Windows operating system that run on 64-bit architecture

This tag covers all general programming issues for software running on Windows 64-bit operating systems (XP, 2003, Vista, etc.).

For programming questions about 64-bit architecture that are platform and operating system independent (in other words, for Linux, Mac, Windows, etc.), simply use the tag.

Check serverfault.com or superuser.com for general questions on the 64-bit architecture and its hardware.

See Microsoft's Programming Guide for 64-bit Windows for more information on programming for Windows 64-bit architecture.

222 questions
0
votes
1 answer

NullPointerException thrown when instantiating and OleControlSite on Windows 7

I am getting a NullPointerException when trying to open excel from SWT. Sadly I can't post the full stacktrace and some of the code because it has references to the company that I work for. Hopefully someone has run into this issue before and might…
0
votes
1 answer

running QT Jambi applicantion on Win64

I've been evaluating QT Jambi for an application I'm developing, and on the way I've read that QT Jambi faces some troubles at development time on Win64. However, I won't develop on Win64 so it doesn't matter for now, but what I really need to know…
0
votes
2 answers

Does sprintf_s have specific usage requirements for win64 vs. win32?

The following code snippet is an extraction and simplification of a running SW I am reverse engineering (I tried to emphasize the problem without bothering you with all the small details). Building the following code on a win64 machine causes crash…
NirMH
  • 4,769
  • 3
  • 44
  • 69
0
votes
1 answer

Reliably detecting OS architecture in a Windows Desktop Gadget

I have some Javascript code that will programmatically register an COM interop assembly by writing all the necessary keys and values to the registry. An older version of this COM object was written in VB6 and didn't work correctly on x64 versions…
Andy E
  • 338,112
  • 86
  • 474
  • 445
-1
votes
2 answers

Opening Windows console for stdin/stdout/stderr for both of win32 and win64 in C

First of all, I'm not a Windows programmer (not even a Windows user), I use cross-compiler on Linux to build also for Win32 and Win64. After digging the Net (and even asking a question here) I've managed to put a code fragment together which can…
-1
votes
2 answers

PHP mail() win64

Is it possible to use PHP mail() on localhost in 64-bit Win10? I use xampp to run localhost and tried to use this function, but it returns error Socket Error #10060Connection timed out. I used this configuration on 32-bit Win and there was no…
Rafael
  • 91
  • 2
  • 12
-1
votes
1 answer

Flat addresses for TEBs in another process?

Win32 system structures like TEB, PEB and so on are easy to find for the current process, by accessing the TIB relative to FS/GS like NtCurrentTeb() and the TLS functions do. Doing the same in another process would require code injection for…
DarthGizka
  • 4,347
  • 1
  • 24
  • 36
-1
votes
1 answer

Using cef for win64 - How to enable fullscreen

I'm using CEF and have built the cefsimple.exe. I can include any html file to the simple_app.cpp which will start after the doubleclick. But how is it possible to start this cefsimple.exe in fullscreen mode? Which build do I need? I work with…
-2
votes
1 answer

SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 116

SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81 io.github.bonigarcia.wdm.WebDriverManagerException: io.github.bonigarcia.wdm.WebDriverManagerException: chromedriver 113.0.5672.63…
-2
votes
1 answer

delphi asm code win32 vs win64

My project in Delphi 10.1 has some assembly functions like this: function MyFunc: Word; asm PUSH 0 FNSTCW [ESP].Word POP EAX end; I need compile project in win64, but some lines like POP EAX has E2116 Invalid combination of…
-2
votes
1 answer

How to access 64-bit registry from a 32-bit process?

I have a program that integrates with explorer context menu. It works properly in Win32 but not in Win64. I've compiled the shell extension to Win64 but now I want to register that The DLL file from the main program is 32 bit and I also want to keep…
drjackool
  • 483
  • 1
  • 4
  • 9
-3
votes
1 answer

Delphi 11 TShellTreeView causes access violation on Win64 platform at application startup

TShellTreeView component in Vcl.Shell.ShellCtrls unit causes an access violation in TWinControl.DefaultHandler() on Win64 platform at application startup when the form initializes. To reproduce the bug: Create a new VCL Forms application and put a…
malom
  • 223
  • 2
  • 11
1 2 3
14
15