First  |  Prev |  Next  |  Last
Pages: 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
Incremental linker VS2008
Using VS2008 under Vista SP1: The incremental linker crashes on a very regular basis. It doesn't bring down the whole IDE, but it is very annoying. Is it just me, or are others having this problem? Is there a cure? Dave -- David Webber Author of 'Mozart the Music Processor' http://www.mozart.co.uk... 8 May 2008 13:17
best way to compare two structs value-wise
Hello, I have a struct defined as follows: class ImageMetrics { public: ImageMetrics(): Width(0), Height(0), BitsPerSample(0), SamplesPerPixel(0), BytesPerPixel(0){} int Width; int Height; int BitsPerSample; int SamplesPerPixel; int BytesPerPixel; }; which is defined __dllexport. ... 5 May 2008 09:10
How can I cotrol the position of the cursor in Word?
I use GetCursorPos and SetCursorPos ,but they cannot do it? Thank you! ... 6 May 2008 12:00
How to get the Hwnd of the Word Document
I want to control the position of the cursor when editing the Word. Thank you ! ... 5 May 2008 05:52
sizeof(enum) ? force to be 1 ?
Hello, is there any way to force the compiler to take an enum as 1 byte - at least for a specific enum? my problem is, that i have a persistent structure, written by another compiler, and everything works fine, except the enums. The problem is, that i cannot change the persistent data layout. of course, i ca... 5 May 2008 17:48
Cannot see details in "details view" in Windows Explorer in Vista
For some reason, when I choose the "details" option in Windows Explorer in Vista, I cannot see any of the details; I only see the file names. However, everything else seems to work (icons, list, thumbnails, etc.). Has anyone encountered this? ... 4 May 2008 08:00
How many distinct values?
Hello everyone, My question is comes from when I write a C++ program. Not find suitable place to post. :-) My question comes from page 175 of Numerical Computation Guide. Here is a link, http://www.physics.ohio-state.edu/~dws/grouplinks/floating_point_math.pdf I do not know why if β = 2, p = 3, emin =... 6 May 2008 10:26
What does "-1.#J" mean?
Hello all, I am using C++ to convert a certain file into an XML file. During the conversion the program does some arithmetic operations on the information that is then outputted in xml format. The information is a double variable. Usually the output is exactly what it should be, but every so often the outpu... 1 May 2008 16:53
Install Team System over Professional?
Does anybody know if in VS2005 and/or VS2008 it is possible to install Visual Studio Team System (Development Edition in particular) over Visual Studio Professional? Or do you have to uninstall first? -- David Wilkinson Visual C++ MVP ... 5 May 2008 09:10
how to release memory back to os
Hi, When doing lots of new / delete combinations, the app shows as not releasing the memory. I know there is an OS function that releases application memory that was deleted by delete[] back to the OS, as delete[] does not truely release it back to the OS. I cant remember the function name! Anyone? ... 3 May 2008 18:32
First  |  Prev |  Next  |  Last
Pages: 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43