View Single Post
  #1 (permalink)  
Old October 25th, 2007, 09:45 AM
mizoshalaby mizoshalaby is offline
Registered User
 
Join Date: Oct 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need help c++ programmers

hi all it is my first topic here but i really need ur help so thnx in advance for giving me some of ur time:
i am dealing with dlls so here is the problem:
i have an interface class (A) that is pure virtual and have some members and there is a pointer to another interface class class(B)in the dll.
what i need is to tell me how to access that pointer like:
myobject->thatptr=this;
thanks again for ur time

mizomizo
Reply With Quote