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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Link library

Link library

Scheduled Pinned Locked Moved C / C++ / MFC
c++questioncomgraphicstutorial
5 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.
  • W Offline
    W Offline
    weehau
    wrote on last edited by
    #1

    Pls refer to here- http://www.codeproject.com/staticctrl/LEDScreen.asp How To Use Using the class is very simple. 1. Create project. 2. Link library msimg32.lib to project. 3. Add LEDScreen source files to project. 4. Place on a dialog any bitmap image (picture static). This is optional. 5. Place on a dialog (owner bitmap if exists) CStatic. With ClassWizard, create variable m_screen for this CStatic. 6. In your dialog declaration, rename CStatic m_screen to CLEDScreen m_screen. Like this: I am a Visual C++ 6.0 beginner user. I don't understand what is the 2th step:Link library msimg32.lib to project. How to do exactly to link the library??

    T Z 2 Replies Last reply
    0
    • W weehau

      Pls refer to here- http://www.codeproject.com/staticctrl/LEDScreen.asp How To Use Using the class is very simple. 1. Create project. 2. Link library msimg32.lib to project. 3. Add LEDScreen source files to project. 4. Place on a dialog any bitmap image (picture static). This is optional. 5. Place on a dialog (owner bitmap if exists) CStatic. With ClassWizard, create variable m_screen for this CStatic. 6. In your dialog declaration, rename CStatic m_screen to CLEDScreen m_screen. Like this: I am a Visual C++ 6.0 beginner user. I don't understand what is the 2th step:Link library msimg32.lib to project. How to do exactly to link the library??

      T Offline
      T Offline
      toxcct
      wrote on last edited by
      #2

      why don't you ask directly the article's message board[^] down the article ?


      You don't know where to start ? ask a good friend

      [VisualCalc 3.0][Flags Beginner's Guide]

      W 1 Reply Last reply
      0
      • T toxcct

        why don't you ask directly the article's message board[^] down the article ?


        You don't know where to start ? ask a good friend

        [VisualCalc 3.0][Flags Beginner's Guide]

        W Offline
        W Offline
        weehau
        wrote on last edited by
        #3

        I afraid the article's writer will not read my question...that's why I choose to post here. I will appreciate any help from you.

        T 1 Reply Last reply
        0
        • W weehau

          I afraid the article's writer will not read my question...that's why I choose to post here. I will appreciate any help from you.

          T Offline
          T Offline
          toxcct
          wrote on last edited by
          #4

          you have less chances that he can read your questionb here than in his article's board... every question in an article's message baord sends automatically an email to the author of the article. so please, ask your question over there. Thank you


          You don't know where to start ? ask a good friend

          [VisualCalc 3.0][Flags Beginner's Guide]

          1 Reply Last reply
          0
          • W weehau

            Pls refer to here- http://www.codeproject.com/staticctrl/LEDScreen.asp How To Use Using the class is very simple. 1. Create project. 2. Link library msimg32.lib to project. 3. Add LEDScreen source files to project. 4. Place on a dialog any bitmap image (picture static). This is optional. 5. Place on a dialog (owner bitmap if exists) CStatic. With ClassWizard, create variable m_screen for this CStatic. 6. In your dialog declaration, rename CStatic m_screen to CLEDScreen m_screen. Like this: I am a Visual C++ 6.0 beginner user. I don't understand what is the 2th step:Link library msimg32.lib to project. How to do exactly to link the library??

            Z Offline
            Z Offline
            zoid
            wrote on last edited by
            #5

            This means that you need to link the library code with your code. In order to do this open your project properties page. (Sorry, I don't remember how to do this in VC6) Once in this dialog open the link section and look for a field that says "additional dependencies". Add the name of the library there. You may also need to add a path to the location of the lib. In VC6 this options is buried in the tools->options menu. Look for an option/tab that says directories. Hope that helps. btw - I believe this *IS* the correct forum to ask your question, as it is a general C++/link question and not something specific to the article.

            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