Skip to content
Prev 9359 / 12125 Next

[R-pkg-devel] Package Load fails to find 3rd Party DLL

? Fri, 14 Jul 2023 22:25:51 +0300
Ivan Krylov <krylov.r00t at gmail.com> ?????:
Judging by your build logs, this could be a toolchain bug. If you set
the *.lib file aside and only give the *.dll to the linker (using
-l:Netica.dll if necessary), does it still fail? I know that GCC can
link directly to *.dll files, without relying on import libraries.