Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to use QLibrary::ResolveAllSymbolsHint correctly?
QtWS25 Last Chance

How to use QLibrary::ResolveAllSymbolsHint correctly?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 639 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • CAD_codingC Offline
    CAD_codingC Offline
    CAD_coding
    wrote on last edited by
    #1

    Hi,
    My objective is that I am loading a library at run time and want to check whether it is ok for my application or not.
    To do this I am using QLibrary and resolving the function which does this check.
    Once I find that the library is ok, I want to resolve all the functions automatically.
    But I don't know what is the proper way of doing this?
    I believe ResolveAllSymbolsHint with setLoadHints() is the solution to my problem.
    But how do I use this so that all my functions are resolved automatically?
    I could not find any example online explaining the usage of this enum

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved