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. COM
  4. COM release build problem

COM release build problem

Scheduled Pinned Locked Moved COM
helpquestionc++comannouncement
5 Posts 3 Posters 1 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.
  • A Offline
    A Offline
    alex barylski
    wrote on last edited by
    #1

    What's causing the following error? I'm using VC++ 6.0 on WinXP Home??? Any takers? :) Linking... Creating library ReleaseMinSize/mycom.lib and object ReleaseMinSize/mycom.exp LIBCMT.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol _wWinMain@16 ReleaseMinSize/mycom.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Thanks ;) How do I print my voice mail?

    R 1 Reply Last reply
    0
    • A alex barylski

      What's causing the following error? I'm using VC++ 6.0 on WinXP Home??? Any takers? :) Linking... Creating library ReleaseMinSize/mycom.lib and object ReleaseMinSize/mycom.exp LIBCMT.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol _wWinMain@16 ReleaseMinSize/mycom.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Thanks ;) How do I print my voice mail?

      R Offline
      R Offline
      Rory Solley
      wrote on last edited by
      #2

      You need to provide an entry point for the executable. Goto Project settings, Linker, Output and type wWinMainCRTStartup into the "Entry-point symbol" field.

      A 1 Reply Last reply
      0
      • R Rory Solley

        You need to provide an entry point for the executable. Goto Project settings, Linker, Output and type wWinMainCRTStartup into the "Entry-point symbol" field.

        A Offline
        A Offline
        alex barylski
        wrote on last edited by
        #3

        Nada... I have tried that before And i've tried _wWinMain@16 and about a million others. How do I print my voice mail?

        S 1 Reply Last reply
        0
        • A alex barylski

          Nada... I have tried that before And i've tried _wWinMain@16 and about a million others. How do I print my voice mail?

          S Offline
          S Offline
          ShaunOldale
          wrote on last edited by
          #4

          If you have not already tried this, remove _ATL_MIN_CRT from the project settings. I had the same problem when I needed exception handling in a recent ATL project. Cheers Shaun

          A 1 Reply Last reply
          0
          • S ShaunOldale

            If you have not already tried this, remove _ATL_MIN_CRT from the project settings. I had the same problem when I needed exception handling in a recent ATL project. Cheers Shaun

            A Offline
            A Offline
            alex barylski
            wrote on last edited by
            #5

            Did you ever know you my hero :) * sings like Bette Middler - Or more like that weird girl on WB superstar!!! That worked... Schweet!!! Thanks you kindly!!! How do I print my voice mail?

            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