How to embed the MIDAS.DLL in the client executable

前提是你 提交于 2019-12-10 15:25:33

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/21604082/how-to-embed-the-midas-dll-in-the-client-executable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!