Tuesday, January 7, 2014

Windows Embedded Compact 2013 – How to set Debug Information

Every Windows based program, DLL and Lib has an option to store the debug information either in the Object (OBJ) file, PDB file (Program Database) or produce no debug information. Following link explains the various options to store the debug information for application development using Visual Studio. We can change this option with the project properties as shown in the below link.
/Z7,/Zi, /ZI (Debug Information Format)
Let us see how can we play the same options in Windows Embedded Compact 2013 build environment. Click the below link and Go head.
http://www.e-consystems.com/blog/windowsce/?p=1109 

No comments: