| Thread | Last Post | Replies |
|
| Auto Complete of Variable Names | 11 Nov 2005 23:41 GMT | 5 |
I would like to find out how to turn on the Auto Complete variable names feature while editing source code in Visual Studio. It seems to appear on intermittantly, and when it does the variable list is incomplete or contains variables that do not even exist in the project being ...
|
| Modeless Property Sheet | 11 Nov 2005 23:23 GMT | 3 |
In Visual C++ .NET: I am trying to program a modeless CPropertySheet. When I start it up modal, there are three buttons below the property pages -- OK, CANCEL, and APPLY.
|
| VC8 Internal Compiler Error question | 11 Nov 2005 22:49 GMT | 1 |
I got an internal compiler error building a .cpp file with the new VC8 C++ compiler. I sent the error report to Microsoft using the new /ERRORREPORT mechanism. Is this enough information for MS to repro the problem, or do they need the preprocessed src file as well?
|
| wrapping an abstract base class | 11 Nov 2005 22:03 GMT | 5 |
More fun wrapping unmanaged code... I have a class heirarchy that I need to expose to C#, so I need to wrap all the classes. That's not a big deal, except for the base class, which is abstract. Since you can't instantiate an abstract class, I can't use a
|
| VS.NET 2005 'array' seems more complex to me than '__gc[]' | 11 Nov 2005 21:44 GMT | 8 |
While it does look like 2005 does use a better syntax in general for garbage collection than 2003, here is something I think went the other way. arrays. Do people really think that: array<MyClass ^> ^ MyArray = gcnew array<MyClass ^>(100);
|
| Talking to a standard serial port | 11 Nov 2005 20:53 GMT | 6 |
Is there a convenient function that will allow reading a standard serial port (ala the kind that a mouse was typically plugged into before USB came out)? I can also use DirectX if this would make it easier than without it... In any case, what do I need to know to talk to a serial ...
|
| After conversion to 2005 now I get an error on exit | 11 Nov 2005 18:54 GMT | 1 |
I got my 2003 code to compile in (old syntax) 2005. It runs, except I now HAVE to set my Form to DoubleBuffered or else my drawn primitive graphics flicker like crazy (which I had handled in 2003 via manual double buffering, which I now removed).
|
| Endless Loop in C-Code when Using /Og | 11 Nov 2005 18:34 GMT | 13 |
We are using Visual Studio .NET 2003. When using that compiler, the following example code goes into an endless loop in the "while" loop when the /Og optimization option is used: #include <stdlib.h>
|
| VS Launch | 11 Nov 2005 16:32 GMT | 5 |
I attended the VS Launch in San Francisco yesterday. To be fair, the launch was shared with SQL Server 2005 and BizTalk 2006, but I was mostly interested in Visual Studio. Most of the special talks were centered around using VS with SQL and BizTalk as expected, but I got a ...
|
| How do I handle private virtual methods in (old syntax) 2005 (Express)? | 11 Nov 2005 16:23 GMT | 1 |
I got 2005 Express to prepare for the arrival of my company's MSDN full version. Upon loading my project it was converted successfully, but did warn me modifications would have to be done for it to compile (which I expected). I then compiled, and got all the errors removed, and I ...
|
| how to implement interface with argument "int (__gc*) __gc[]" | 11 Nov 2005 14:55 GMT | 5 |
I have a C# interface as: public interface IBar{ void TestParam(ref StringCollection a, ref int [] b); }
|
| I can't get Visual C++ to run on my system | 11 Nov 2005 14:31 GMT | 1 |
I am not very fluent with computers, but I just got a new system wit Win XP Pro x64 and it works great, but I can't install Visual Studio o it. Is there anything I can do, or is there a newer version -
|
| Precompiled Headers when building Static Library | 11 Nov 2005 06:17 GMT | 3 |
I am working on a test migration of our project to Visual Studio 2005 Beta 2 as a precursor to the availability of the full release of VS2005. The most onerous problem so far concerns the requirement by LINK.EXE that if an object file has used precompiled headers, then the ...
|
| Migrate to .NET | 10 Nov 2005 23:44 GMT | 3 |
We have an MFC application written in VS6.0. The application is badly written and designed so we assume to rewrite the whole application using .NET. We have a .NET Visual Studio 2003.
|
| Control grid | 10 Nov 2005 23:03 GMT | 1 |
I need a rather advanced control grid from somewhere. I know that I might have to buy the framework for this control grid. Have you any control grid that you can recomment to buy from some company on internet.?
|