Tagged Questions

1
vote
2answers
40 views

Java loading library windows 7 64bit

I have a java webstart program, it runs on xp, osx, vista, and windows 7. I just tried to run it on windows 7 64bit and it is having a problem loading a library. On this win7x64 ma …
1
vote
1answer
47 views

Moving an App from 32 bit to 64 bit

We have a Windows Service app written in C# targeted for AnyCPU. It runs on a Win2003 (32bit) server. Recently it started to run out of memory. What is involved in redeploying th …
0
votes
0answers
71 views

What’s so hard about an OS upgrade from 32-bit to 64-bit? [closed]

Windows and Ubuntu can't do upgrades from 32-bit to 64-bit. Why isn't it just a matter of copying over 64-bit versions of the files? (I'm asking this here as I would think there i …
1
vote
9answers
238 views

Does Visual Studio 2008 work well with Windows 7 pro 64bit

I am just about to buy a Dell Studio 15 Laptop with Windows 7 Pro 64bit Has anyone faced any issues in installing or working with Visual Studio 2008 on Windows 7 Pro. Or do I need …
1
vote
5answers
245 views

What is faster on division? doubles / floats / UInt32 / UInt64 ? in C++/C

Hi everyone, I did some speed testing to figure out what is the fastest, when doing multiplication or division on numbers. I had to really work hard to defeat the optimiser. I got …
0
votes
1answer
32 views

Encoding/decoding CGFloat on 32- vs 64-bit

I'm converting an app to work in 64-bit. The Apple docs state that the CGFloat type is a float on 32-bit and a double on 64-bit. If that is so, how do you handle encoding/decoding …
0
votes
1answer
40 views

How to compile a Website to use 32-bit Oracle Client on 64-bit Windows

I have received this error after updating to Windows 7 64-bit and then running an existing .NET Website. [InvalidOperationException: Attempt to load Oracle client libraries threw …
1
vote
2answers
78 views

How do I make OS X 10.6 compile JSON::XS as 32-bit instead of 64-bit?

I compiled Perl 5.10.1 under OS X 10.5. It was compiled as a 32-bit program. I have since upgraded to OS X 10.6. My version of Perl 5.10.1 continues to work fine, but I just tri …
0
votes
2answers
90 views

Fortran: 32 bit / 64 bit performance portability

I've been starting to use Fortran (95) for some numerical code (generating python modules). Here is a simple example: subroutine bincount (x,c,n,m) implicit none integer, inte …
0
votes
2answers
68 views

Is a 32-bit ASP.NET app running on 64-bit Windows LARGEADDRESSAWARE

I have an existing 32-bit ASP.NET application that used 32-bit unmanaged DLLs. If I run this on a 64-bit OS, will it automatically be LARGEADDRESSAWARE (i.e. have access to the fu …
4
votes
3answers
1k views

Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: 80040154.

I developed a Windows service using C#.NET to generate PDF report. To generate PDF file I am using a third party dll. The application is running in my Windows XP platform. When I d …
2
votes
3answers
730 views

Mac OSX 10.6 compiler: a puzzling experience with 32 vs 64 bit.

I have trouble understanding the gcc compiler provided by OSX 10.6 snow leopard, mainly because of my lack of experience with 64 bits environments. $ cat >foo.c main() {} $ gcc …
0
votes
1answer
31 views

BHO plugin not working for IE7 on 64bit OS

Hi all, The BHO which works smoothly on IE7 32bit XP/Vista does not work for IE7 on 64bt XP/Vista. I suspect the problem is with registering the BHO assembly. Can anyone has a goo …
12
votes
7answers
646 views

Determining 32 vs 64 bit in C++

I'm looking for a way to reliably determine whether C++ code is being compiled in 32 vs 64 bit. We've come up with what we think is a reasonable solution using macros, but was curi …
-1
votes
7answers
177 views

Creating 64-bit applications

If I have a 32-bit application written in C#, what do I need to do to convert it 64-bit? I'm assuming its more complicated then simply changing the target machine to 64-bit in Visu …

1 2 3 next
15 30 50 per page