Tagged Questions

0
votes
2answers
24 views

Creating 64 bit CLR C++ projects in VS2008

I am creating a wrapper around a native lib, which comes in both 32 & 64 bit flavors. I have a fairly complex C++/CLR project that includes a number of header files from the na …
-1
votes
0answers
27 views

Structure alignment

for 64 bit (C++) application, natural alignment is better or 8 byte alignment? Thnx
0
votes
1answer
22 views

Is it possible to use iSpring Presenter component in a native x64 assembly?

Works well when set to x86, but don't work when set to x64. Any ideas?.
0
votes
2answers
50 views

32bit application access to 64bit registry

I have an OS Shell written in 32bit that is replacing the Explorer.exe of a Vista machine. I run a utility which is also written in 32bit, which allows to switch between the Explor …
1
vote
1answer
66 views

Visual Studio 2008 on Windows x64 Installation error

I am trying to install Visual Studio 2008 on a Windows 7 x64 machine and I am unable to install it and don't want to give up Windows 7. Below is the error log. [11/05/09,15:21:08 …
3
votes
2answers
71 views

Why are my Visual C++ 2008 x64 builds 5x slower than x86 builds?

I've been trying to improve the build times for my product. We're using continuous integration, and our builds are now taking 2 hours to run. I've looked at the NANT timings and …
9
votes
15answers
676 views

Porting 32 bit C++ code to 64 bit - is it worth it? Why?

I am aware of some the obvious gains of the x64 architecture (higher addressable RAM addresses, ect)... but: What if my program has no real need to run in native 64 bit mode. Sho …
1
vote
2answers
88 views

Running a web application 32/64 bit.

I have a windows web 2008 x64 installation running. Due to the requirement for the application having the ability to import Excel files, I have had to change the web application t …
2
votes
4answers
162 views

Why does new / malloc fail on Win x64 although there is plenty of free RAM?

I have a strongly recursive function, that creates a (very small) std::multimap locally for each function instance using new (which recurses to malloc/calloc in the std lib). After …
1
vote
9answers
263 views

C++ Array size x86 and for x64

Simple question, I'm writting a program that needs to open huge image files (8kx8k) but I'm a little bit confused on how to initialize the huge arrays to hold the images in c++. I …
0
votes
1answer
44 views

Getting executable file name from handle in Windows x64

I have a c# application that is compiled as x86 so it runs as a 32bit application on Windows 7 x64. While the application is running, I need to detect the executable name of the ac …
0
votes
1answer
13 views

ml64 - warning A6004: procedure argument or local not referenced

I have a function written for th e x64 microsft macro assembler in visual studio 2005. The function recieves 3 arguments: theFunction PROC firstP:QWORD, secondP:QWORD, thirdP:QWOR …
2
votes
3answers
282 views

Use a single Visual Studio solution to build both x86 and x64 at the same time?

I've got an x86 Visual Studio solution with many project files in it. Some of the DLLs are designed to work as plug-ins to other applications on a user's system. We're expanding …
1
vote
1answer
84 views

Register type library x64 regtlib)

Hi, I'm running Windows 7 x64, and need to register a type library file (.tlb). I've done this previosuly (on a vista x64 machine) but neglected to take notes as to how I acheive …
1
vote
1answer
38 views

Can I build an application with Platform target=x64 and still be able to modify my source while debugging in Visual studio?

When I try to do that I get the error "Changed to 64-bit applications are not allowed" Will this be fixed in Visual Studio 2010?

1 2 3 4 5 14 next
15 30 50 per page