epam / Indigo

Universal cheminformatics toolkit, utilities and database search tools
http://lifescience.opensource.epam.com
Apache License 2.0
312 stars 105 forks source link

missing *.lib files for windows c shared libraries #684

Open SunFellow opened 2 years ago

SunFellow commented 2 years ago

Discussed in https://github.com/epam/Indigo/discussions/680

Originally posted by **xjjius** February 23, 2022 I used to download the compiled c libraries from official website, which works perfect for my own project. However, I found that there are no *.lib files for c shared libraries after version 1.4.0. And I got the link error when I compile my c project under Windows, as expected. Could you please add *.lib files of c shared libs for Windows X32/X64 build?
SunFellow commented 2 years ago

In fact, we have to return to publishing Indigo SDK with the following content including headers and import libs (sample from indigo-libs-1.4.0-beta.r0-win-shared.zip ):

/bingo.h
/indigo.h
/indigo-inchi.h
/indigo-renderer.h
/LICENSE
/shared/Win/x64/bingo.dll
/shared/Win/x64/bingo.lib
/shared/Win/x64/concrt140.dll
/shared/Win/x64/indigo.dll
/shared/Win/x64/indigo.lib
/shared/Win/x64/indigo-inchi.dll
/shared/Win/x64/indigo-inchi.lib
/shared/Win/x64/indigo-renderer.dll
/shared/Win/x64/indigo-renderer.lib
/shared/Win/x64/msvcp140.dll
/shared/Win/x64/vcruntime140.dll
/shared/Win/x86/bingo.dll
/shared/Win/x86/bingo.lib
/shared/Win/x86/concrt140.dll
/shared/Win/x86/indigo.dll
/shared/Win/x86/indigo.lib
/shared/Win/x86/indigo-inchi.dll
/shared/Win/x86/indigo-inchi.lib
/shared/Win/x86/indigo-renderer.dll
/shared/Win/x86/indigo-renderer.lib
/shared/Win/x86/msvcp140.dll
/shared/Win/x86/vcruntime140.dll