Questions tagged [runtime-compilation]

Use this tag for questions related to Runtime Compilation, i.e. the compilation of a program during Runtime.

is used in its general meaning, and is usually accompanied by Java, C based languages, Scala, ASP.NET, etc. .

123 questions
-1
votes
1 answer

How to send parameter to Method in Runtime Compilation

I made a C# project in visual studio 2010 according to post: http://www.blackwasp.co.uk/RuntimeCompilation_1.aspx I want read a txt file and Send Parameter to One Method then get Result. Now my question is that how to send an argument or parameter…
mehdi
  • 59
  • 4
  • 10
-3
votes
1 answer

Asp.net MVC5 application Runtime compilation

Is there any way to make my asp.net mvc5 applications runtime compilation like angular. In traditional way I change in .cshtml file save and press f5 to refresh running page then I get my change effect on page. But is there any way that can reload…
-3
votes
4 answers

How to resolve "expected ';' before '{' token" in C?

I created a program to print the roman equivalent of a year, but my program shows a compilation error. My program says: 33 4 C:\Users\ABC\Desktop\c.c [Error] expected ';' before '{' token Here is my code: #include main() { …
1 2 3
8
9