Epic Developer Community Forums
请教一下,有个lib使用了c#的dll,怎么在ue4里link这个lib呢?
International
简体中文 (Simplified Chinese)
unreal-engine
CoolVR_1
(CoolVR赵建)
September 21, 2016, 9:03am
1
看了各种教程,已经可以实现link一个单纯的lib,但是麻烦的是这个lib还引用了一个c#的dll。所以虽然编译通过了,但是运行的时候直接报错退出编辑器了。我猜是这个c# dll没找到。