最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

visual c++ - How to call function from DLL that was implemented from executable that loaded the DLL? - Stack Overflow

programmeradmin1浏览0评论

I am trying to have it to where I can call functions from the executable that is loading the DLL at runtime. I am using Microsoft Visual C compiler, which appears to not able to do what GCC can do with -rdyanmic. Unfortunately, I get unresolved symbol errors. Is there any other way other than doing LoadLibraryA? I'd really prefer if I could just include the required header file, and the DLL is able to find the symbol/function.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论