I have a related post on here, about binary compatability. My DLL compiles fine, however when using Binary Compatability, i have been getting a couple of messages, and it seems they are consisistent.
THe messages say i'm using an Obj type rather than the explict type. There are two object types this happens to, where it says: "As Object" rather than, "as ctlist" (an active x control) and "as form" a vb form and a Microsoft Access Form.
I'm early binding these controls, this is in VB 6.
Original definition:
Public mlst As Object
Current definition:
Public mlst As ctList
Original definition:
Property Set mConfigForm(ByVal RHS As Object)
Current definition:
Public mConfigForm As Form
Mark P.
Providing Low Cost Powerful Point of Sale Solutions.
THe messages say i'm using an Obj type rather than the explict type. There are two object types this happens to, where it says: "As Object" rather than, "as ctlist" (an active x control) and "as form" a vb form and a Microsoft Access Form.
I'm early binding these controls, this is in VB 6.
Original definition:
Public mlst As Object
Current definition:
Public mlst As ctList
Original definition:
Property Set mConfigForm(ByVal RHS As Object)
Current definition:
Public mConfigForm As Form
Mark P.
Providing Low Cost Powerful Point of Sale Solutions.