Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [SOLVED]Cannot release debugged project.
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]Cannot release debugged project.

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    notes90
    wrote on last edited by
    #1

    Hi !

    I have working solution of client-side of my project ( calculator through winsocks ). Problem is that I cannot release my solution. Debugging works fine - no errors, program runs ect.
    When Im releasing my app after adding all qt dll's to release folder and clicking on .exe I Get error :
    "The procedure entry point ??4Qstring@@......@Z could not be located in the dynamic link library QtCore4.dll"

    I am adding dll's from : C:\Qt\QtCreator\bin
    I have tried different methods, downloaded elder qt dll's versions and included to release folder, even re installed whole sdk and made new project.

    The project is running fine through Qt creator (debug mode) .
    Can any one point me a direction ? Its second day I'm trying to get this work ... :/

    Regards,
    notes.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dbzhang800
      wrote on last edited by
      #2

      [quote author="notes90" date="1338502246"]Hi !
      I am adding dll's from : C:\Qt\QtCreator\bin
      [/quote]

      The DLLs you chosen is wrong. They are used by Qt Creator instead of your application.

      You should copy dll from

      %QTDIR%/bin/...

      1 Reply Last reply
      0
      • N Offline
        N Offline
        notes90
        wrote on last edited by
        #3

        That helped alot ! Thanks
        the path that worked :
        Qt\Desktop\Qt\4.8.1\msvc2010\bin\

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved