Results 1 to 2 of 2

Thread: How to make exe for hardware manipulation application?

  1. #1
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Thanks
    10
    Thanked 13 Times in 12 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default How to make exe for hardware manipulation application?

    How to make exe for hardware manipulation application? My code will access hard drive of the system and will get some information about drive number,name,serial number etc. I want to give the client a single exe, now it is asking for certain dll's. I don't want to give dll's along with the exe. I just want to give a single exe.. How to make all those dll's bundled in a single exe, or statically linking.. Or any sample application which also uses the hardware manipulations and using only single exe..
    Last edited by Gokulnathvc; 8th August 2011 at 07:43.

  2. #2
    Join Date
    Dec 2008
    Location
    Poland
    Posts
    383
    Thanks
    52
    Thanked 42 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: How to make exe for hardware manipulation application?

    To statically link against Qt recompile Qt from src (static code, if You don't have commercial license of Qt, will be GPL).

    AFAIK Qt don't offer mechanism to parse hw. information and problem is platform specific.
    Look here: http://www.codeproject.com/KB/mcpp/DriveInfoEx.aspx and here: http://lists.trolltech.com/qt-intere.../msg01098.html
    In the near future - corporate networks reach out to the stars. Electrons and light flow throughout the universe.
    The advance of computerization however, has not yet wiped out nations and ethnic groups.

Similar Threads

  1. Replies: 5
    Last Post: 25th April 2011, 08:04
  2. Legend manipulation
    By pkj in forum Qwt
    Replies: 1
    Last Post: 17th March 2011, 07:11
  3. Text Manipulation.
    By suneel1310 in forum Qt Programming
    Replies: 7
    Last Post: 26th July 2010, 10:07
  4. Replies: 2
    Last Post: 29th April 2010, 12:39
  5. Need advice for a best way to make this application
    By frenk_castle in forum Newbie
    Replies: 3
    Last Post: 25th September 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
  •  
Qt is a trademark of The Qt Company.