-
Notifications
You must be signed in to change notification settings - Fork 62
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
Missing labview_grpc_generator.dll in Load ProtoFile.vi #375
Comments
Hello, I have the same problem, I followed the instructions step by step but the dll doesn't exist on my computer. Jules |
Hi @yash-ni Im sorry for the late response.
Unfortunately, there none of them install the labview_grpc_generator.dll. I will try to reproduce it in a different computer, but I already tried twice in 2 different computers. Which package should install the labview_grpc_generator.dll? Thank you |
Hi @Jul-ctrl I found the solution. Download the grpc-labview.zip from the Assets. It includes 3 VIP packages. The ni_lib_grpc_server_and_client_template[2]-x.x.x.x.vip installs the dll and the code generator. Hope it will help you |
I want to generate code from a proto file.
There is a nice tool called Open gRPC Server-Client [2] - Code Generator.vi.
I ran it from the folder \grpc-labview-master\labview source\Client Server Support New\gRPC Scripting Tools
When I run it (I specified the proto file and target project), it gives me error:
Error 7 occurred at Call Library Function Node in gRPC Template Creation Utility.lvlib:Load ProtoFile.vi
Looking at the Load ProtoFile.vi, it looks for a DLL called Libraries\Win64*labview_grpc_generator.dll*
I couldn't find it in the code.
Where is this dll?
Thanks
Dalia
AB#2834397
The text was updated successfully, but these errors were encountered: