Codom Compiler source code.
If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
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.

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.
You do not have the required permissions to view the files attached to this post.
Last edited by Proprogrammer on Fri Feb 11, 2011 1:33 am, edited 2 times in total.
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
Proprogrammer, not just a Programmer.

------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
Proprogrammer, not just a Programmer.
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;
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.
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
Proprogrammer, not just a Programmer.
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 ;)

alright, thanks for downloading though.
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
Proprogrammer, not just a Programmer.
I want to know how this was made, make a tutorial. And how does this actually works?
There are plenty of Microsoft articles about this, check out http://msdn.microsoft.com/en-us/library ... vider.aspx
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.
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.
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
Proprogrammer, not just a Programmer.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023