cpp

Explore posts tagged with "cpp" below.

mt.exe Access is Denied

This is just a quick note so that web searches for a similar problem find a solution. Seemingly out of the blue, I started getting random errors of the form below when compiling C++ applications in...

cpp debugging windows build-tools
October 27, 2010
Read More

dynamic_cast and accessible base classes

We recently upgraded to using Visual Studio 2008 for compiling our MacroView source code on Windows. Previously we had used Visual Studio 2003 so there was a jump over the 2005 compiler version....

cpp visual-studio object-oriented macroview
June 5, 2008
Read More

DSXP OPC DA 2.0

Man I hate OPC. It just feels like software plumbing gone overboard in the COM based architecture it uses. The term “software plumbing” is used to describe software thats forms the basis of software...

opc cpp industrial-automation testing
March 12, 2008
Read More

.NET Memory Leaks

Conceptually I knew that eventually there would be a need to diagnose a memory leak problem in a .NET application. Sure a garbage collected environment automatically sorts out whole sets of memory...

memory-management debugging dotnet profiling cpp
July 18, 2006
Read More

Generic List Covariance

I'm currently moving an existing .NET Framework V1.1 application to V2.0 and changing the domain model to use generics for any collections and lists....

generics csharp dotnet programming cpp
December 5, 2005
Read More

Class Designer C++ Support Cut

Bummer. Given the complexity of C++ reverse engineering compared to the simpler/cleaner languages such as C#, VB.NET and J# this is understandable....

visual-studio cpp class-design microsoft
March 4, 2005
Read More

doxygen

I've used doxygen in the past to provide hyper linked API level documentation for C++ source code, but until now didn't realize how useful the diagrams it can produce are....

documentation cpp uml software-architecture development-tools
December 29, 2004
Read More

VS.NET Addin Weirdness

Recently I experienced some weirdness in the Visual Studio.NET 2003 source code editor. The problem only occurred when editing C/C++ files and consisted of symptoms like being unable to select a...

visual-studio debugging development-tools cpp csharp
July 5, 2004
Read More

Microsoft Developer Target Profiles

Microsoft just made available Beta-1 of the Visual Studio Express range of software developer tools. For some reason the C++ guy in particular made me think of the marketing/web people that created...

microsoft visual-studio vb-net csharp cpp java web-development
June 30, 2004
Read More

Disrespecting UML

I was listening to .NET Rocks Live! today and enjoying it as usual. Rocky Lhotka was talking about the Visual Studio 2005 Whitehorse designer functionality....

uml design-patterns visual-studio java cpp templates delegates professional-development
June 4, 2004
Read More