| Thread | Last Post | Replies |
|
| backup data | 28 Jul 2009 15:12 GMT | 1 |
I recently purchased a laptop with a vista operating system. I have a ms money program and updated from bank,etc to laptop. i backed up to memory stick. When i tried to update lastest info to my desktop (xp operating sysstem) i was not successful. Any help will be appreciated
|
| Static Library Question | 22 Jul 2009 16:51 GMT | 4 |
Is there a way to link a static lib I built using Visual Studio 2008 into a Visual Studio 2005 project. Recompiling the Visual Studio 2008 code is something we're trying to avoid.
|
| problem turn off computer - windows xp professional EN | 20 Jul 2009 23:36 GMT | 1 |
When i go to shut down computer, first make´s log off and saving settings , and only after this let me shut down or log on again. This start to happen this week. Someone can help me, please?
|
| CTreeCtrl | 20 Jul 2009 15:08 GMT | 1 |
Clicking application key on a particular item in tree control to invoke context menu, takes the selection to parent of tree and parent's context menu is invoked. Same works fine using mouse Why does the selection of tree item change on clicking application key?
|
| Question about function template | 19 Jul 2009 12:26 GMT | 1 |
Here are sample codes from Thinking in C++ Vol I, page 776 // A function template: template<class Iter> void drawAll(Iter start, Iter end) {
|
| Integer template argument warning | 15 Jul 2009 08:15 GMT | 5 |
I am compiling the following code <code> template < unsigned int I > class A {};
|
| Windows 7 RC Start menu | 15 Jul 2009 04:32 GMT | 1 |
My start menu has become corrupt [I think]. when I click 'start' I can not see my installed programs. A few that were pinned to the start menu are visible but that's all. If I right click and go to 'properties' i no longer see the choice of 'classic' menu.
|
| Too Long to Open / Save | 14 Jul 2009 17:38 GMT | 1 |
Whenever I try to open or save a file in an Office product, the system hangs for 45 seconds to 2 minutes, then displays the directory to load / save / search ... files. I have disconnected all network drives and get the same results. This is Office specific and does not impact ...
|
| how to Create a progressbar to show Copy operation Progress | 14 Jul 2009 13:42 GMT | 5 |
I have written a program which copies huge amount of files from one location to another. Its written in MFC. Currently during the copy operation i show a non deterministic progress bar which keeps floating irrespective of actual
|
| compiler bug -- mistaken C3821 when invoking new in ctor-initializer-list (regression) | 12 Jul 2009 16:53 GMT | 4 |
Please validate this bug: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID =473352 Here is the test case: #pragma managed(push, off)
|
| Does a file have to have a corresponding project associated with i | 08 Jul 2009 23:58 GMT | 6 |
For example, if I'm in Visual C++ 2008 and I go to File --> New --> File... and I click on Visual C++ and click on "C++ File (.cpp)", that creates a new .cpp file called Source1.cpp. If I start typing in some code, is there any way to get this code to compile and run or do I have ...
|
| ABI changes between VC++6.0 and VC++9.0 | 07 Jul 2009 13:55 GMT | 3 |
Are there any changes in the Application Binary Interface (ABI) of the Visual C / C++ Versions 6.0 and 9.0, or is it possible to link code generated with 9.0 to old 6.0 Libraries/Object files?
|
| named events in C# - do they exist? | 06 Jul 2009 20:48 GMT | 1 |
I need to do some simple IPC between C# applications, and a named event object (e.g. CreateEventEx) would fit the bill. I see that System.Threading has Mutex and Semphore classes, but the ManualResetEvent class appears local to the process only.
|
| MSVCR80r.dll was not found | 06 Jul 2009 16:45 GMT | 3 |
I have visual studio 2005 installed, a compiled program cannot run and it generates the error MSVCR80r.dll was not found on the machine visual studio 2005 installed. I thought it must be a FAQ. I searched the net and followed the
|
| HD Monitor | 06 Jul 2009 14:58 GMT | 1 |
I have a folder monitor and record all events in a file log. For example, changes and creation of files. How you can develop it? Thank you.
|