- 博客(1)
- 资源 (7)
- 收藏
- 关注
原创 用CMake构建Ogre工程
到Ogre官网上去下载源码和依赖库的包解压源码包和依赖库编译依赖库 最好debug/release都编译 如果你的源码包解压后的路径是E:/Ogre/ogre_src_v1-7-3,你需要再其下新建一个文件夹Dependencies,然后将编译好的依赖库文件 bin include lib拷贝到刚才创建的文件夹下。不需要拷贝依赖库里面的src文件夹。下载 CMake,你需要下载'Win32 installer'版本来得到二进制版本的安装文件。我下载的是2.8版本 Ogre1.73指定需要2.6及以上版本。运
2011-05-28 10:52:00
1105
vld-2.5.1-setup.exe
Enhanced Memory Leak Detection for Visual C++
Visual Leak Detector is a free, robust, open-source memory leak detection system for Visual C++.
It's pretty easy to use. After installing it, you just need to tell Visual C++ where to find the included header and library file.
Then it can be used with any C/C++ project simply by adding the following line to your code:
#include
When you run your program under the Visual Studio debugger, Visual Leak Detector will output a memory leak report at the end of your debugging session. The leak report includes the full call stack showing how any leaked memory blocks were allocated. Double-click on a line in the call stack to jump to that file and line in the editor window.
It's a very effective way to quickly diagnose, and fix, memory leaks in C/C++ applications.
The main difference between the CRT Debug Library and VLD, is that Visual Leak Detector shows you the complete callstack used for memory allocation has led to the leak.
2018-04-09
SublimeText3_build3176 破解版 带注册码
Sublime Text具有漂亮的用户界面和强大的功能,例如代码缩略图,Python的插件,代码段等。还可自定义键绑定,菜单和工具栏。Sublime Text 的主要功能包括:拼写检查,书签,完整的 Python API , Goto 功能,即时项目切换,多选择,多窗口等等。Sublime Text 是一个跨平台的编辑器,同时支持Windows、Linux、Mac OS X等操作系统。
2018-06-07
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人