Hi All,
I am trying to gain knowledge about Compilation, P-Code generation and CIL generation in AX.
With the help of link given below I came to know about the flow among Compile, P-Code and CIL.
http://axwonders.blogspot.in/2013/04/ax-2012-cil-how-does-it-work.html
But when it comes to practical I am not able to realize which files undergo this process exactly.
I ended up with the questions below:
Assuming a ideal AX client server environment..
1. What is the extension of x++ code where it is located physically when we develop in Morph X environment?
2. What is the source file of compilation and where is it located?
3. As, I know the result of a compilation is P-Code. But where exactly I can locate P-code?
4. Once we generate CIL for P-code, a CIL is generated in ~/XppIL/ folder. But in the same folder structure I can find Source folder where lots of files with .xpp extension are present. So why we have those files in that Folder?
5. How a CIL generator generates P-Code for a given P-Code?
6. Finally, what is significance of .axmodelstore file/ model store data base in the compilation, CIL generation point of view?
Since I am new to AX, a detailed explanation would help me a lot to gain a good knowledge.
Thanks in advance,
Lalith Varanasi.