Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Building UMC classes in debug mode

Dennis_W
Beginner
290 Views
How do I build for debug so I can step through UMC code in the debugger.

Do I pass in a parameter to one of the batch files like build32.bat?

Thanks
0 Kudos
2 Replies
Dennis_W
Beginner
290 Views
Quoting - Dennis W
How do I build for debug so I can step through UMC code in the debugger.

Do I pass in a parameter to one of the batch files like build32.bat?

Thanks

I set up Visual Studio for building in debug mode.
0 Kudos
Chao_Y_Intel
Moderator
290 Views
Yes, it is true that the sample applications include the Visual C++ project files for debug configuration. There are two configurations in the VC++ projects:

debug_ascii: the project uses ascii characters.
debug: the project use unicode character set

Thanks,
Chao

0 Kudos
Reply