V07 - A Sneak Preview of Hydra 3.0 Cross Platform Plugins
Expanding on the HY07 article, this video will give a quick preview at creating a mixed-mode Win32/.NET application using the Hydra 3.0 beta, including a first look ay Hydra's new interface import functionality.
Stay up to date with new content by subscribing to our RSS feeds:
All | Articles | Videos | FAQs
Advanced Search...
Find answers to the most commonly asked questions about our products. The FAQs are regularly updated based on the latest newsgroup postings ans support emails, to provide up-to-date information.
Latest Questions:
What steps are required in Delphi to create a Hydra package containing other packages? Do the following steps: create a new package ensure that only "rtl" and "vcl" are listed in the...
When and why does Hydra require packages? Basically, some libraries require that they are only loaded once per process, and will thus require to be packages. (Most) others will work...
What kind of components MUST be included in Hydra packages? If you get "Class already registered" at runtime, your code needs packaging. Also, if you get "cannot assign a <class> to...