oclutils32 /MD how to create multi-threaded DLL libs for OpenCl

Hi,

I would like to integrate OpenCL with an existing library compiled using /MD tag. However when using the oclUtils32.lib and OpenCL.lib from the samples I run into link errors.

Is it possible to get / generate /MD libs instead of /MT?

Thanks,
Gabriel

Ok I found a solution to this by recompiling the code from the gpucomputingskd.

Ok I found a solution to this by recompiling the code from the gpucomputingskd.