How to embed the MIDAS.DLL in the client executable
Asked Answered
N

1

5

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

Nicodemus answered 6/2, 2014 at 13:15 Comment(0)
G
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.

Gonsalves answered 6/2, 2014 at 13:19 Comment(1)
Besides this is really simple, there is an article explaining in EDN: edn.embarcadero.com/article/29297Larrigan

© 2022 - 2024 — McMap. All rights reserved.