Page 1 of 2
Codom Compiler source code.
Posted: Wed Feb 09, 2011 10:52 pm
by Proprogrammer
since noone has posted this up before i will like to be the first. If you dont know what a codom compiler is , it is a code compiler for a certain code and in this case, vb.net.
very simple i made this example just for codenstuff in half an hour.
since this is the first codom compiler posted here i am going to make it 2 credits + i need the credits.
If you dont want to put that simple line of code in and have that error message just download the one on top. SAme Credits.
Re: Codom Compiler source code.
Posted: Wed Feb 09, 2011 10:54 pm
by Cheatmasterbw
could you post a screenshot?
Re: Codom Compiler source code.
Posted: Wed Feb 09, 2011 11:01 pm
by Proprogrammer
Re: Codom Compiler source code.
Posted: Wed Feb 09, 2011 11:46 pm
by GoodGuy17
Excellent work, ProProgrammer! I really wanted to use something like this (and could never figure it out) so this helps a billion tons! GREAT WORK AND +REP cooll;
Re: Codom Compiler source code.
Posted: Wed Feb 09, 2011 11:48 pm
by Proprogrammer
Thanks if you want i can make a better one later when i have the time, it will include a error system, and some other stuff.
Re: Codom Compiler source code.
Posted: Wed Feb 09, 2011 11:50 pm
by GoodGuy17
Mmmm, more is always better, but I better try to learn a little myself

You should still post it though, I think, because others may always want to learn ;)
Re: Codom Compiler source code.
Posted: Wed Feb 09, 2011 11:58 pm
by Proprogrammer
alright, thanks for downloading though.
Re: Codom Compiler source code.
Posted: Thu Feb 10, 2011 3:56 pm
by Usman55
I want to know how this was made, make a tutorial. And how does this actually works?
Re: Codom Compiler source code.
Posted: Thu Feb 10, 2011 11:30 pm
by mandai
There are plenty of Microsoft articles about this, check out
http://msdn.microsoft.com/en-us/library ... vider.aspx
Re: Codom Compiler source code.
Posted: Fri Feb 11, 2011 1:06 am
by Proprogrammer
Usman55 well it basicly most of the code when you start this is started by making the compiler, such as putting in the compiler type, and much more, also if you would like to know how to get rid and update the code with that warning sign where it says the code is obsolete it is fairly simple all you do is
replace this line of code-
Dim Compiler As ICodeCompiler = (New VBCodeProvider).CreateCompiler
with this line of code.
Dim Compiler As VBCodeProvider = New VBCodeProvider
It took me only 4 minutes to figure this out.