托管dll中找不到入口点

托管dll中找不到入口点

本文介绍了托管dll中找不到入口点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

当我在c中创建托管dll并在c#中使用此托管dll时
那么我必须面对找不到的错误入口点

在托管dll中,我不能使用与非托管dll中的goiong相同的过程

请帮助我在c#中使用c的托管dll

致谢

Hi all

when i create managed dll in c and used this managed dll in c#
then i have to face the error entry point not found

in managed dll i cant not use the same procedure which is goiong to use in unmanaged dll

kindly help me hoe to use the managed dll of c in c#

Kind Regards

推荐答案



这篇关于托管dll中找不到入口点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 00:03