Hello.
First I apologize if the topics is somehow already solved. But anyway.
I have quite an issue with initializing standalone dll (coolprop) in R Studio rev. higher than 1.1.463.
When I try to initialize CoolProp.dll
using
dyn.load(paste("C:\Users\xxx\Documents\!R\CoolProp", .Platform$dynlib.ext, sep=""))
in later R Studios I got this Error:
*Error in inDL(x, as.logical(local), as.logical(now), ...) : *
- unable to load shared object 'C:/Users/xxx/Documents/!R/CoolProp.dll':*
- LoadLibrary failure: A dynamic link library (DLL) initialization routine failed.*
The issue does not happen in R Studio 1.1.463 or in pure R console (version 3.6.2 64bit) all under Windows 10.
Would you please be so kind and advise how can I load this dll ?
Please note, there is no way how to reinstall CoolProp - it is only standalone .dll downloaded separately + wrapper (r script) calling loaded .dll routines.