G
George Hardy
Hi all,
This is a bit of an academic question for you smarties out there....
I inherited this application that had 40 forms, 120 datasets, and no dll's.
I am starting to separate this app (ie: myapp.exe) into functional areas
(like product.dll, invoice.dll, customer.dll, etc.). Hopefully, this will
make the functional areas more encapsulated and manageable.
The thing is, I have yet to put the invoicing functionality in the
invoice.dll project, because there are so many global variables in
myapp.exe, it will take a little time to unhook all of the stuff and make it
work independently.
So, i do have the customer.dll working (which has customerlist,
customerdetail, etc.), but I need this dll to launch a screen back in
myapp.exe. However, I am unable reference it because it is not a DLL, and I
can't figure out how I will launch it.
This is a bit of an academic question for you smarties out there....
I inherited this application that had 40 forms, 120 datasets, and no dll's.
I am starting to separate this app (ie: myapp.exe) into functional areas
(like product.dll, invoice.dll, customer.dll, etc.). Hopefully, this will
make the functional areas more encapsulated and manageable.
The thing is, I have yet to put the invoicing functionality in the
invoice.dll project, because there are so many global variables in
myapp.exe, it will take a little time to unhook all of the stuff and make it
work independently.
So, i do have the customer.dll working (which has customerlist,
customerdetail, etc.), but I need this dll to launch a screen back in
myapp.exe. However, I am unable reference it because it is not a DLL, and I
can't figure out how I will launch it.