Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Auto Complete of Variable Names11 Nov 2005 23:41 GMT5
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 Sheet11 Nov 2005 23:23 GMT3
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 question11 Nov 2005 22:49 GMT1
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 class11 Nov 2005 22:03 GMT5
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 GMT8
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 port11 Nov 2005 20:53 GMT6
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 exit11 Nov 2005 18:54 GMT1
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 /Og11 Nov 2005 18:34 GMT13
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 GMT5
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 GMT1
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 GMT5
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 system11 Nov 2005 14:31 GMT1
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 Library11 Nov 2005 06:17 GMT3
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 .NET10 Nov 2005 23:44 GMT3
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 grid10 Nov 2005 23:03 GMT1
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.?
Pages: 1 2 3 4 5 6 7 8 9 10 11 October, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.