| Thread | Last Post | Replies |
|
| Error when connecting outlook express | 31 Dec 2007 20:54 GMT | 1 |
An unknown error has occurred. Account: 'Hotmail', Server: 'http://services.msn.com/svcs/hotmail/httpmail.asp', Protocol: HTTPMail, Port: 0, Secure(SSL): No, Socket Error: 12019, Error Number: 0x80004005 This is the error message.
|
| windows XP Home cd boot???? | 30 Dec 2007 05:19 GMT | 2 |
tried to turn on my laptop, haven't used in awhile and I now have a blank screen...It's like my windows XP Home is gone...can get into BIOS and set to boot from cd rom...but it says boot from CD press any key I do that says checkin hardware config .....and then nothing happens.. ...
|
| Disappointment in VC++ .Net in VS2008 | 27 Dec 2007 22:45 GMT | 78 |
Why bother having Stan Lippman and Herb Sutter created a C++/CLI language for .Net development when Microsoft, and the VC++ development team, are so clearly intent on limiting .Net development with C++/CLI to the smallest subset of .Net development technologies in Visual Studio,
|
| Using static link library in managed C# code | 27 Dec 2007 15:02 GMT | 1 |
I have to use a statically linked library .lib(unmanaged) in managed C# code. I have googled and mostly got how to use dll in C# code; but I don't have a dll.
|
| First-chance exception--Invalid handle | 26 Dec 2007 20:40 GMT | 1 |
IDE: Visual C++6.0 Project: MFC application I came across a fuzzy problem.When I shut down my program in Debug mode,it g
|
| application failed to initialize properly (0xc0000034) | 26 Dec 2007 10:56 GMT | 1 |
When I try to start programs like win media player Error pops up and says the application failed to initialize properly (0xc0000034). Click on OK to terminate the application. The same thing happens on a couple of other programs with the same message. Can anyone help me with ...
|
| Visual Studio 2005 - external build, error parsing | 24 Dec 2007 19:14 GMT | 2 |
I use Visual Studio 2005 for a C-project using an external compiler, and came up with the idea that error parsing would be neat, i.e. enabling the functionality available for a "normal" build where you can double click a compile
|
| public interface class causes error | 24 Dec 2007 15:48 GMT | 10 |
I'm trying to put together the plugin framework example from MSDN. I made a new class library in VS 2003, and created this header file: #pragma once #include <string>
|
| calll one winform from another c++/CLR | 22 Dec 2007 16:51 GMT | 2 |
i have made winform applicaion in vs 2005 c++/CLR, i have added another form into it, new win form.both forms have same project and namespace. i want to call second form from first first form,so i have made a object of
|
| Where does the name "StdAfx" come from? | 22 Dec 2007 16:24 GMT | 2 |
Ok, I've wondered about this for a long time: Where does the name "StdAfx" come from? TIA - Bob
|
| Problem with double matrix in vc++ Express edition | 22 Dec 2007 12:48 GMT | 4 |
Hi, I've got a problem with this code. I've got a double Matrix A and a vector b, initialized with DoubleMatr A = new double*[3]; DoubleVect b = new double[3];
|
| custom Matrix class to VC++ standard doubles Matrix class | 21 Dec 2007 17:42 GMT | 5 |
I developed a custom Matrix class derived from custom VC++ doubles Array class derived from a RealArray which is defined as: typedef CArray<double,double> RealArray; Now I need to convert this custom Matrix class to standard doubles Matrix
|
| String conversion | 21 Dec 2007 16:30 GMT | 4 |
I'm maintaining a VisualC++ project to increase its security regarding stored passwords. I thought about using SHA256Managed to create a hash for the password when creating a user and when this new user tries to login, a new hash
|
| problem in debugging with Microsoft VC++ .net Ver 7.0 | 20 Dec 2007 23:46 GMT | 5 |
I am struggling with an issue related to debugging code in VC++ .net Ver 7.0, for last 2-3 days without any notion for what is happening. Actually I have made some changes to my source code and after that I rebuilt
|
| MSI error 1638 from depending on VC runtime | 20 Dec 2007 06:18 GMT | 7 |
A project depends on VC runtime from Visual Studio 2005 SP1, and DotNet Framework 2. Options are set in the setup project properties, so if these two dependencies are not already installed then this installer will install them.
|