A 64-bit architecture is usually a system where addresses (pointers) are 64 bits wide. Sometimes, it can mean a system where the “natural” size for integer computations (the word size) is 64 bits.

learn more… | top users | synonyms (2)

2
votes
0answers
43 views

Write a driver for touch pad

I have a dell vostro 1510 laptop and it only has 32 bit drivers. I installed 64 bit windows 7 and now scroll function is not working. I want to write a device driver for it. Where should I begin? ...
-1
votes
0answers
35 views

PHP Fatal error: Allowed memory size of 1073741824 bytes [closed]

I know it is duplicate, but i couldnt found appropriate answer by searching. Error: Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 12 bytes) in ...
-2
votes
0answers
12 views

Allocating 8GB memory to MySQL on a 64bit system [closed]

Specs - MySQL 5.0.x , Redhat 5.9 , Physical memory - 16GB I am trying to set innodb buffer pool size to 8GB (innodb_buffer_pool_size=8G). When i do, and start mysql, i get following error - ...
0
votes
0answers
17 views

Ported to VC6 32bit 64bit to appear iterator.h functions.h compile error

vc6.0 prepared the 32bit DLL in x86 environment compile and run without any problems; to the dll ported to the x64 environment, VC6.0 compiler, the process is as follows: Install Microsoft Platform ...
-1
votes
0answers
42 views

Skype for Ubuntu 12.04 LTS 64 bit [closed]

Where can I get Skype for Ubuntu 12.04 LTS 64 bit. I have searched every blog. Tried every method. It shows some missing dependencies. Tried installing them too. No Luck! Missing Dependency: ...
1
vote
0answers
26 views

How can i install mysql-client of 32bit into ubuntu 12.04 of 64bit?

jinlong@long:~$ sudo apt-get install mysql-client-5.5:i386 [sudo] password for jinlong: Reading package lists... Done Building dependency tree Reading state information... Done Some ...
-1
votes
0answers
4 views

“Install Backtrack” icon STILL on desktop [closed]

I installed backtrack5 following the wiki guide from http://www.backtrack-linux.org/wiki/index.php/Install_BackTrack_to_Disk And the icon persists to stay on the desktop, the guide is very easy and ...
0
votes
1answer
29 views

Issue compiling using py2exe on Windows 7 x64

I'm using py2exe to compile my script into an exe file to run on Windows, but I'm hitting errors based on my OS, which is Window 7 x64. I'm running the below script in cmd using execmaker.py py2exe: ...
0
votes
0answers
9 views

Taskkill 64bit java.exe and keep 32bit java.exe

I'm working on Windows 2008 server 64bits with - Jenkins - Selenium Hub/Node The Jenkins site launched using java.exe *32 Selenium Hub/Node launched by a Jenkins jobs with java.exe (I assumpt it's ...
-2
votes
3answers
47 views

How to install Python modules on Windows 7 64-bit [closed]

I would like to know how can I install Python packages on a Windows 7 system? I've followed more guides than I can count and all ended up in failure, unfortunately. And since I am new to Python, can ...
0
votes
2answers
42 views

All android project fail to compile on Eclipse - Windows8 64 bit

Just downloaded FacebookSDK - tried to compile and - “R cannot be resolved to a variable” error. Create new empty project - “R cannot be resolved to a variable” error. even when open old working ...
1
vote
0answers
63 views

Assigning string to char pointer in 64bit C++ error

I am stucked in a problem assigning a string to a character pointer. It seemed that the character pointer is taking only first 256 character of the string. My working in 64bit platform. Also the same ...
0
votes
0answers
25 views

linking a static(.a) library with a shared (.so) library, getting error “relocation R_X86_64_32S against a local symbol; recompile with -fPIC”

Compiling with g++ 64 bit in redhat using eclipse. Compile Error: ../lib-EL5-64bit/libskd3_clnt_30134500.a(skd_clnt.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a ...
2
votes
1answer
44 views

Use printf to print the values referenced by an array of pointers

The image shows how I have loaded the addresses of the Array of 10 byte elements as the values to a pointer array. I intend to sort this array, LATER. For now I am stuck trying to dereference these ...
0
votes
1answer
20 views

linker error after changed the type of c++ project from x86 to x64

I had a project which was compiled and liked well, but I need to linked it with a 64 bit library and I tried to change the type of project to 64 and now the project doesn't linked correctly. The ...
0
votes
0answers
26 views

linker error when building an applicatio which uses QT

I just compiled qt as explained here: Compiling Qt 4.8.x for Visual Studio 2012 But when I am compiling my code which was written by somebody else, I am getting this rror: Error 74 error ...
0
votes
1answer
33 views

CentOS 64bit RPM with 32bit dependencies

I have a helper rpm package which is used to install the necessary dependencies in order for some software to work; the problem is that the dependency packages required are the 32bit ones, which can't ...
4
votes
2answers
153 views

Assembly calls to System unit functions on FreePascal x64

I have some Delphi/assembly code that compiles and works fine (XE2) for Win32, Win64, and OSX 32. However, since I need it to work on Linux, I have been looking at compiling FPC versions of it (so ...
0
votes
0answers
35 views

Drawing a Triangle (myprog.exe has stopped working)

I did all the steps of the next link: http://www.directxtutorial.com/Lesson.aspx?lessonid=11-4-5 Unfortunately, when I run the program, I get: myprog.exe has stopped working If I change the ...
0
votes
0answers
60 views

ODBC Error Office 2013 Windows 8 64 bits

I am developing an C# .Net application that uses an odbc driver to make queries into an excel sheet. That application had been working for several years now. Recently a problem occured when i tryed to ...
0
votes
0answers
18 views

BoxedAppPacker won't run my x64 executable

Summarized version of my problem: I made a application in .NET which extracts some files to "%TEMP%\Virtuosa Loader\" and when the files are extracted the application launchs a 64 bit process ...
2
votes
1answer
33 views

How to generate 64 bit .dll which gcc compiler or other. Can't load IA 32-bit .dll on a AMD 64-bit platform

Hi I didn't find solution how to create 64 bit dll. And use it's native c++ methods. I use Java code metodynatywne.java : class metodynatywne { static { System.loadLibrary("metodynatywne"); } ...
0
votes
0answers
15 views

nginx binary files not available linux

Hi I have a requirement like that i should be able to install nginx in a machine that doesnt have internet connection so below are the approaches that i tried created a debian package from the ...
-1
votes
1answer
32 views

How can i get my emgu function to work on x86?

I made a c# project with emgu CV in x64. It does a template-match. However I now realize i need it to work on x86 systems. When i change this in the build settings i get this error: An unhandled ...
2
votes
1answer
47 views

Incorrect 64-bit division

I am multiplying a 32-bit number with the same number to get their power of 2. Then I want to get certain bits and leave the rest, but the result gets out rounded and not exact. For example, what I ...
0
votes
1answer
33 views

Is there separate intrinsic for bitset64 in Visual Studio C compiler?

I need to set nth bit of 64 bit integer to 1; There is an intrinsic (documented here http://msdn.microsoft.com/en-us/library/z56sc6y4(v=vs.90).aspx) : unsigned char _bittestandset64( __int64 *a, ...
-3
votes
0answers
10 views

film.mp4 not start in window explorer 64bitt [closed]

123gratisfilm.nl Demo-Film http://www.bennaakt.nl/java/test.html Movies I upload my own windows server in germany at Strato, can not play on Windows 7 64bitt with windows internet explorer. can you ...
0
votes
3answers
33 views

Determine Excel Bitness in InstallShield 2012

I am building an installation package using InstallShield 2012 for an Excel add-in. Because MS Excel has 32-bit version and 64-bit version, I need to build installation packages separately. Ideally, ...
-1
votes
0answers
17 views

64-bit windows web server R2 64gb(32 useable) [closed]

i have a new server bought this server have 64GB ram it says but in the control panel says it 64gb(32 useable) I have windows web server 2008 R2. is there any solution to change that to 64GB ram? I ...
2
votes
0answers
57 views

Is there any reason that a jpg Image would look the same (to the human eye) but have different actually binary data when rendered in x32 vs x64

I have a regression test that essentially loads an image and saves the image, using Image.Save, my problem is that the binary of the image is different when it is saved on the x32 bit system versus ...
0
votes
0answers
49 views

Parameter is not valid exception showing on Bitmap creating when passing memory stream, only happening on 64-bit server

Well earlier it seemed like a similar issue asked in several forums, but in the end no solution given seems to work. I am getting a Base64 string, which is converted to byte array. Then I am creating ...
0
votes
1answer
39 views

How do I add a 64-bit Visio Drawing control in VS 2012?

We are using an embedded Visio drawing control in our application as an automated visualization tool to represent system heirarchies. Code-behind uses Visio interop to create and lay out all of the ...
0
votes
0answers
31 views

How do you use opencv 2.4 in RHEL6 aparently RHEL6 uses GLIBC 2.12 and opencv requires 2.15

I have written a c++ program which uses opencv. It works just fine in Ubuntu, but we are porting to RHEL6. Apparently RHEL 6 (x64) does not have a new enough version of glibc. Error message: ...
-1
votes
1answer
65 views

Force memory allocation to allocate from higher address (>4GB) on 64-bit Linux

Here're what I want to do: I have a library built for 64-bit Linux. Then I created an application linking that library. I want to make sure when I run the application, the memory allocated from the ...
0
votes
3answers
43 views

Convert array of numbers into single Hex value in c

using 'C' program I want to convert an array of numbers into a single Hex value and then into an array as mentioned below. input: unsigned char no_a[12] = ...
0
votes
1answer
18 views

vb.net 32 bit vs 64 bit controls become disabled

I am working on a vb.net winforms application that compiles against the 2.0 framework. My issue is that I am running Windows 7 32 bit machine and my app works fine but when the code is copied over to ...
0
votes
2answers
149 views

Inline Assembly Code to Get CPU ID

I found a nice piece of code here that executes ASM instructions using API calls in order to obtain the serial number of the CPU: using System; using System.Text; using ...
-1
votes
0answers
43 views

C++ Visual Studio 2010 Release Mode Binary crashes on Windows Server 2008 R2 but

I have an unmanaged visual C++ project compiled in 64-bit release mode on Visual Studio 2010 which, when it reaches a certain part of its startup, causes an ntdll.dll appcrash on Windows Server 2008 ...
0
votes
0answers
50 views

Passing Parameters in 64 bit Assembly Functoin from C language. Which Register Receive These Parameter?

I have searched some information from the internet. If I want to pass parameter to the assembly funtion from C, on the UNIX like system, the first six parameters go into rdi, rsi, rdx, rcx, r8, and ...
1
vote
0answers
18 views

Why are the first 4 bytes of 64-bit addresses printed as 0x00000001?

I'm looking at the disassembly of some x86_64 code with Apple's otool. Here's a sample of the disassembly, as outputted by otool: 0000000100055de4 movq $0x00000000,%rax Only the last 4 bytes ...
-3
votes
0answers
39 views

building solution VS2010 Cuda 5.0 Win7 x64

I hope you guys can help me here. I'm trying to build a solution using VS2010 on Win 7 x64. Cuda 5.0. I'm getting this: 1>CudaBuild: 1> Compiling CUDA source file ...
0
votes
0answers
26 views

trayicon.ahk functions not working right on 64bit Win7

Been using trayicon functions in my ahk scripts on an XP machine (32bit) ok getting extended trayicon info cannot seem to get trayicon infomation using these functions on a 64bit (win7) machine ...
0
votes
0answers
19 views

CustomDraw remains in PrePaint drawstage

I am facing some troubles when processing the NM_CUSTOMDRAW message on 64 bit machines. We have an CListCtrl derived class with a CHeaderCtrl derived header (linked via PreSubclassWindow). In the ...
0
votes
0answers
35 views

Platform(x86/x64) dependent files in an InstallShield LE project

InstallShield LE does not officially support 64-bit installers so I am looking for a work around that will let me include a file in an InstallShield LE project based on the platform I select in Visual ...
1
vote
1answer
34 views

max RAM in 32 bit machine

I am aware of possible duplicate questions already in stackoverflow. But those questions do not address my question directly. My understanding is that 32 bit machine uses 32 bit to store memory ...
0
votes
0answers
50 views

Performance of using 32-bit integers on a 64-bit machine

Let's say the application I'm developing only needs 20 bits to work properly (and that's a guarantee), so 32-bit integers are enough. However, it's going to be compiled on a 64-bit machine. The use of ...
1
vote
1answer
155 views

How to install CR10 runtime on win7 64bit

I'm using the Crystal Report 10 viewer ActiveX control in an Access App I've written. Works great in Office 2003 on 32bit versions of Windows. The problem arrises when I try to run the program in 64 ...
0
votes
1answer
43 views

pyinstaller how to create 64 bit exe on 64 bit window without ImportError: DLL load failed: %1 is not a valid Win32 application

I am trying to create 64 bit exe for 64 bit window 8 using pyinstaller. I have used 64 bit python2.7 and pyqt4, numpy-mkl, scipy, scikit, matplotlib, pywin32, MS visual C++ 2008 all are 64 bit ...
-3
votes
0answers
32 views

Hooked WriteProcessMemory and ReadProcessMemory shows address in strange format

I hooked process which uses WriteProcessMomory function and ReadProcessMomory function from kernel32.dll, however it shows strange lpBaseAddress and lpBuffer in some strange format: LPCVOID ...
1
vote
1answer
55 views

CMake FindBoost for -mt-s library suffix

First things first: Windows 7 x64 using Microsoft CL.exe command line compiler with CMake, properly configured on the amd64 Visual Studio command line. I have walked through a few basic problems ...

1 2 3 4 5 65