fatcoder
Member
|
New DLL Class
I just noticed the new DLL class in the latest update notes. So just to clarify, does this class allow dynamic loading of .dll on Windows, .dylib on Mac and .so on Linux?
|
|
11-26-2014 11:54 AM |
|
Esenthel
Administrator
|
RE: New DLL Class
DLL is used on Windows, and SO on other platforms (I have tested only SO on linux), haven't tried it on Mac. Don't know if it will work with dylib.
BTW. DLL class is not new, it's just updated to support SO.
|
|
11-26-2014 12:10 PM |
|
fatcoder
Member
|
RE: New DLL Class
From what I understand .dylib is Mac's equivalent to the Windows .dll file.
Sorry I did not realise the DLL class was not new. I had an older version that did not have it, so to me it looked new.
|
|
11-26-2014 11:50 PM |
|
Zervox
Member
|
RE: New DLL Class
moved to it's own file I would guess then.
|
|
11-30-2014 02:10 PM |
|