The X# Runtime is now available. There is no need anymore to compile against the Vulcan Runtime ! |
---|
VO and Vulcan support is available in this build of XSharp through what we call the Bring Your Own Runtime principle.
If you own a license of Vulcan, you can copy the DLLs that you find in the <Vulcan.NET BaseFolder>\Redist\4.0 folder to a folder that is inside your solution.
Then add references to the DLLs that you need in your project.
•VulcanRT.DLL
•VulcanRTFuncs.DLL
These 2 files are NEVER added to your Vulcan projects, Vulcan adds a reference to these DLLs automatically. XSharp does not do that, so you should add them yourself.
•VulcanVOSystemClasses.dll
•VulcanVORDDClasses.dll
•VulcanVOGUIClasses.dll
•VulcanVOInternetClasses.dll
•VulcanVOSQLClasses.dll
•VulcanVOConsoleClasses.dll
•VulcanVOWin32APILibrary.dll
•VulcanRDD.DLL
•VulcanMacroCompiler.DLL
•VulcanDBFCDX.dll
•VulcanDBFFPT.dll