[Gambas-user] directory structure development environment

Werner wdahn at ...1000...
Wed Apr 16 14:10:54 CEST 2008


Steven Lobbezoo wrote:
> Hi,
>
> Probably a stupid question ;-) , but anyway :
>
> In my application i have more and more sub programs that do some tasks
> in the back-ground. These programs are developed each in it's own
> directory (as I understood it, it's not possible otherwise). All of them
> have some common routines like opening and accessing a database,
> printing, accessing openoffice files, etc.
>
> Now, I can, of course, put those routines in a class or module, and each
> time copie these to the current directory. However, thats a lot of work,
> since each time i change something in them, i have to apply these
> changes to all directories.
>
> Is there now way (apart from making a component) to have some 'central'
> derectory where one could puut these modules/classes and them include
> them into a program (like with javascript include statement).
>
> That would really be a lot of help in the development. Or maybe to make
> a component that does NOT integrate into the gambas source tree ?
>
> Thanks in advance,
> Steven
>  
>
> If you create a class/module, put it in a neutral place and then from each project have a symbolic link point to it seems to work.

Regards,
Werner





More information about the User mailing list