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. Hidden

Hidden

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
2 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.
  • G Offline
    G Offline
    Georg Haan
    wrote on last edited by
    #1

    In my neverending struggle to eliminate all overhead, I recently chose to do without the default libraries in my application, resulting in the following errors: main.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler main.obj : error LNK2001: unresolved external symbol __except_list How do I get rid of them? What am I still using that needs these functions? And how on earth am I ever going to replace the recently thrown out *operator new in my application that I use every twenty lines? Regards, Georg-Hendrik Haan (.NL)

    C 1 Reply Last reply
    0
    • G Georg Haan

      In my neverending struggle to eliminate all overhead, I recently chose to do without the default libraries in my application, resulting in the following errors: main.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler main.obj : error LNK2001: unresolved external symbol __except_list How do I get rid of them? What am I still using that needs these functions? And how on earth am I ever going to replace the recently thrown out *operator new in my application that I use every twenty lines? Regards, Georg-Hendrik Haan (.NL)

      C Offline
      C Offline
      Chris Losinger
      wrote on last edited by
      #2

      Georg Haan wrote: In my neverending struggle to eliminate all overhead, I recently chose to do without the default libraries in my application the linker is smart enough to only pull functions that it actually needs to build your app. you can link to every .LIB on your system yet your EXE will still only contain what it needs. -c


      For men use, if they have an evil turn, to write it in marble: and whoso doth us a good turn we write it in dust. -- Sir Thomas More

      image effects!

      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