mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add vld info
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21926 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
433eda2cca
commit
640c283015
@ -34,7 +34,6 @@ Windows only
|
||||
program folder
|
||||
|
||||
|
||||
|
||||
Building Visual C++ 2005 project files
|
||||
--------------------------------------
|
||||
|
||||
@ -56,6 +55,19 @@ Building Visual C++ 2005 project files
|
||||
cmake/CMakeLists.txt. To make the warning an error add it
|
||||
to MSVC_W_ERROR.
|
||||
|
||||
* Memory leak detection
|
||||
For MSVC the usage of 'Visual Leak Detection' could be enabled
|
||||
(http://dmoulding.googlepages.com/vld): -Dvld=1
|
||||
|
||||
Building vld requires the 'Debugging Tools For Windows' (~16MB)
|
||||
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
|
||||
Eventually you have to copy dbghelp.dll from your Visual Studio
|
||||
Common7\IDE folder into the binary directory.
|
||||
'vld.ini' is part of lyx.proj where you can configure vld.
|
||||
|
||||
The docu for vld could be found in development/Win32/vld, or
|
||||
http://www.codeproject.com/tools/visualleakdetector.asp
|
||||
|
||||
|
||||
Some tips:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user