Results 1 to 2 of 2

Thread: Deploying an application on windows

  1. #1
    Join Date
    Sep 2009
    Location
    france
    Posts
    5
    Thanks
    1
    Platforms
    Windows

    Default Deploying an application on windows

    Hello Everybody,

    I'm quite new here, with no tremendous knowledge in C++, so my question may have an obvious answer, but till now i could not see the light... and begin to 'Q'code.

    I have succeeded in installing the full Qt SDK on windows; Qt creator works fine [mingwy compiler oeuf corse]
    i have compiled both "normally" and statically with the msvc2008 in separate folders. the result seems correct since i can make the .exe running by a simple doubleClick on it.

    Now i would like to know how to deploy a simple code on a another computer.
    I am tring to reproduce the http://qt.nokia.com/ doc/4.5/deployment-windows.html#application-dependencies
    tutorial, but after nmake clean, qmake -config release, the nmake instruction comes out with an error :

    debug\plugandpaint.exe : fatal error LNK1120: 3externes non résolus
    NMAKE : fatal error V1077: '"C:\Program Files\Microsoft Visual Studio 9.0 \VC\BIN\link.exe"' : code retour '0x460'

    Stop.
    NMAKE : fatal error V1077 : '"C:\Program Files\Microsoft Visual Studio 9.0 \VC\BIN\nmake.exe"' : code retour '0x02'
    Stop.


    Does someone knows what am i overlooking? any environnement variable? anything else ?

    Thanks in advance.

    P.S. after Posting, i wonder if this post hasn't the same response as the 'problem building 2009.3.1 with visual studio 2010 beta' ( two lines below ).
    So i am trying the whole thing whith the libraries.

    Seems however strange, since the program works in the computer where the install was done.

    So i am still in the fog....
    Last edited by dmcr; 22nd September 2009 at 15:45.

  2. #2
    Join Date
    Sep 2009
    Location
    france
    Posts
    5
    Thanks
    1
    Platforms
    Windows

    Default [Resolved] : Deploying an application on windows

    Hello again every body....

    I came back to add some details....

    Using only the binaries gives me something like the same result :

    after executing :
    nmake clean
    qmake -config release
    nmake

    i have two différents result :

    with the "normal" configure, i succeed in having plugandpaint.exe, and the plugins\pnp_extrafilters.dll
    however i did NOT succeed in having pnp_basictools.dll !

    with the "static" configure, in other directory, i have the same error as related in the first post.

    ab

    P.S. the variables environnement are C:\Qt\4.5.2(-static)\[bin & lib]
    Last edited by dmcr; 23rd September 2009 at 14:17.

Similar Threads

  1. Deploying Qt 4.5.1 Application on RHEL 5.. Pls Help
    By swamyonline in forum Installation and Deployment
    Replies: 0
    Last Post: 28th June 2009, 11:43
  2. problem with deploying static application in windows
    By remy06 in forum Installation and Deployment
    Replies: 3
    Last Post: 2nd June 2009, 06:46
  3. Qt Jambi, deploying app on Mac & Windows fails
    By ChrisColon in forum Installation and Deployment
    Replies: 2
    Last Post: 16th February 2009, 22:05
  4. Start Qt application as Windows Service
    By ^NyAw^ in forum Qt Programming
    Replies: 12
    Last Post: 10th May 2008, 17:23
  5. Deploying with MySQL support under Windows
    By KShots in forum Installation and Deployment
    Replies: 1
    Last Post: 12th October 2006, 09:19

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.