gpt4 book ai didi

c++ - 如何更改 DLL 中的过程名称

转载 作者:太空宇宙 更新时间:2023-11-04 11:58:17 25 4
gpt4 key购买 nike

当我用我的程序在 C++ Builder 中编译 DLL 时

 extern "C" __declspec(dllexport) __cdecl void show_m(void)
{
MessageBox(NULL, "MSG", "COTI DLL", MB_OK |MB_ICONINFORMATION);
}

我可以在 depends.exe 中看到我的程序名称是 _show_m。如何删除下划线? (在dll中重命名程序)

谢谢

最佳答案

我想我找到了解决方案。在 C++ Builder (Code Gear 2009) 中,我将 FALSE 设置为:

Options->C++ Compiller->Output->Generate underscore on sympol names->FALSE

我想我们可以结束话题了。

关于c++ - 如何更改 DLL 中的过程名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15168752/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com