Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-04-06 Thread Willy Raets
Posted this a while ago and I am still stuck Anyone out there has got something sensible to say about what I wrote below. Did I go wrong somewhere? Is there a correct in Gambas2 to distribute a Gambas2 component along with the Gambas2 application that uses it? I followed all instructions in Docume

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-24 Thread Willy Raets
> I installed the component and use it in one of my Gambas 2 projects now. > When testing in IDE all works great. > Next I make an installation package of the application. > > When installing it on my system it complains that a dependency is > missing (my own component which is installed on my sys

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-24 Thread Willy Raets
> Gambas puts gambas2 there by itself when making the package. > Reading the documentation gave me the idea I had to name it manually > some where (instead of it being done automatic) > > Problem solved, component distributable. > Thanks for reading...:-) I installed the component and use it in

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-22 Thread Willy Raets
> naming it gambas3-vendor-name makes little sense. > shouldn't that be gambas2-vendor-name? Is it a typo? > Gambas puts gambas2 there by itself when making the package. Reading the documentation gave me the idea I had to name it manually some where (instead of it being done automatic) Problem s

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-22 Thread Willy Raets
On do, 2012-02-23 at 02:18 +0100, Willy Raets wrote: > On wo, 2012-02-22 at 19:34 +0100, Willy Raets wrote: > > > Now back to Gambas 2, see if what Bruce explained can be done in real > > > life :-) Bit more work the Gambas 2 way, doing a component. And I see > > > some distribution problems there

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-22 Thread Willy Raets
On wo, 2012-02-22 at 19:34 +0100, Willy Raets wrote: > > Now back to Gambas 2, see if what Bruce explained can be done in real > > life :-) Bit more work the Gambas 2 way, doing a component. And I see > > some distribution problems there as well. How to install such a library > > along with your ap

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-22 Thread Willy Raets
> Now back to Gambas 2, see if what Bruce explained can be done in real > life :-) Bit more work the Gambas 2 way, doing a component. And I see > some distribution problems there as well. How to install such a library > along with your app that needs the libary? > Well Bruce, I must say your mem

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-22 Thread Willy Raets
On wo, 2012-02-22 at 11:52 +1030, GMail wrote: > On Wed, 2012-02-22 at 01:03 +0100, Willy Raets wrote: > > Hi all, > > > > I've been searching and reading my butt of on how to make a library with > > Gambas 2 for Gambas 2. > > > First, gambas 2 does not have "libraries", what you are creating is

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-21 Thread GMail
On Wed, 2012-02-22 at 01:03 +0100, Willy Raets wrote: > Hi all, > > I've been searching and reading my butt of on how to make a library with > Gambas 2 for Gambas 2. > First, gambas 2 does not have "libraries", what you are creating is a "gambas component". A pedantic point perhaps, but gambas 3

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-21 Thread Jussi Lahtinen
First, use Export command in classes you want to expose as library. Then, open project which uses this as library. Open project properties, choose tab "libraries" and add library binary. Jussi On Wed, Feb 22, 2012 at 02:03, Willy Raets wrote: > Hi all, > > I've been searching and reading my bu

[Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-21 Thread Willy Raets
Hi all, I've been searching and reading my butt of on how to make a library with Gambas 2 for Gambas 2. It is a very simple and short library so I can get familiar with how it works and do a how to documentation so others can benefit of my learning curve as well and you will be bored less with qu