UE4ProtobufExample icon indicating copy to clipboard operation
UE4ProtobufExample copied to clipboard

Can't find libprotobuf.dll when start the project.

Open SheyQ opened this issue 6 years ago • 2 comments

UE4 4.22.3 Build successful but run failed. Could you tell me where I can find the complete steps?

SheyQ avatar Jul 02 '19 12:07 SheyQ

Add this to the constructor in ProtobufExample.Build.cs:

        RuntimeDependencies.Add("$(TargetOutputDir)/libprotobuf.dll",
            "$(ProjectDir)/Source/ThirdParty/protobuf/tools/protobuf/libprotobuf.dll");

thisisthedave avatar Mar 23 '20 21:03 thisisthedave

do you have a updated fix for the new engine for this example. getting a few build errors when trying to gen the project files. 4.25.1

melfesto avatar Jun 13 '20 00:06 melfesto