Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

UMC Build options

pvonkaenel
New Contributor III
916 Views
Hi all,

I've started started working with the audo-video-codec in the ipp-samples. I want to generate both ia32 and em64t versions of the libraries under WinXP using Intel C++ Pro 11 which includes IPP 6.0 Update 1. I have this much working with the included batch and make files (even after.svn directories have been introduced - that was interesting). What I would like to know is if it's safe to specify /MT instead of /MD and if I can use the UNICODE preprocessor definition so that the wchar_t is used by default. Does anyone have experience with the UMC libs building with /MT and UNICODE?

Thanks,
Peter
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
916 Views
Hi Peter,

it should be safe to build UMC libraries with UNICODE support and we actually do this for internal build. To be honest I'm surprised that it is not a case in released package. The reason might be that UMC applications were not designed for that purpose (but it should be easy to modify on your side).

I also do not expect troubles with using static multithreaded runtime for UMC libraries (you need just ensure that application you will link with also use that version of C run-time libs).

Regards,
Vladimir
0 Kudos
pvonkaenel
New Contributor III
916 Views
Hi Peter,

it should be safe to build UMC libraries with UNICODE support and we actually do this for internal build. To be honest I'm surprised that it is not a case in released package. The reason might be that UMC applications were not designed for that purpose (but it should be easy to modify on your side).

I also do not expect troubles with using static multithreaded runtime for UMC libraries (you need just ensure that application you will link with also use that version of C run-time libs).

Regards,
Vladimir


Thanks Vladimir.

Peter
0 Kudos
Reply