Results 1 to 7 of 7

Thread: Linking pb file to the Qt program.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Linking pb file to the Qt program.

    Quote Originally Posted by comvis View Post
    However, when I copy the deployed folder with the pb file inside to another machine the pb file doesn't work but OpenCV works fine. How do I link that file to my program?
    You are probably either:
    • not copying all the relevant run-time dependencies necessary for QT/OpenCV/Tensorflow to ingest and handle a protocol buffer file or,
    • assuming the current working directory of the program is somewhere it is not and addressing the procotol buffer file with an unqualified name "realcool.pb" (i.e. the file open fails).

    It may be something else, but we cannot see your system.
    Last edited by ChrisW67; 2nd August 2019 at 07:55.

Similar Threads

  1. Replies: 4
    Last Post: 26th September 2017, 07:49
  2. Replies: 5
    Last Post: 11th December 2010, 13:49
  3. linking a google protobuf file and a QT file
    By pratikag in forum Newbie
    Replies: 2
    Last Post: 29th June 2010, 18:52
  4. Linking with dbf file
    By prasenjit in forum Qt Programming
    Replies: 3
    Last Post: 13th January 2010, 12:21
  5. Program not linking with static image plugins
    By andyp in forum Qt Programming
    Replies: 7
    Last Post: 8th December 2009, 10:15

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.