About dependencies for the application:
[fmodex.dll]
Image has the following dependencies:
WSOCK32.dll
WINMM.dll
MSACM32.dll
KERNEL32.dll
USER32.dll
ADVAPI32.dll
ole32.dll
[fmodexL.dll]
Image has the following dependencies:
WSOCK32.dll
WINMM.dll
MSACM32.dll
KERNEL32.dll
USER32.dll
ADVAPI32.dll
ole32.dll
[FreeImage.dll]
Image has the following dependencies:
WS2_32.dll
KERNEL32.dll
But in compile the application:
[???.exe] <- OF APP
Image has the following dependencies:
MSVCP140.dll <—(I don’t want this)
VCRUNTIME140.dll <—(I don’t want this)
api-ms-win-crt-runtime-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-heap-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-stdio-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-time-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-utility-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-math-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-convert-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-environment-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-filesystem-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-locale-l1-1-0.dll <—(I don’t want this)
OPENGL32.dll
KERNEL32.dll
FreeImage.dll
USER32.dll
GDI32.dll
ADVAPI32.dll
SHELL32.dll
fmodex.dll
WS2_32.dll
WINMM.dll
WLDAP32.dll
api-ms-win-crt-string-l1-1-0.dll <—(I don’t want this)
api-ms-win-crt-multibyte-l1-1-0.dll <—(I don’t want this)
CRYPT32.dll
https://www.microsoft.com/en-us/download/details.aspx?id=48145
This is vs2015 run-time.
Sometimes, no run-time in these environments, but don’t want to install this.
So, how to do?
If compilation openframeworks for “/MT”:
[[[LINK : fatal error LNK1104: cannot open file “libboost_system-vc141-mt-s-1_64.lib”]]]
Boost sdk for vs2017 run-time???