suddenserenity wrote:
will we be guarantee that there are no fatal effects with the generated code or something. is it guranteed that there are no dependencies on these filenames like having AsseblyLoad, Reflection, etc.
I havent checked the prices for this license but you may post it here. We are very much interested.
Many thanks fellow.
-rodel
We don't load the runtime libs manually, they're normal assemblies referenced by you in your generated code projects. There's no tie to the name of the assemblies in the runtime lib, other than that the initial vs.net project file generated refers to the original names but that's a one-time name change.
Of course, the query engine assemblies reference the ORMSupportClasses assembly, so you have to change that reference in the runtime lib sourcecode. Our runtimelibs are build using nmake files which are shipped with the sourcecode, so you've to alter a couple of names there, but that's it.
There's one caveat: the sourcecode is licensed to an LLBLGen Pro licensee with a BSD2 style license, which means that if you alter anything, you've to mention the copyright statement in your documentation and/or application.
Prices are available here:
http://www.llblgen.com/pages/buy.aspx
We don't have a separate sourcecode license, all licensees get access to the sourcecode (except for the designer)