 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
cyan Guest
|
Posted: Tue Aug 02, 2005 2:25 pm Post subject: utilisé un objet dans 2 DLL différentes |
|
|
bonjour,
peut on utilisé 1 objet ( d'une classe que j'ai créé ) dans 2 DLL
différentes ?
voila un petit exemple :
///////////////// dans ma 1ere DLL
class A
{
static MyObjet obj;
}
class B
{
void setNom() {A::obj.setNom();}
}
///////////////// dans ma 2e DLL
class C
{
void getNom(){ A::obj.getNom();}
}
merci d'avance pour vos réponse.
yann
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|