- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi.
I needsendsome informations (open file name,path and numeric values)obtained in a program to another independent program created in the same workspace. I'm tried to do this using aCOMMON statement, but the second program doesn't receive these information. Somebody does know how to do this?
Thanks
WH
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I understand you correctly you have two programs ("A.exe" and "B.exe") whose source code share at leastthe same COMMON block. When program A is executing and is changing a value in a COMMON block variable, do you expect that change to happen inprogram B too? If this is what you want, you should have a look at the IVF online-help: search in the Index for "sharing data using Fortran DLLs". Probably it is easier towrite those values toa file and read that in the other program.
qt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page