Hi, you are right about being confused/frustrated, just to explain a few things though:
- For quite some time, for VO-compatible programs (including the standard Mdi samples), your only choice was to use the vulcan runtime dlls with X#. This has changed now, since we have almost finished the X# runtime. But its "almost" finished, we cannot get rid of the vulcan runtime completely yet, that will happen in a few weeks, and then we will be done with it for good.
- In XIDE, when you create a new app, you have various options, standard .Net winforms app, app using the vulcan runtime, x# runtime etc. In the New App dialog, you will also find two entries for "Standard VO MDI. Unfortunately it is not very clear, but if you select both with the mouse, you will see that one of them uses the vulcan runtime, while the other uses the X# runtime. Pick the one with the X# runtime (the second to last in the screen).
This app should be able to compile and run with the very first go once you created it. You can also create as many windows, dbservers etc as you want, by using fromt the meny Tools|VOWindow Editor etc. Just first copy the cavowed.inf, cavowed.tpl, CAVOFED.TPL and CAVODED.TPL files from your VO bin directory to XIDEConfig
- About the DBServer, indeed it still does not support import/export, that's because the CDXdriver is not ready yet for the X# runtime. I could be using the vulcan runtime, but I really did not want to include a hard reference to the vulcan runtime in XIDE. Next X# build will have support for DBFCDX, so XIDE will include support for import/export as well.
- About the message "can't mix X# and VO", this is shown when you try to put both a .Net style and VO style designer in the same .prg, like a VO-Menu and a .Net Menu, this cannot work for technical reasons. Just create a new file (Project -> Create New -> New File) and create the new DBServer there.
- Where did you see a reference to VIDE? XIDE is practically the same as VIDE indeed, but all references to "V" should had been removed. Please tell me where you saw this, so I can fix it.
- Finally, I am very sorry that XIDE does not have a proper help file, I agree this is a very important omission. But on the other hand, this is a completely free tool that I wrote in my free time, so any time spent on writing the help file, would be time removed from actually developing it.
And I am very bad with writing formal docs unfortunately, it takes me ages to do that..
I hope the above and the advice you got from the guys will help you move forward. For whatever other or further troubles you're facing, please do not hesitate to ask!
Chris