Results 1 to 7 of 7

Thread: Creating DLL file in Qt and using it in Java

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanked 342 Times in 324 Posts

    Default Re: Creating DLL file in Qt and using it in Java

    Qt is C++, so you need to search for info on how to link to external libraries using your C++ compiler, for example if its gcc, then look here: Linking with external libraries

  2. The following user says thank you to stampede for this useful post:

    sattu (7th May 2011)

  3. #2
    Join Date
    Sep 2010
    Location
    Bangalore
    Posts
    169
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    59

    Default Re: Creating DLL file in Qt and using it in Java

    Ok stampede, I will see to it and reply if I have got any doubt.

Similar Threads

  1. Creating xml file from Xml Schema (xsd) file
    By pieczara in forum Newbie
    Replies: 1
    Last Post: 25th February 2011, 23:11
  2. creating Xml file using QT
    By rk0747 in forum Qt Programming
    Replies: 3
    Last Post: 30th January 2010, 11:16
  3. [java] write and read from file a dictionary
    By mickey in forum General Programming
    Replies: 1
    Last Post: 15th December 2008, 17:54
  4. [java newbie] cast reading a file
    By mickey in forum General Programming
    Replies: 0
    Last Post: 4th October 2008, 19:01
  5. [Java] read and write a file
    By mickey in forum General Programming
    Replies: 3
    Last Post: 22nd June 2008, 10:43

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
  •  
Qt is a trademark of The Qt Company.