With the new Daemon Tools version, when daemon.dll is loaded from another application, it loads the libraries that it depends on from the app's current directory, unlike previous versions that loaded them from the correct path. This leads to an error stating that cryptapi.dll or other libraries can't be found.
That can be solved, for example by copying the executable that loads daemon.dll to the Daemon Tools install folder, or by changing the current dir before loading the library, but this is senseless in my opinion, since it worked fine before.
So the question is:
Is this a bug or is it intentional?; since having to revise working code because of this doesn't make much sense IMO.
That can be solved, for example by copying the executable that loads daemon.dll to the Daemon Tools install folder, or by changing the current dir before loading the library, but this is senseless in my opinion, since it worked fine before.
So the question is:
Is this a bug or is it intentional?; since having to revise working code because of this doesn't make much sense IMO.
Comment