Posts: 388
Threads: 18
Joined: Apr 2011
Reputation:
0
You can only use linux plugins which do not use .dll file extensions but instead use .so. You will have to look for each plugins linux file which is fairly easy if all you use is sscanf, streamer, whirlpool, etc.
Posts: 15
Threads: 2
Joined: May 2016
Reputation:
0
Example: If sscanf.so <-- linux, windows-->sscanf.dll
Posts: 156
Threads: 25
Joined: May 2016
.so works on Linux platforms and
.dll works on windows platform
Posts: 6
Threads: 1
Joined: May 2016
.so < Linux Plugin
.dll < Windows Plugin