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. Any one know use of galil.h file in qt

Any one know use of galil.h file in qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 1.0k Views 2 Watching
  • 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.
  • Vijay LamkaneV Offline
    Vijay LamkaneV Offline
    Vijay Lamkane
    wrote on last edited by
    #1

    bellow is sample code from Galil tools Helo.cpp but it gives error like
    Error:
    /home/system/Qt_Programs/galilConnection3/main.cpp:16: error: undefined reference to `Galil::addressesabi:cxx11'

    Progra,:
    cout << Galil::libraryVersion() << endl; //e.g. 1.2.0.7 Jan 26 2009 09:15:13 libGalil.so

    vector<string> addresses = Galil::addresses();   //retreive available addresses to connect to via constructor Galil()
    for(vector<string>::size_type i = 0; i < addresses.size(); i++) //print associated connections
        try
    {
        Galil g(addresses[i]);
        cout << g.connection() << endl;
    }
    catch(string e)
    {
        cout << addresses[i] << " " << e;
    }
    
    jsulmJ K 2 Replies Last reply
    0
    • Vijay LamkaneV Vijay Lamkane

      bellow is sample code from Galil tools Helo.cpp but it gives error like
      Error:
      /home/system/Qt_Programs/galilConnection3/main.cpp:16: error: undefined reference to `Galil::addressesabi:cxx11'

      Progra,:
      cout << Galil::libraryVersion() << endl; //e.g. 1.2.0.7 Jan 26 2009 09:15:13 libGalil.so

      vector<string> addresses = Galil::addresses();   //retreive available addresses to connect to via constructor Galil()
      for(vector<string>::size_type i = 0; i < addresses.size(); i++) //print associated connections
          try
      {
          Galil g(addresses[i]);
          cout << g.connection() << endl;
      }
      catch(string e)
      {
          cout << addresses[i] << " " << e;
      }
      
      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Vijay-Lamkane This question is not related to Qt.
      You do not link against the Galil library.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • Vijay LamkaneV Vijay Lamkane

        bellow is sample code from Galil tools Helo.cpp but it gives error like
        Error:
        /home/system/Qt_Programs/galilConnection3/main.cpp:16: error: undefined reference to `Galil::addressesabi:cxx11'

        Progra,:
        cout << Galil::libraryVersion() << endl; //e.g. 1.2.0.7 Jan 26 2009 09:15:13 libGalil.so

        vector<string> addresses = Galil::addresses();   //retreive available addresses to connect to via constructor Galil()
        for(vector<string>::size_type i = 0; i < addresses.size(); i++) //print associated connections
            try
        {
            Galil g(addresses[i]);
            cout << g.connection() << endl;
        }
        catch(string e)
        {
            cout << addresses[i] << " " << e;
        }
        
        K Offline
        K Offline
        koahnig
        wrote on last edited by
        #3

        @Vijay-Lamkane

        This is double posting to link text

        A bit more patience would be helpful

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          As noted by @koahnig, please don't post the same questions multiple time.

          Closing this one.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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