Re: How to split a project in multiple files

"Mildred Ki'Lya" <[email protected]> Fri, 9 Dec 2011 09:56:09 +0100
Newsgroups gmane.comp.lang.io
Message-ID <CAHU8KxizJsX9-Z7J-d-w6JkXDdGd6nfBZc1JQf77PVcLNq2EoA@mail.gmail.com>
On 8 December 2011 20:00, Steve Dekorte <[email protected]> wrote:
>
> **
>
>  In your Client.io file, instead of:
>
> Client := Object clone do(
> ...
> )
>
>
> try doing:
>
> DBus Client := Object clone do(
> ...
> )
>
>
> Or to specify the exact location, you could do something like:
>
> Lobby Protos Addons DBus Client := Object clone do(
> ...
> )
>
>
>

I tried that, but then, in file toto.io. If I execute "DBus Client", how
would the importer knows that this prototype is to be found in Client.io?

Should I name my file DBus_Client.io?

Mildred