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. Functions in Libraries

Functions in Libraries

Scheduled Pinned Locked Moved C / C++ / MFC
question
6 Posts 2 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.
  • R Offline
    R Offline
    RichardS
    wrote on last edited by
    #1

    Hi All, I am looking for a linker symbol in 100+ .lib files. I have the linker symbol, but how do I find which library it is in? regards, Rich "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

    R 1 Reply Last reply
    0
    • R RichardS

      Hi All, I am looking for a linker symbol in 100+ .lib files. I have the linker symbol, but how do I find which library it is in? regards, Rich "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

      R Offline
      R Offline
      Rage
      wrote on last edited by
      #2

      Maybe a dumb answer, but I bet you can search for the symbol name inside the libs. (with Find in Files, for instance.). ~RaGE();

      R 1 Reply Last reply
      0
      • R Rage

        Maybe a dumb answer, but I bet you can search for the symbol name inside the libs. (with Find in Files, for instance.). ~RaGE();

        R Offline
        R Offline
        RichardS
        wrote on last edited by
        #3

        Nope, Find Files didn't find anything with the names that I need (but I know they are there). "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

        R 1 Reply Last reply
        0
        • R RichardS

          Nope, Find Files didn't find anything with the names that I need (but I know they are there). "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

          R Offline
          R Offline
          Rage
          wrote on last edited by
          #4

          Have you searched for the exact variable name, or for the variable name preceeded by an underscore, as in the error message ? ~RaGE();

          R 1 Reply Last reply
          0
          • R Rage

            Have you searched for the exact variable name, or for the variable name preceeded by an underscore, as in the error message ? ~RaGE();

            R Offline
            R Offline
            RichardS
            wrote on last edited by
            #5

            Both. I think Find in Files is not searching properly. I tried looking for WinMainCRTStartup in the Platform SDK files, and it wasn't found. cheers, Rich "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

            R 1 Reply Last reply
            0
            • R RichardS

              Both. I think Find in Files is not searching properly. I tried looking for WinMainCRTStartup in the Platform SDK files, and it wasn't found. cheers, Rich "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook

              R Offline
              R Offline
              Rage
              wrote on last edited by
              #6

              I can only find it in makefiles, in my SDK, for instance: C:\PROGRAM FILES\MICROSOFT SDK\include\Win32.Mak(548):savlflags = $(lflags) -subsystem:windows,$(EXEVER) -entry:WinMainCRTStartup ~RaGE();

              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