Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. VC 7.0 migration

VC 7.0 migration

Scheduled Pinned Locked Moved C / C++ / MFC
c++
6 Posts 3 Posters 0 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.
  • U Offline
    U Offline
    unknown soldier
    wrote on last edited by
    #1

    I've migrated to VC 7.0 few minutes ago :) and naturally having some problems. In VC++ 6.0, there is a "project" menu that contains the "settings" item. Right !!!. If we click it, a property dialog appears which contains among many tabs, a "Link" tab. Here we give the path of various run time libraries. Now how can we achieve this using VC++ 7.0

    A 1 Reply Last reply
    0
    • U unknown soldier

      I've migrated to VC 7.0 few minutes ago :) and naturally having some problems. In VC++ 6.0, there is a "project" menu that contains the "settings" item. Right !!!. If we click it, a property dialog appears which contains among many tabs, a "Link" tab. Here we give the path of various run time libraries. Now how can we achieve this using VC++ 7.0

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      In solution explorer, click your project name, and in the properties view, click the property page button.

      U 1 Reply Last reply
      0
      • A Anonymous

        In solution explorer, click your project name, and in the properties view, click the property page button.

        U Offline
        U Offline
        unknown soldier
        wrote on last edited by
        #3

        Still unable to understand :( In order to use multimedia properties in VC++ 6.0 program, we select the Settings option from the Project menu, and pick the Link tab. Then we select General from the Category list box, and add WINMM.LIB ("Windows multimedia") to the Object/Library Modules text box. We need to do this because program makes use of a multimedia function call, and the multimedia object library isn't included in a default project. Otherwise we'll get an error message from the linker indicating that the PlaySound function is unresolved. Now where we insert such *.lib files in VC++.NET

        N 1 Reply Last reply
        0
        • U unknown soldier

          Still unable to understand :( In order to use multimedia properties in VC++ 6.0 program, we select the Settings option from the Project menu, and pick the Link tab. Then we select General from the Category list box, and add WINMM.LIB ("Windows multimedia") to the Object/Library Modules text box. We need to do this because program makes use of a multimedia function call, and the multimedia object library isn't included in a default project. Otherwise we'll get an error message from the linker indicating that the PlaySound function is unresolved. Now where we insert such *.lib files in VC++.NET

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #4

          Configuration properties
          \Linker
          \Input
          \Additional Dependencies


          Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

          U 1 Reply Last reply
          0
          • N Nish Nishant

            Configuration properties
            \Linker
            \Input
            \Additional Dependencies


            Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

            U Offline
            U Offline
            unknown soldier
            wrote on last edited by
            #5

            I created a console application with MFC support. I right clicked on my project in Solution explorer window. A menu opened, whose last option is "properties" and I clicked it. Then I clicked configuration properties. But below that, no option like "linker" is present. Whats that ????

            A 1 Reply Last reply
            0
            • U unknown soldier

              I created a console application with MFC support. I right clicked on my project in Solution explorer window. A menu opened, whose last option is "properties" and I clicked it. Then I clicked configuration properties. But below that, no option like "linker" is present. Whats that ????

              A Offline
              A Offline
              Anonymous
              wrote on last edited by
              #6

              It's the rightmost "icon" of the properties, click it a property page will come out, then you can choose and change your options like VC++ 6.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups