| Thread | Last Post | Replies |
|
| Are conversion operators "illegal" in C++/CLI? | 02 Jan 2006 19:55 GMT | 4 |
I have some problems using conversion operators in C++/CLI. In my project I have two ref class:es Signal and SignalMask and I have an conversion function in Signal to convert Signal:s to SignalMask:s. The reason is I have a free function called WaitSignal that accepts av
|
| c++ exe error on some computers | 02 Jan 2006 18:20 GMT | 2 |
I wrote and compiled back in 2003 a console C++ application in visual studio 6. Now, I've made some minor changes to some the program, converted the solution to Visual Studio .net 2005. On two out of ten computers I get the following error running the program.
|
| Threads & WindowsForms(a problem) | 02 Jan 2006 08:48 GMT | 3 |
I have a problem with windows form that is Iam trying to create a thread that needs to access my form I defined a member function called func void func()
|
| Exception in constructor calls destructor???? | 01 Jan 2006 21:54 GMT | 8 |
According to MSDN2, if a managed class throws an exception in the constructor, the destructor will be called. If an exception is thrown in the constructor the object never existed so how in the world can the destructor of a object that does not exist get called!
|
| problem adding reference | 01 Jan 2006 18:16 GMT | 3 |
Hi someone plz help me. I have made a dll in VC++ .NET using following specifications extern "C" {
|
| WinNT and Compilation in .Net | 01 Jan 2006 14:31 GMT | 3 |
Hi to all I am getting a problem while running my application complied in Visual Studio .NET on Winnt Problem:
|
| file comparision | 01 Jan 2006 14:24 GMT | 3 |
I have a requirement to compare 2 ASCII text files and show the results in an aspx form. The comparision algorithnm, out put should be similar to VSS (differences between 2 files).
|
| can't link after converting VC++6.0 to 2003 | 01 Jan 2006 14:17 GMT | 7 |
I have just loaded my VC++6 projects in Visual Studio 2003. It converted the project files just fine. I have a MFC dll that links against a WIN32 dll. In the WIN32 dll, I have exported some functions (not classes).
|
| Data Link - Can't connect to database | 01 Jan 2006 13:39 GMT | 1 |
I'm trying to use the connect to database wizard to connect to a MySQL database on my web server, 66.235.193.45 (I'm actually not sure if that points specifically to my part of the server, if not, the domain that goes right to is is www.freddyswebgraphics.com, which I have tried as
|
| runtime error, help | 01 Jan 2006 08:24 GMT | 7 |
I am working on converting a win32 console application from VC6 to VC7. My version is Microsoft Development Environment 2003 version 7.1.3088. The code works fine on VC6. it is a console program for scientific computation, so it has nothing to do with MFC. But it needs some
|