I have a component that provides generic database -> object translations. I 
have used (and enhaced) it for some years.
At one point in its' initialisation routine the code refers to 
Connections.Count which property does not exist. IIRC some months ago I started 
a thread requesting that the Connections class have a Count property to return 
the number of defined connections defined in the project.

This is where this gets weird.

Today I started a new project using that component. It fails with the "Unknown 
symbol ..." error. But other projects using the same component run fine.  To be 
more specific, other executables (from source compiled a few months ago) run 
fine ... against the same component.

This has got me beat.

I am not sure whether that Count property was ever implemented or whether I 
implemented it locally or whether I had some local Components override class? I 
cant find a) the original post I mentioned above, b) anything here in our code 
base that has an override Components class, nor c) anything in our local 
gambas3 source code that would be an attempt to provide that property.

Does anyone recall anything about this?

tia
bruce

-- 
B Bruen <adamn...@gnail.com (sort of)>

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to