Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

any ideas??

Status
Not open for further replies.

KingZ

Programmer
Joined
Jun 8, 2001
Messages
6
Location
BE
I am dealing with a complex class-based program in VBA whereby 1 class is opening a new class and that a new class and so no and so forth...I have no compilation errors since an mde was developed without any problems( well..a few a first, but they are sorted).

I have converted this program into a dll, without problems BUT I'm having problems calling up the procedures!It's not a connection problem, 'cause I have tried calling up a small msgbox program which I converted into a dll and that works!
I presume it's due to the fact that the program, with it's several 'property get' & 'lets' to polymorphise(link in communication) the classes, is having problems with the order of class instances..I don't know! Can anybody suggest maybe a book on such things?? Please Help! Any advise is greatly appreciated!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top