SF.net SVN: tex2rtf:[73] trunk/src
Status: Beta
Brought to you by:
pstieber
From: <pst...@us...> - 2013-11-19 18:21:17
|
Revision: 73 http://sourceforge.net/p/tex2rtf/code/73 Author: pstieber Date: 2013-11-19 18:21:15 +0000 (Tue, 19 Nov 2013) Log Message: ----------- 1. Was getting a stack corruption error when running the 64-bit debug version of the VS 2008 version built with wxWidget 2.9.4. Placing chunks of code in HTMLOnMacro in separate functions made the problem go away. 2. Changed currentMember to pCurrentMember, frame to pFrame, menuBar to pManuBar and HelpInstance to pHelpInstance. 3. Used <> instead of "" around wxWidgets includes. 4. Changed pointer specifier (*) location (Type * -> Type*) 5. Used pre-increment instead of post-increment. 6. Made cosmetic changes. Modified Paths: -------------- trunk/src/htmlutil.cpp trunk/src/rtfutils.cpp trunk/src/tex2rtf.cpp trunk/src/tex2rtf.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |