Hi Torben
Unfortunatley, using libember_slim as Windows DLL is currently not supported. The reason is, that no functions are exported - the library is simply not prepared for that.
I don't known Delphi very well, but if it is possible to use the static version of libember_slim, you're fine. If this is not possible, i recommend to add the required declarations by your self (see link below). In the following section i try to explain how to build libember_slim in any possible variant (static, shared / debug, release).
Prerequisites:
1. Install premake, http://industriousone.com/premake/
2. Install Visual Studio (a trial or the community/express edition), http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx
Notes:
- The Configuration can be DebugStatic, ReleaseStatic, DebugShared and ReleaseShared
- Add the directories of premake4.exe and MSBuild.exe to the Path environment variable
- The latest beta version of premake has some problems when generating solution/project files for Visual Studio 2013. Just generate for the previous version and upgrade the solution/project files if needed if you're using the beta.