How to embed the MIDAS.DLL in the client executable

datasnap, delphi, delphi-xe4

Solution

You don't embed MIDAS.DLL; you add `MidasLib` to your project's USES clause. This embeds the basic functionality into your program without having to rely on a separate DLL for it.

Problem

According to dr. Bob it can be done. Can someone provide step by step example or some tutorial?

Original source

Related problems