| Thread | Last Post | Replies |
|
| Debugger Error in VC++.NET | 15 Dec 2004 09:39 GMT | 1 |
I am encountering a very strange error Openning a Visual C++/Win32 Console project with mfc support, writing a simple Sleep(5000) function in the main and running the app in Debug mode (default settings). while closing the app in the middle of execution (click on the close window ...
|
| member method return type ? | 14 Dec 2004 22:25 GMT | 5 |
i am trying VC++ 7.1 (with vsnet 2003). my example : class Complex {
|
| Can not add Forms to VS2005 | 14 Dec 2004 15:30 GMT | 1 |
When I first open a VC++ .Net project in VS2005 I get a message "object variable or with block variable not set". When I click on the Forms icon to display the Form, I get a messge "Can not open the file". I also get a message "There is no editor available for Form1.resx". I ...
|
| How to find whether there are any consecutive commas in a string? | 14 Dec 2004 15:17 GMT | 4 |
I need a simple method to find whether there are any instances of consecutive commas (more than 1) in a given string without parsing each character of the string. I tried with strtok() with comma as separator but it considers all consecutive commas as a single separator and gives ...
|
| Convert String* to char* | 14 Dec 2004 02:23 GMT | 5 |
Hi, I have a managed C++ app in which i need to convert String * to char *. How can i achive this?. regards
|
| Sharing SqlConnection across functions | 13 Dec 2004 20:11 GMT | 2 |
i have a SqlConnection object which is located in System.Data.SqlClient. How can i share it among functions in different souce files without passing it as a parameter. regards
|
| C++ STL's MAP Container | 13 Dec 2004 19:47 GMT | 3 |
I wrote a little code using the map container available in the STL of C++. The trouble I am having is that the find() member function is working properly. When I try to find a key, if that key is not in the map, it should return the iterator set to the address of the end of the map ...
|
| Error editing code from Visual C with Visual C++ .NET | 13 Dec 2004 09:59 GMT | 1 |
We have a C project working well that when recompiling a RC file with MS VC++ .NET returns a error "DIALOGEX file not found". This error seems to be a compatibility error. The project was wrote using C and MFC and it is working fine with Visual C++
|
| Simple question | 13 Dec 2004 06:59 GMT | 1 |
How do I programatically get the .NET version? / Fredrik
|
| Visual C++ Debugger Hangup | 12 Dec 2004 20:47 GMT | 4 |
I am running Visual C++ 6 SR5 on a HyperThreaded machine. From time to time the debugger will hangup, forcing a power switch reboot. It does not appear to be related to my application. I recall seeing something on the Microsoft site (when it was not relevant to
|
| Cant add forms in Visual C++ .net | 12 Dec 2004 13:31 GMT | 3 |
I'm using MS Visual Studio .NET 2003 Standard on WinXP Home on a DELL Notebook. It is not possible to create a project that contains windows forms. When trying to create a Windows Forms application I get the error "The
|
| Why I can not add variable to controls? | 12 Dec 2004 11:57 GMT | 2 |
Hi, I created a MFC project and then add a new dialog , I drop a edit control to the dialog, but when I right click the control , I found the <Add varible> item in the popup menu is disabled, could anybody tell me why? Thanks in advance!
|
| Weird strings getting written over each other | 11 Dec 2004 19:37 GMT | 10 |
Hello. I hope somebody can help me on this, because I'm running out of options to turn to. I have almost solved my regular expression function. Basically it works OK if unicode is defined. It doesn't work OK in ANSI mode however, as it has to
|
| System::String to PWCHAR | 11 Dec 2004 06:32 GMT | 3 |
I have a function (a 3rd party DLL) which takes PWCHAR as one of the arguments. The value that is supposed to be passed to this argument is got from a Windows::Forms TextBox control which is in System::String type. How do I convert the value of the text box to PWCHAR before ...
|
| 64-bit VC++ Compiler Out There? | 11 Dec 2004 00:06 GMT | 2 |
Is the current VC++ version for sale able to compile code for Xeon EM64T processors and take advantage that all the "nocona" has to offer in terms of CPU registers and SSE?? In other words, generate machine code that is optimized for mega-flops of double precision floating point ...
|