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. Problem while building the example application
Forum Updated to NodeBB v4.3 + New Features

Problem while building the example application

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 3 Posters 2.8k 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.
  • V Offline
    V Offline
    vsmohanraj
    wrote on last edited by
    #1

    Hi Friends,

    I received the "LNK4099: PDB VC90.pdb' was not found linking with the object info while compiling the all type of sample application. How can I resolve this warning? I also tried to run the application with this warning, but I am not able to execute the application. While executing the application I got the following error,
    

    "The program has unexpectedly finished".

    Please let me know the steps to resolve this error.

    Regards,
    Raj

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      In general the warning you are reporting should not be the reason that you are not able to execute the compiled examples.

      You should provide some more details about your installation. Otherwise it will be hard to provide help.
      From where did you get the Qt installation?
      What did you install?
      Operation system?
      IDE?
      Compiler?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vsmohanraj
        wrote on last edited by
        #3

        Hi Koahnig,

        Thanks for your response. I downloaded the "Qt SDK Offline" installation from the download section of this site.
        
        I installed this "Qt SDK" software. After this installation I also installed the "Qt Library for Windows (VS2008)".
        
        I am currently using "Windows 7" operating system.
        IDE - Qt Creator
        I don't know about the compiler. How can I find the compiler details?
        
        1 Reply Last reply
        0
        • V Offline
          V Offline
          veeraps
          wrote on last edited by
          #4

          Are you using VS 2008 or Qt Creator to compile the project? Is this project having any 3rd party libraries? or just a sample Qt Project?

          Qt can be compiled using MinGW or VS Compiler as well. While installing itself you would have configured Qt to use which compiler. Since you have installed from Qt SDK Offline (presume the one > 1 GB), you can configure your Qt project to use which compiler.

          In fact, if you select the Projects button in Qt Creator, under Build Configuration, 'Edit build configuration:' you can select which project type to choose the respective compiler.

          1 Reply Last reply
          0
          • V Offline
            V Offline
            veeraps
            wrote on last edited by
            #5

            For example, I am using MinGW G++ Compiler and GMake system. So I downloaded Qt libraries from this link and installed it. "Qt libraries 4.8.1 for Windows (minGW 4.4, 319 MB)":http://qt.nokia.com/downloads/windows-cpp

            You may have to choose which compiler you want to use first.

            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