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. linker crash while accessing DLL functions in QT5 @Windows
Forum Updated to NodeBB v4.3 + New Features

linker crash while accessing DLL functions in QT5 @Windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 642 Views 1 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.
  • H Offline
    H Offline
    Habie
    wrote on last edited by
    #1

    when trying to access DLL functions in my QT application.
    e.g
    result = CAN_Initialize(PCAN_USBBUS1, PCAN_BAUD_250K);
    it is giving me error
    The program has unexpectedly finished.
    C:\myDevelopment\build-PcanPortLinker-Desktop_Qt_5_5_0_MinGW_32bit-Debug\debug\PcanPortLinker.exe crashed

    following warnings in compile output

    Warning: resolving _CAN_Initialize@20 by linking to _CAN_Initialize
    Use --enable-stdcall-fixup to disable these warnings
    Use --disable-stdcall-fixup to disable these fixups
    Warning: resolving _CAN_GetErrorText@12 by linking to _CAN_GetErrorText

    Any suggestion OR help to deal with this issue??

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

      Hi and welcome to devnet,

      Can that DLL be found by the application ?

      If not, then go to the Run part of the Project panel and add the path to the folder containing it to the PATH environment variable.

      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