35 Topics

Member Avatar for
Member Avatar for JwAlstrom

**Windows7 - UpGrade ???? I have Win7 Home Premium 32 bit - ordered by mistake - I want the 64 bit version** - or - **Professional 64 bit** - - for more memory use - Is there an **"UpGrade"** for Win7 I can purchase **without** starting over and **paying the …

Member Avatar for rproffitt
0
1K
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 William Hemsworth

I'm working on a program that requires some very low level optimization. My question is, when precision isn't an important factor, how can I automatically use the most efficient floating point type for whatever architecture the program is being run on? As far as I'm aware, floats are more efficient …

0
193
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 RainaAnja
Member Avatar for G_Waddell

Hi all, I have a Windows 7 64 bit client that is running a 32 bit of software and so needs a 32 bit ODBC connection to the database. I of course ignored the Administrative Tools > ODBC manager because that will open the 64 bit and instead went to …

0
211
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 Michael_SB

Hello; I got some kind of infection or something last week, which caused my virus software not to update, and finally my computer to totally crash and would not reboot. I successfully recovered my system from an image (it was one level up of messy from actual system restore - …

Member Avatar for JohnKing420
0
934
Member Avatar for reloadmvp

SO guys I am supposed to be making a program that will check for a palindrome but, I can not get my code to work. It seems to be stuck on the cmp part. I am not sure if this is even right I dont have much experience with masm. …

Member Avatar for turboscrew
0
1K
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 ImZick

Hi i finally done my first project and thanks to those who help me here in daniweb. Special mentions @Reverend Jim and @TnTinMN. But when i run the setup to install it in another computer which is a 64bit. My project didnt connect to the database which is access. But …

Member Avatar for ImZick
0
211
Member Avatar for robert99x

I previously used 32bit Python 2.7 on Windows Vista. My new PC is Windows8 and 64 bit. I would like Python to work with Microsoft Office Excel. Is the best / simplest way forward to stick with 32 bit Python and 32 bit Excel? Can you mix 32 bit Python …

Member Avatar for vegaseat
0
308
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 JwAlstrom

. Windows-7 - 32-bit upgrade to 64-bit - I have 32-bit Win-7 Home premium. Is there an UpGrade to Win-7 64-bit Home Premium or PRO - **without starting over and paying the full cost** to MicroSoft? . "Branded" versions of Win-7 PRO - these are sold at a much lower …

Member Avatar for JorgeM
0
331
Member Avatar for sunfizu
Member Avatar for Lynn

I recently upgraded to Windows7,from Vista. When we opened the box, there were two discs. I wanted to install the 64bit version. When we inserted the disk into the drive it said it couln't install as there was Vista 32bit on the laptop. So after looking around in the Microsoft …

Member Avatar for asa111t
1
188
Member Avatar for talhashaikh510

type msinfo32 at the run option & press enter then watch carefully system type if it is written "X86-based PC" your processor is 32 bit & if "X64- then 64 bit processor

Member Avatar for sheikhali449
0
144
Member Avatar for mukhavele

Hi I am Luka Mukhavele, a music researcher and performer from Mozambique. I enjoyed working with the xenyx 1204, as it gave me excellent results. However, after I upgraded my system to a windows 7, 64bit everything was over, as the the drivers were incompatible. Since then I have been …

Member Avatar for Cronicle8
0
191
Member Avatar for rajshrimohanks

I came across [this](http://www.daniweb.com/software-development/cpp/threads/189901/screen-capture-program) program in the C++ section. How to do something similar in C? Let me elaborate. I want to read the colour values of individual pixels in at the rate of at least about 25Hz. I have a nVidia GeForce GTS450 graphic card and Windows 7 64-bit/Linux …

Member Avatar for rajshrimohanks
0
2K
Member Avatar for jdelgado08

Hello guys, i'm trying to compute the area of a triangle using the Floating-Point stack (FPU87), but i'm having an issue outputting my value. I'm computing the area using Heron's formula: T = sqrt{s * (s - a ) * (s - b) * (s - c) } Note: s …

Member Avatar for ActiveProfessor
0
459
Member Avatar for jdelgado08

Hey guys, I'm fairly new to assembly & i'm having trouble iterating through an array; i.e. increasing the index as I loop. I'm working under x86-64 in Linux using NASM. There doesn't seem to be much documentation on the 64-bit architecture. Also, the book i'm using seems to code all …

Member Avatar for jdelgado08
0
1K
Member Avatar for sumit3gupta

GUYs, pls help me in installing openCV in win7 64-bit, i downloaded opencv 2.3 its round about 141mb and it has some cmake files. i got it from here [url]http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.3.1/[/url] and i dont know how to proceed further?

Member Avatar for haroonaejaz
0
297
Member Avatar for ggeoff

Hi I have a number of problems trying to sort out a home network of two desktops one running Vista Home Premium another running XP Pro. There are also three laptops: two running XP Pro and one running Windows 7 64bit. All five PCs can access the Internet this is …

Member Avatar for ggeoff
0
232
Member Avatar for mah300274

I am working on a laptop and the processor can support 64bit, but it is only 1.6Ghz (dual core). He said it has been running slow lately (I am sure it is mainly malware) but was trying to get him to put Linux like Ubuntu or Debian. (I am thinking …

Member Avatar for caperjack
0
437
Member Avatar for cbusen

I'll prob post this thread in a couple places because of all the things it is and what its capable of...anything for help right? anyhow, here is my problem. I finally got Fallout: New Vegas, works fine but not for long, as soon as i go to start a game, …

Member Avatar for stbuchok
0
190
Member Avatar for zalia64

Help! I need to write some code for SIMD, 64-bit Intel X86. I am fluent with Masm; Where can I get a Masm version for 64-bit, and some documentation as to the changes in registers, changes in instructions set, etc? Anybody here has some experience with AVX ? any usefule …

Member Avatar for Tahir007
0
742
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

The End.