Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there any definate structure of the Memory
Message
De
03/09/1998 19:59:02
 
 
À
03/09/1998 06:47:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00132219
Message ID:
00133052
Vues:
17
Just to be sure I understand it correctly: You want to manipulate from exe1 some variables inside exe2? If yes, than you surely don't want to access the memory used by exe2 from exe1. It cannot be done, since each process runs in it's own memory area and any attempt to access memory owned by an other app will result in an illegal memory access error.

There are several mechanisms that allow communication between process. Probably the easiest way is to make exe2 an ole server or to use DDE.

Vlad

> i 've a .exe file and i want to get at runtime the date type variables manipulate them and return them ,will it be possible , if possible how??
>
>
>thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform