win64 Questions
11
Solved
The question is why I see the error message in the title when trying to import enchant. I am using Win64.
Durden asked 1/4, 2015 at 2:34
4
Solved
I am trying to compile the GLFW quickstart guide (Here) in windows 8 64-bit using mingw. I am using the official 32 bit windows binary from the glfw website.
Everything works fine when I link the ...
5
Solved
I installed postgresql on windows and while the installation it asks to make a user for the account.This made a new windows user in my computer called postgres, I have created a password for it as ...
Dit asked 24/6, 2015 at 13:57
4
Solved
I have Windows Vista 64.
I have some projects requiring Python 2.7.3 64 bit and others requiring Python 2.7.3 32 bit (because some extensions do not work in 64 bit).
How do I prevent the Python 2...
2
The JetBrains Rider I'm using is the latest version, 2019.1.2 (free 30-day trial), from the official website. It's not a broken version.
I have a solution which contains an ASP.NET web API csproj. ...
Eulaeulachon asked 20/6, 2019 at 8:6
4
Solved
I am trying to use PyPy on a Windows 7 x64 machine but do not find any way to do it.
Apparently there is a win32 binary, but no x64 binary or installation guide.
I am currently using Python 2.7.2 w...
3
For a long time I’ve noticed that the Win64 version of my server application leak memory. While the Win32 version works fine with a relatively stable memory footprint, the memory used by the 64 bit...
Bedard asked 11/5, 2012 at 9:35
5
I have a 64-bit-only COM DLL that I want to harvest typelib info from, using heat.exe. But when I attempt to do that, I get the error 193 (bad executable format). Is heat.exe 32-bit only, and canno...
8
0
I'm using RAD Studio 10.2.3 Tokyo.
Research
Related to this question, and this issue I run into trouble when debugging my flagship application that extensively utilizes runtime BPLs as a plugin ...
Eusebiaeusebio asked 29/6, 2018 at 9:4
1
Solved
I ran into a Win64 debugging problem where it looks like we are "missing" debug info. So I did some research and re-created all my .dproj files for our flagship product. This helped, as I...
Dubonnet asked 12/6, 2018 at 7:53
2
I have used vba code in Windows 32 bit. Now that I've migrated to Windows 10 64 bit I got the message "The code in this project should be updated for use on 64-bit systems. Please review and update...
1
I updated from studio 2.2 to 2.3 and here the emulator appears showing "Android is starting" and at various numbers of for example
"Optimizing app 22 of 45." it freezes.
Restarting is not possibl...
Stan asked 30/3, 2017 at 17:48
7
How can an user-space program configure "GS:" under 64-bit Windows (currently XP-64)?
(By configure, set GS:0 at an arbitrary 64-bit linear address).
I am trying to port a "JIT" environment to X86...
2
Solved
(This question is specific to my machine's architecture and calling conventions, Windows x86_64)
I don't exactly remember where I had read this, or if I had recalled it correctly, but I had heard ...
5
Solved
So I am trying to compile legacy app from 32 bit to 64 bit..
I re-compiled all of the libs it used and made it look into WIN SDK6.0A x64 bit for libs..
I am using:
Visual Studio Professional Edi...
Lucilelucilia asked 30/6, 2010 at 17:21
3
Solved
I have a project (C:\Test\Test.dpr) that uses a file (External.pas) belonging to library (MyLib.DPK). All files in the library are accessible via 'Search' path but I also included External.pas dire...
Delwin asked 18/10, 2015 at 15:25
4
Solved
I am running Delphi XE8 and have the GetIt AsyncPro for VCL 1.0 installed. It works fine when I compile my application for 32 bit but fails for 64 bit.
The failure is:
[dcc64 Error] OoMisc.pas(277...
2
Solved
Just started learning x64 assembly and I have a question about functions, arguments, and the stack. As far as I understand it, the first four arguments in a function get passed to rcx, rdx, r8, and...
Cicatrix asked 12/9, 2011 at 18:39
2
Solved
Everything I've read indicates that TRTTIContext is thread-safe.
However, TRTTIContext.FindType seems to fail (returns nil) occasionally when multithreading. Using a TCriticalSection around it fix...
Neuroticism asked 8/12, 2014 at 22:56
4
Solved
I'm a member in a team that develop a Delphi application. The memory requirements are huge. 500 MB is normal but in some cases it got out of memory exception. The memory allocated in that cases is ...
Silma asked 29/4, 2010 at 19:45
1
Solved
I want to copy c:\Windows\regedit.exe to same directory with regedit2.exe name But when I try to copy it,I take an error which say regedit.exe file not found" or sometimes copy it to under windows\...
Genip asked 5/7, 2013 at 11:17
6
Solved
Environment:
Windows Server 2003 R2 Enterprise 64bit, SP2
.NET framework is supposedly installed (2.0 SP2, 3.0 SP2, 3.5 SP1)
I say "supposedly" because they are listed as installed under Add/Remov...
Nettlesome asked 8/10, 2008 at 21:44
3
Solved
I have a 32-bit process that can run either in 32-bit or 64-bit Windows. So, naturally, if the process tried to access the file c:\windows\system32\file.ext, it would be redirected to c:\windows\Sy...
Dogged asked 22/6, 2010 at 15:16
2
Solved
I created a 64bit c++ project in Visual Studio 2010 (under Windows 7 64bit);
I thought I was running a 64bit application, and the following code returned true:
bool is64bit = (sizeof(void*)==8);
...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.