Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to embed the MIDAS.DLL in the client executable

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

like image 279
user3181689 Avatar asked Dec 01 '22 17:12

user3181689


1 Answers

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.

like image 166
Mason Wheeler Avatar answered Dec 10 '22 02:12

Mason Wheeler