|
-
Feb 8th, 2002, 04:27 AM
#1
Thread Starter
Junior Member
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
-
Feb 8th, 2002, 03:07 PM
#2
Frenzied Member
Seperate it into DLLs. Search the VBSquare for ActiveX tutorials
-
Feb 8th, 2002, 07:09 PM
#3
PowerPoster
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
-
Feb 9th, 2002, 12:59 PM
#4
New Member
You will create the ActiveX DLL for whichever is converted from your exe project to DLL and include DLL file in your project.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|