Files needed for standalone libcint.dll?

Which files are needed for using libcint.dll in a standalone app ??

Using FileMon I was able to determine that libcint.dll was reading MAKEINFO in the cint directory as well as accessing bool.h in the include directory.

I assume that libcint needs all of the .h files but why does it need MAKEINFO which has compiler specific make commands ??

Are there any other relevant files needed ??

regards
david

Hi,

MAKEINFO is not used anymore; bool.h should not be needed anymore either (but maybe it has crept back in). You will at least need the files in include and stl.

Cheers, Axel.

Thanks Axel

Regards
David