How to make cint.exe to a dll

well, now we have requirements that to use a dll,not to invoke the cint.exe
because the cint.exe is a process, we must make sure it is thread safe

any good suggestions?

Hi,

libcint.dll of course already exists. Limited multithreading support is available by re-loading libcint.dll into a different address space for each thread.

Cheers, Axel