Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SheyQ opened this issue Jul 2, 2019 · 2 comments
Open

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

SheyQ opened this issue Jul 2, 2019 · 2 comments

Comments

@SheyQ
Copy link

SheyQ commented Jul 2, 2019

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

@thisisthedave
Copy link

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

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

@melfesto
Copy link

melfesto commented Jun 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants