Deleaker is a useful add-in for Visual Studio 2003-2005 that helps you to analyze programming errors, many of which are unique to Visual C . Deleaker is a great tool for Visual C developers who occasionally have trouble detecting resource leaks and debugging their applications. With Deleaker, you can detect and localize resource leaks in memory, GDI and USER objects, handles, with no appreciable slow down to your application.
Debugging has always been a headache for program developers. As bugs go, some of the most difficult to find are leaks, especially in graphics device interface (GDI) objects and menus. Even a small leak can drown the ship of your system's performance. You cannot afford to miss even a single one.
Deleaker is an effective solution to this problem. First, it provides you with information on all GDI objects created while your application is running. For almost all of these objects, you will get a full stack, which helps you to see where exactly in the source code each GDI object was created. A simple double click on the stack entry and the editor will open the file with source code at the corresponding line. Next comes the most important point: when your application exits, Deleaker will provide you with a list of GDI objects that were created but that were not deleted.
Plenty of tools exist to help track down memory leaks, but there are very few good tools to help track GDI resource leaks that can ruin performance on any Windows operating system. And all of them have one major problem, they tremendously slow down the performance of your application. Deleaker is tightly integrated into the Visual Studio development environment and you can be sure that it will not affect the speed of your application. Leaks are possible, even in robust Windows-based applications. Deleaker will find them for you.
Deleaker Add-in for Visual C++ 1.0
Deleaker: an effective solution to the problem of detecting program leaks. Deleaker is a useful add-in for Visual Studio 2003-2005 that helps you to analyze programming errors, many of which are unique to Visual C++. Deleaker is a great tool for Visual C++ developers who occasionally have trouble detecting resource leaks and ...
ActiveDrawer 2.1.0
Realtime Visual Drawer for Visual Studio C++ 5, 6, .NET, .NET 2003 and 2005 ActiveDrawer is a real-time visual drawer for Visual Studio C++.
It makes source code to diagrams in real-time.
It is a Visual Studio addin program.
It provides list view of macroscopic contents.
It also provides flow-chart style diagrams and ...
Code Summarizer 3.1
Code Summarizer is a Visual Studio package (Add-In) designed to ease code navigation and code browsing. Code Summarizer is an interactive map to your C++/C# code. With Code Summarizer you see big picture and details at the same time. You can switch between ...
Dexter 1.0
Add-in providing automatic code completion for all MS development environments. Dexter is an invaluable time saving Add-in providing automatic code completion for all Microsoft development environments including Visual C++, Visual Basic, Visual Basic for Applications, Visual InterDev, Visual J++, Visual Studio 2002, Visual Studio ...
Add-in Express 2 .NET Edition 2.4
A visual tool for creating COM Add-ins, Smart Tags and RTD in VB.NET, C++, C#. Add-in Express .NET is a true RAD tool for creating COM Add-ins, Smart Tags and RTD servers on .NET. It implements everything required by the supported technologies including IDTExtensibility2, IRTDServer, ISmartTag and ISmartTagTopic(2), you write functional ...
ADX Extensions for Outlook 1.0
Embed your .NET & VCL forms and controls into Outlook custom forms and views. The ADX Extensions for Microsoft Outlook allows you to customize the Outlook folder view and Outlook forms by embedding feature-rich .NET and VCL forms and controls into the Outlook Explorer and Outlook Inspector windows. The ADX Extensions for Outlook ...
MySharpEbook - Use C# to Build eBooks 1.0
Use C# to compile HTML content into a .NET executable Would you like to create your own e-book, e-brochure, e-catalog, e-magazine, e-newsletter using Visual C#? Use this C# source codes to create customized e-publications for any occasion or recipient. It will be a useful marketing tool for your business ...
Easy Way to Create eBooks using C++ 2.0
Use your Visual C++ compiler to compile HTML files into a Windows executable Would you like to know how, step-by-step, to create your own eBook using Visual C++?
Would you like to know how to write a real world Visual C++ application: from initial concept to implementation?
Are you looking for a way to create your own executable ...
eBook "How to Create an eBook Using Visual C++" 1.0
This eBook "How to Create an eBook Using Visual C++" is a step-by-step illustrated guide for Visual C++ developers to learn how to compile HTML files into a Windows executable, therefore avoiding the need to use commercial HTML compilers. ...
AntiCutAndPaste 1.7
Reports plagiarism - copied and pasted source code (C++,Java,C#,VB,Delphi) The modern software industry has a tradition of copying and pasting source code. This is the single most widely distributed method of producing less-than-perfect programs. Thousands of large and expensive projects contain literally millions of identical ...