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. Managed C++/CLI
  4. Open File -- Very Hard Problem

Open File -- Very Hard Problem

Scheduled Pinned Locked Moved Managed C++/CLI
c++helpquestioncareer
2 Posts 2 Posters 4 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
    duvaft
    wrote on last edited by
    #1

    Hi, I have a problem (I think a big problem). The language is C++. The operation sistem is Windows 2000. If I create two application. In the first application fill a structure, open a file and send this information (pointer to file) at second application which fill the file. When the second application end your job, the control switch at first application which close the file. The question is: can I open a file in a application sending the pointer at second applicaton to fill the file.:zzz::confused::confused::confused:

    S 1 Reply Last reply
    0
    • D duvaft

      Hi, I have a problem (I think a big problem). The language is C++. The operation sistem is Windows 2000. If I create two application. In the first application fill a structure, open a file and send this information (pointer to file) at second application which fill the file. When the second application end your job, the control switch at first application which close the file. The question is: can I open a file in a application sending the pointer at second applicaton to fill the file.:zzz::confused::confused::confused:

      S Offline
      S Offline
      stanley guan
      wrote on last edited by
      #2

      Yes, you can do so. You can make the pointer as a syetem parameter which will be sent to another application. And the another application will get the system parameter--the pointer when the specified application is going to run. I guess you are sure to know that an application can accept command line that is just system parameter. Good luck! stanley

      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