> Benoit (and all),
> 
>     Thank you very much for your reply.  I installed Gambas3 and it does,
> indeed, handle properties properly with the _unknown method.  I shall shift
> my development to Gambas3 in the hopes that it will be released before my
> project must be released. :-)
> 
>   As to my other question, I have a library that I need to use with Gambas
> that has global external variables that I must access.  I don't see any way
> to declare a variable as external, only subroutines.  Does such a facility
> exist in Gambas 3.  What I need is something like:
> 
> EXTERN intReturnCode AS Integer IN "mylibrary"
> 
> Thanks again for your help!

That syntax has not been implemented yet (maybe in a future version), so you 
have to use the following method instead:

        System.GetExternSymbol("library", "symbol")

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
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

Reply via email to