Am Sonntag, den 08.07.2012, 14:46 +0200 schrieb Benoît Minisini:
> Le 08/07/2012 12:03, Karl Reinl a écrit :
> > Salut,
> >
> > a library which is used by a library, is not loaded into the IDE.
> >
> > That was the cause of 'cannot find library crashes the IDE'
> >
> >
> 
> Mmm... What do you mean exactly?
> 
Salut Benoît,

it is exactly one year we worked on that, I attached you my mail from
06.07.2011 Subject : a gambas3 component does not provide underlying
components

And if you have still my project, 

'DBReportViewer3' needs 'obfuscation'
        no problem to load 'DBReportViewer3' into the IDE

'DBReportDesigner3' needs 'DBReportViewer3' and 'obfuscation'
        when loading 'DBReportViewer3' as library it fails loading
                'obfuscation'
-- 
Amicalement
Charlie

--- Begin Message ---
Salut Benoit,

I'm porting actually a gambas2 application to gambas3.

The application consists of several parts. These parts can be ran as
executable, or used as component (now Library) in other applications.

Now I remarked that while gambas2, when using a component, which it self
uses a component, provides/know this underlying component.

gambas3 doesn't, you have to declare in every applications.
   
Here a small example : 

application     | App_5 | App_4 | App_3 | App_2 | App_1
----------------|-------|-------|-------|-------|------
component       | App_4 | App_3 | App_2 | App_1 |
gambas2         |       | App_2 | App_1 |       |
----------------|-------|-------|-------|-------|------
libraries       | App_4 | App_3 | App_2 | App_1 |
gambas3         | App_3 | App_2 | App_1 |       |
                | App_2 | App_1 |       |       |
                | App_1 |       |       |       |
----------------|-------|-------|-------|-------|------


-- 
Amicalement
Charlie


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

--- End Message ---
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to