Rank: Newbie Groups: Member
Joined: 10/7/2008 Posts: 1 Points: 3
|
Is there something more detalized than the QuickStart samples? For brginning, I'll be like to see full description of the autox file's schema, and list of the refernced assemblies I able to use.
|
Rank: Administration Groups: Administration
Joined: 3/16/2008 Posts: 22 Points: 72 Location: Spain
|
I agree with you there is a lack in the documentation. I'm trying to take some time to write a more detailed information to take all the advantage of AutoCode and even publish a SDK with some source code. Meanwhile let me ask you a few questions.
The commands are compiled with the following assembly references:
system.dll system.Xml.dll system.Data.dll system.Drawing.dll system.Windows.Forms.dll
and also:
EnvDTE EnvDTE80
About the schema, you can find the AutoCode xsd schema in the Visual Studio schema directory, normally:
VS 2005 C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas\AutoCode3.0.xsd VS 2008 C:\Program Files\Microsoft Visual Studio 9.0\Xml\Schemas\AutoCode3.0.xsd
Unfortunately is not self documented, but can give you an idea of possible values.
Hope this helps a little.
|