morning guys,
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!!
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!!