Results 1 to 2 of 2

Thread: Importing a DLL File in QT console (Windows)

  1. #1
    Join Date
    Feb 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Importing a DLL File in QT console (Windows)

    Hi,
    I am just starting of with the QT,Can anyone guide me on how to import the DLL files in QT. In the boland C++ we had done using _cdelc format, will that not work in QT. This is how I am importing the DLL functions in to my application in the Borland C++
    extern "C" __declspec(dllexport) DWORD MPUSBGetDLLVersion(void);

    Your response is very much appreciated.

    Thanks & regards,
    Gokul

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Importing a DLL File in QT console (Windows)

    Use QLibrary

Similar Threads

  1. making qmake create VisualStudio console app project file?
    By akos.maroy in forum Qt Programming
    Replies: 2
    Last Post: 18th August 2008, 14:45
  2. Replies: 0
    Last Post: 9th July 2008, 22:32
  3. CMake Windows console issue
    By IndigoJo in forum Qt Programming
    Replies: 0
    Last Post: 23rd March 2008, 22:12
  4. convert console to windows app
    By Max Yaffe in forum Newbie
    Replies: 1
    Last Post: 13th June 2007, 15:38
  5. Replies: 3
    Last Post: 25th May 2007, 07:49

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.