I'am very new to programming VC++ with MFC's. I am rewritting a very complex and robust DOS based accouting system into windows useing MFC.
There will be multiple modules, i.e. Accounts Receivable, Accounts Payable, General Ldeger etc. Within each module there will obviously be a number of functions including, maintenance forms, reports, setup dialogs and posting options.
I am very, very confused at this point. I can create a maintenance form using an SDI framwork and ODBC--no problme. If I create multiple SDI apps for each of my funcitons, (this allow s me to assigne some of the work to another programmer and then incorporate it into my module), can they latter be tied back into a single framwork (basically a menu app) and executed. If so, how do you do this??? Is this the wrong approach? Should all functions within a module be setup within an SDI framwork or is this an MDI app?
I need guidence as to what to do...
There will be multiple modules, i.e. Accounts Receivable, Accounts Payable, General Ldeger etc. Within each module there will obviously be a number of functions including, maintenance forms, reports, setup dialogs and posting options.
I am very, very confused at this point. I can create a maintenance form using an SDI framwork and ODBC--no problme. If I create multiple SDI apps for each of my funcitons, (this allow s me to assigne some of the work to another programmer and then incorporate it into my module), can they latter be tied back into a single framwork (basically a menu app) and executed. If so, how do you do this??? Is this the wrong approach? Should all functions within a module be setup within an SDI framwork or is this an MDI app?
I need guidence as to what to do...