-
Split program
Help!!!
I have developed an application for the antique bussiness in norway, and now it became to big. How can I split up the application into smaler pieces and how can I connect them together again? That will make it easier for me to upgrade and to distribute corrections to the customers.
PLEASE HELP ME <snufs>
Thank you in advance.
PET
-
Seperate it into DLLs. Search the VBSquare for ActiveX tutorials
-
You'll have to break up your monolithic application into seperate logical tiers, for example, break out your business logic into a seperate dll, as well as your data access.
Presentation Tier <GUI> ------->Business Tier ----------> Data Access Tier
-
You will create the ActiveX DLL for whichever is converted from your exe project to DLL and include DLL file in your project.