Results 1 to 2 of 2

Thread: IXXAT CAN library use in QT

  1. #1
    Join Date
    Oct 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default IXXAT CAN library use in QT

    Hi

    I'm trying to use the IXXAT Can library ( delivered as an MSVC library ) in a Windows QT 5.4.0 project.

    I've made a simple project , included the correct path and added the library in my .pro. My application compiles without errors ( which is nice for a 3 lines code ) , linking is ok but the first call to an IXXAT library function throws a SIGSEV : Segmentation Fault.

    I'm using MINGW 4.9.1 to compile , could that be the problem ? Have you ever used that library ?

    TIA

    Christophe

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: IXXAT CAN library use in QT

    Make sure you use the same compile for lbrary and applications.
    Either compile the library with MinGW or the application with MSVC.

    Cheers,
    _

Similar Threads

  1. Library B implements library a
    By Delphi in forum General Programming
    Replies: 6
    Last Post: 16th July 2013, 13:01
  2. Replies: 3
    Last Post: 20th December 2012, 12:48
  3. Dynamic library on Mac, Library not loaded
    By grayfox in forum Newbie
    Replies: 2
    Last Post: 2nd July 2011, 02:42
  4. Replies: 2
    Last Post: 19th February 2011, 11:26
  5. Replies: 4
    Last Post: 18th December 2009, 18:55

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.