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. ATL / WTL / STL
  4. Using C++ exception handling in ATL

Using C++ exception handling in ATL

Scheduled Pinned Locked Moved ATL / WTL / STL
c++question
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.
  • P Offline
    P Offline
    puzzolino
    wrote on last edited by
    #1

    Hi all, I am wondering about using exception handling in ATL *without* the need to dinamically link to msvcrt.dll... can one do it ? :omg: I can't use SEH due to C++ classes.

    M 1 Reply Last reply
    0
    • P puzzolino

      Hi all, I am wondering about using exception handling in ATL *without* the need to dinamically link to msvcrt.dll... can one do it ? :omg: I can't use SEH due to C++ classes.

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      Sure, just link statically to the CRT (the MinDependency configs do this already when you remove the _ATL_MIN_CRT preprocessor symbol) --Mike--    THERE IS NO     THERE IS NO    BUT THERE IS MAGIC PIXIE DUST  BUSINESS GENIE  CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me

      P 1 Reply Last reply
      0
      • M Michael Dunn

        Sure, just link statically to the CRT (the MinDependency configs do this already when you remove the _ATL_MIN_CRT preprocessor symbol) --Mike--    THERE IS NO     THERE IS NO    BUT THERE IS MAGIC PIXIE DUST  BUSINESS GENIE  CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me

        P Offline
        P Offline
        puzzolino
        wrote on last edited by
        #3

        Help !! The size of my program doubles from 28 K to 56 K ! X| Is this the price to pay to use exception handling ???

        N 1 Reply Last reply
        0
        • P puzzolino

          Help !! The size of my program doubles from 28 K to 56 K ! X| Is this the price to pay to use exception handling ???

          N Offline
          N Offline
          Nemanja Trifunovic
          wrote on last edited by
          #4

          This is the price to pay for using CRT.

          P 1 Reply Last reply
          0
          • N Nemanja Trifunovic

            This is the price to pay for using CRT.

            P Offline
            P Offline
            puzzolino
            wrote on last edited by
            #5

            So every ATL program that uses exception handling needs to link CRT... Is this the price to pay for using exceptions ?

            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