Re: [Gambas-user] module/comp how to made like gambas normal

2017-10-16 Thread PICCORO McKAY Lenz
WOW! awesome Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-10-16 2:55 GMT-04:00 Christof Thalhofer : > Am 16.10.2017 um 04:04 schrieb PICCORO McKAY Lenz: > > interesting.. so for each funtion a module.. umm ok thanks > > > > but that info must also be in the wiki... > >

Re: [Gambas-user] module/comp how to made like gambas normal

2017-10-15 Thread Christof Thalhofer
Am 16.10.2017 um 04:04 schrieb PICCORO McKAY Lenz: > interesting.. so for each funtion a module.. umm ok thanks > > but that info must also be in the wiki... Please subscribe to: https://lists.gambas-basic.org/listinfo/user You are posting to the old Mailinglist. Alles Gute Christof Thalhofer

Re: [Gambas-user] module/comp how to made like gambas normal

2017-10-15 Thread PICCORO McKAY Lenz
interesting.. so for each funtion a module.. umm ok thanks but that info must also be in the wiki... Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-10-15 15:00 GMT-04:00 Tobias Boege : > On Sun, 15 Oct 2017, PICCORO McKAY Lenz wrote: > > i want to make a component that their

Re: [Gambas-user] module/comp how to made like gambas normal

2017-10-15 Thread Tobias Boege
On Sun, 15 Oct 2017, PICCORO McKAY Lenz wrote: > i want to make a component that their rutines can be uses directly and not > "module.subrutine(arg)" i like th use as "rutine(arg)" > > hoq cab i made that? > AFAIK real routines have to be built into the compiler so you can't add them with just a