DDE client question ?

  • Thread starter Thread starter GiuPa
  • Start date Start date
G

GiuPa

Guest
Hi i have a question on DDE client:

hudongcheng/dde

Suppose that an object launch a DDE callback and the callback receive data. How can I put the data (that I received into the callback) into the object without use global pointers?

Suppose that I have a class and I want:

istantiate more object from the same class
that every object launch a callback for different item
each callback put the data received in the related object

there is a way?

Thanks

Continue reading...
 
Back
Top