shared library (*.h file) of lammps for windows

Dear LAMMPS users

Is there a shared library (*.h file) of lammps which is applicable in windows?

if the LAMMPS made as a shared lib in linux, is it applicable to insert it in a code, e.g. C or C++ code, in windows?

Best Regards

The header file is cross-platfom (in fact all LAMMPS code is more or less).

However, you cannot use a shared object file made for Linux (a *.so file) on Windows. It might be possible to make a dll for Windows but I wouldn’t know how.