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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Windows Forms
  4. Exe File

Exe File

Scheduled Pinned Locked Moved Windows Forms
c++debuggingquestion
4 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.
  • D Offline
    D Offline
    dodoxor
    wrote on last edited by
    #1

    I made my windows form application with some dependencies with a set of libraries (OPENCV); after building my project i 've an exe file file in the debug directory, working. I want to use my application on other pc, that don't have vc++ and opencv, can i use only the exe file to use my application? Thanks for answers, regards.

    C 1 Reply Last reply
    0
    • D dodoxor

      I made my windows form application with some dependencies with a set of libraries (OPENCV); after building my project i 've an exe file file in the debug directory, working. I want to use my application on other pc, that don't have vc++ and opencv, can i use only the exe file to use my application? Thanks for answers, regards.

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      No, you'll need all the DLLs in the bin folder possibly along with some other files (also in the bin folder) and depending on what this opencv thing is you might need some files from elsewhere too.


      Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website

      D 1 Reply Last reply
      0
      • C Colin Angus Mackay

        No, you'll need all the DLLs in the bin folder possibly along with some other files (also in the bin folder) and depending on what this opencv thing is you might need some files from elsewhere too.


        Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website

        D Offline
        D Offline
        dodoxor
        wrote on last edited by
        #3

        Thanks for answer but i've another answer. - The DLLs in the bin folder of the c++ in the visual studio's folder? - How can i search on internet some info about this argument? Thanks a lot Bye.

        C 1 Reply Last reply
        0
        • D dodoxor

          Thanks for answer but i've another answer. - The DLLs in the bin folder of the c++ in the visual studio's folder? - How can i search on internet some info about this argument? Thanks a lot Bye.

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          dodoxor wrote:

          The DLLs in the bin folder of the c++ in the visual studio's folder?

          Possibly.

          dodoxor wrote:

          How can i search on internet some info about this argument?

          Use google.


          Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website

          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