11 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for JohnMcPherson

Hello, my name is John McPherson, and I write C code for the U.S. Department of Labor. I am in the process of converting C code for a lot states from a 32-bit system to a 64-bit system. Some states have been converted, and most have gone smoothly, but one …

Member Avatar for JohnMcPherson
0
782
Member Avatar for krieg

Okay, so I am learning Assembly and I started with 32bit and `bswap` seemed to work fine. Now I have this code main.c #include <stdio.h> #include <stdlib.h> extern int asm_proc(void); void print_bits(unsigned long long bits) { for (int i = 0; i < sizeof(unsigned long long) * 8; i += …

Member Avatar for krieg
0
812
Member Avatar for khushhappy
Member Avatar for kirtee2209

Hi. I have a c# project created in Visual Studio 2010. The project runs successfully on Windows XP 32bit but I get an error when building on Windows 7 64bit. The error is as follows: Could not load referenced assembly "C:\WINDOWS\system32\stdole.dll". Caught a FileNotFoundException saying "Could not load file or …

0
265
Member Avatar for KenSquare

I am an amateur programmer that helps build some solutions for my company. I have an application that I did not originally create, but I have done a lot of modification. I think it was originally built VB 2005 and converted to VB 2010 where I have done most of …

Member Avatar for Ancient Dragon
0
600
Member Avatar for mblan180131

so... whats up with the x86 thing for 32 bit if 64 bit is x64? sorry for being so brief, im on a cell phone.

Member Avatar for Assembly Guy
0
238
Member Avatar for spetro3387

I am compiling some source that is linked to two packages. One is OpenCV and the other is a driver library for an infrared camera. The company only provides a 32-bit version of the library via an rpm package. I compiled OpenCV from source and it's libraries are installed in …

Member Avatar for spetro3387
0
5K
Member Avatar for ggeoff

Hi I have a Dell Precision workstation 490 and increased the initial one GB ram (two 512MB sticks) to five by adding two 2GB sticks after I upgraded the op system to Windows 7 Pro 64bit and I have installed the most recent BIOS. There was no problem, the system …

Member Avatar for yoakim
0
357
Member Avatar for shinsengumi

Hello all. I've previously created a working socket program in C in a 32-bit machine and now I have to transfer it to a 64-bit machine. May I ask if there is anything I have to change in my program to make it work in a 64-bit machine? I did …

Member Avatar for Ancient Dragon
0
594
Member Avatar for SergioEspaillat

My specs are AMD Athlon(tm) 64 x2 Dual Core Processor 4200+ 2.20Ghz 2 GB Ram ATI Radeon X1550 series I know I can Run it but isn't 64 bit if you plan on installing more than 2 GB Ram? Wouldn't it be useless if I don't buy more ram? If …

Member Avatar for jbennet
0
352
Member Avatar for cbusen

I've been getting update errors now for a while and i can't seem to fix it with my copy of the software. Every time I go to the page to scan for updates, I click on it and it comes back with this message: Windows Update has encountered an error …

Member Avatar for cbusen
0
171

The End.