Hello,
Just tried OpenMP and linking fails if the default calling convention is set to "__stdcall".
error: Undefined symbol '__imp___omp_cvi_barrier@4' referenced in "c:\Users\Public\Documents\National Instruments\CVI2013\samples\OpenMP\cvibuild.mandel_omp\Debug\mandel_omp.obj".
(and so on)
omp.h is missing the calling conventions. Is CVIFUNC_C the right one?