[UE4]调用第三方C++库(静态库lib、动态库dll)

 官方wiki

C++调用动态库StaticLibrary(lib)

Linking Static Libraries

https://wiki.unrealengine.com/Linking_Static_Libraries_Using_The_Build_System

 

C++调用动态库Dynamic Link Library(dll)

Linking Dlls

https://wiki.unrealengine.com/Linking_Dlls

 

 

论坛参考

Link to 3rd Party Libraries

https://answers.unrealengine.com/questions/76792/link-to-3rd-party-libraries.html

How do I add thirdparty library?

https://answers.unrealengine.com/questions/218616/how-do-i-add-thirdparty-library.html

How do you statically link an external DLL/dylib to your project?

https://answers.unrealengine.com/questions/197667/how-do-you-statically-link-an-external-dlldylib-to.html

 

 

你可能感兴趣的:(UE4)