Hello!
Thanks for the awesome UE!
Can someone give a help?
We want to build some lib into the product, and such lib deps on sqlit3. And also, some other module also deps on sqlite3.
Product
-- Module A
--- deps sqlite3.dll
-- Module B
--- deps somelibA.lib
--- deps sqlite3.lib
And such, we build the product it run well on the editor. However, while I cook and packaging it as “shipping” in a standalone folder, it will raise a “Fatal error” window, while somelibA.lib call sqlite3.lib some function.
What’s happend and how should I do?