Is there any way to explicitly load a library similar to loading a component 
via Component.Load(name as String)?

I want to load a library used by another project and determine the exposed 
classes in the library. It's for a code generator.

So, my "target" project, say "AuctionCalendar" uses the "horse4.gambas" 
library. My code generator "GenCode2" interrogates the .project file for 
AuctionCalendar and can load any components it uses and determine the exposed 
classes therein. But I can't find a way to do the same for the horse4 library.  
Note, I can't use the source project for horse4 because it may not match the 
installed version, so I need to get the classes out of the executable archive. 

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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to