5

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

user3181689
  • 241
  • 6
  • 22

1 Answers1

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
  • 2
    Besides this is really simple, there is an article explaining in EDN: http://edn.embarcadero.com/article/29297 – EMBarbosa Feb 19 '18 at 13:33