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.
12 posts Page 1 of 2
Contributors
User avatar
Proprogrammer
VIP - Donator
VIP - Donator
Posts: 415
Joined: Sun Oct 03, 2010 11:14 pm

Codom Compiler source code.
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.

Image

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.
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

could you post a screenshot?
http://www.megaapps.tk/
User avatar
Proprogrammer
VIP - Donator
VIP - Donator
Posts: 415
Joined: Sun Oct 03, 2010 11:14 pm

Image
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Codom Compiler source code.
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;
User avatar
Proprogrammer
VIP - Donator
VIP - Donator
Posts: 415
Joined: Sun Oct 03, 2010 11:14 pm

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.
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Codom Compiler source code.
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 ;)
User avatar
Proprogrammer
VIP - Donator
VIP - Donator
Posts: 415
Joined: Sun Oct 03, 2010 11:14 pm

alright, thanks for downloading though.
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: Codom Compiler source code.
Usman55
I want to know how this was made, make a tutorial. And how does this actually works?
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Codom Compiler source code.
mandai
There are plenty of Microsoft articles about this, check out http://msdn.microsoft.com/en-us/library ... vider.aspx
User avatar
Proprogrammer
VIP - Donator
VIP - Donator
Posts: 415
Joined: Sun Oct 03, 2010 11:14 pm

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.
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
12 posts Page 1 of 2
Return to “Source-Code”