According to dr. Bob it can be done. Can someone provide step by step example or some tutorial?
Asked
Active
Viewed 5,219 times
1 Answers
19
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.

Mason Wheeler
- 82,511
- 50
- 270
- 477
-
2Besides this is really simple, there is an article explaining in EDN: http://edn.embarcadero.com/article/29297 – EMBarbosa Feb 19 '18 at 13:33