Version 3.1 SDK

Posts   
 
    
Posts: 77
Joined: 05-May-2005
# Posted on: 04-Feb-2012 01:58:31   

I keep seeing references to this documentation in the forums, but I can't find it on your site after logging in with my customer number. Could you send me a link? I am specifically looking for the source code for the code generator. I found an old 2.0 version of it - not on your site, but quite by happenstance as a link in another post.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 04-Feb-2012 05:24:43   

For the SDK documentation itself, go to v3.0 SDK online docs, which, for this purpose is the same of v3.1. That docs explain the different template mechanisms, and some basic concepts to getting into special code, plugins, etc.

When you are writing code using the SDK it's very useful to have the Core Assemblies Reference Manual, you can download it from the CustomerArea -> v3.1 Downloads - Documentation. The exact link is this (yo need to be logged in as a customer).

When you say "source code for code generation" I think you mean "the command line generator". To get that you must download the SourceCode package at v3.1 Downloads - > Extras, this is the link. Into that package is all source code (plugins, runtime libraries, importers, typeConverters and command line tools). The command line generator is in the "\CLIGenerator" folder.

David Elizondo | LLBLGen Support Team
Posts: 77
Joined: 05-May-2005
# Posted on: 04-Feb-2012 17:07:59   

Thanks! Just what I was looking for.