Re: Binding multiple source files

new topic     » goto parent     » topic index » view thread      » older message » newer message

Anando Banerjee wrote:
<snip> 
> My question is:
> If I want to develop a big project, say an Accounting package with lots of
> input forms,
> reports, sub-menus, etc., then I want to keep the source code for each
> form/report/etc.
> in a separate file and finally bind them together to produce one .exe for
> distribution.
> The smaller source files would be easier to correct/update/etc. (Compare to
> Clipper
> wherein we used to create .prg's and then used to compile and link to produce
> .exe's.)
> Is this possible and how do I call routines and procedures in different files
> from
> a menu system in one file?
> 
> Thanks.
> Anando
> 
look in the archive for my recipient editor as an example.
This is a win32 module, which you initialize by passing the 
name of your main window, call set_events to enable event processing,
and then a show procedure to make the window appear. 

--"ask about our layaway plan".
--

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu