> Does one load the dlls that are the providers into c++ the standard way dlls > are loaded into c++, or are the com (object oriented) and have to be loaded > a different way, and if so, what way
The Firebird.Net DLLs are .NET assemblies and if you want to integrate them into a C++ application, you'll need to use C++/CLI. If you're not already using C++/CLI, you probably want to use the native client library (which is included in the main firebird download package: http://www.firebirdsql.org/index.php?op=files&id=engine) Dean. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
