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. using *.exe file such az static library

using *.exe file such az static library

Scheduled Pinned Locked Moved C / C++ / MFC
securityhelpquestion
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.
  • A Offline
    A Offline
    asdf1753
    wrote on last edited by
    #1

    hi i wanna use *.exe file such az static library. a static library included in my exe file, so i wanna my exe file involve another exe file(with out any source code from second exe file) and can run second exe file in my exe file. it can be used to check authentication of user to use an unknown exe file. can any one help me?

    Z 1 Reply Last reply
    0
    • A asdf1753

      hi i wanna use *.exe file such az static library. a static library included in my exe file, so i wanna my exe file involve another exe file(with out any source code from second exe file) and can run second exe file in my exe file. it can be used to check authentication of user to use an unknown exe file. can any one help me?

      Z Offline
      Z Offline
      Zac Howland
      wrote on last edited by
      #2

      You can't "use" another exe as a static library. If the other exe exposes automation interfaces, you can make calls in it (or if it is a COM server/service). Otherwise, you can call it using a system call. The first case is not statically bound, and the system call is not bound at all.

      If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac

      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