Results 1 to 6 of 6

Thread: How to develop Dll in Qt ?

  1. #1
    Join Date
    Aug 2010
    Posts
    3
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question How to develop Dll in Qt ?

    Hi

    I am beginner in QT environment.

    How to develop Dll in QT ?
    I want to integrate this Dll's API in Microsoft sharepoint .

    Please suggest how to develop this thing.

    Thanks
    Semaphore

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: How to develop Dll in Qt ?


  3. #3
    Join Date
    Aug 2010
    Posts
    3
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question Re: How to develop Dll in Qt ?

    thanks for reply

    Which IDE should i use for that?

    QT Creator Visual studio or any other?

    Semaphore
    Last edited by semaphore; 13th August 2010 at 10:21. Reason: spel mistek

  4. #4
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to develop Dll in Qt ?

    QT Creator Visual studio or any other?
    Which ever you are comfortable with !

  5. #5
    Join Date
    Aug 2010
    Posts
    3
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question Re: How to develop Dll in Qt ?

    Hi

    I have window XP.
    I create the DLL in QT creator 2.0 and Based on Qt 4.7.0 (32 bit).

    I include #include "../../src/gui/image/qimage.h"
    and do QT += gui in .pro file.It work fine.

    Now please let me know how can I use this DLL in Microsoft sharepoint?

    Thanks
    Semaphore

  6. #6
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: How to develop Dll in Qt ?

    Quote Originally Posted by semaphore View Post
    I include #include "../../src/gui/image/qimage.h"
    No, you do not include "../../bla/bla/bla/something.h"
    You include <something.h>
    Define include paths and their order in your makefile, .pro file or whatever configure/build system you use.
    Install headers in default paths.

    It's very annoying when you want to build code that doesn't find the necessary files. Or includes the wrong files/versions
    Well, at least that is my personal opinion.

    Now please let me know how can I use this DLL in Microsoft sharepoint?
    Google for a good sharepoint forum and ask there. There might be someone browsing this website with good sharepoint knowledge, but I think the chance is extremely small you'll get a quality response to this qusetion on this site.

Similar Threads

  1. Video Conference Develop
    By Ricardo_arg in forum Qt Programming
    Replies: 4
    Last Post: 9th January 2014, 21:35
  2. How to develop on window and deploy on mac.
    By Tarun in forum Installation and Deployment
    Replies: 3
    Last Post: 14th January 2010, 13:53
  3. develop a tree.
    By tkms in forum Qt Programming
    Replies: 1
    Last Post: 8th January 2009, 04:18
  4. Can use Qt to develop app for maemo linux?
    By Teerayoot in forum Newbie
    Replies: 1
    Last Post: 7th December 2007, 20:07
  5. Should I develop my own model and view?
    By dandanch in forum Qt Programming
    Replies: 1
    Last Post: 20th November 2006, 06:09

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.