Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Include compiler 1

Status
Not open for further replies.

RonRepp

Technical User
Feb 25, 2005
1,031
US
Hi all:

I'd like to create an app that includes a compiler. I imagine it would have to be a VB compiler.

Can anyone give me a hint? I see plent of compilers that are free to download, but I don't want a piece of junk.

Thanks,



Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.

My newest novel: Wooden Warriors
 
I'm not clear on where you're headed with this. The .NET framework is installed with free compilers. Look in
C:\WINDOWS\Microsoft.NET\Framework\v3.5
csc.exe is the C# compiler and vbc.exe is the VB compiler.
 
Dave:

Thanks. My intent is to create an app that compiles the code of a rich text box into an executable.

Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.

My newest novel: Wooden Warriors
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top